Coli
COLI (Command Orchestration & Logic Interface) – A visual orchestration layer for EWE, built for bug bounty automation. Create and run CLI workflows visually, manage scopes, monitor scans in real-time, and chain tools like subfinder → httpx → nuclei in a single streamlined interface.
Install / Use
/learn @justakazh/ColiREADME
COLI - Command Orchestration & Logic Interface
Introduction
Running workflows, managing scopes, monitoring scans, and handling files entirely from the command line can quickly become tedious, complex, and hard to visualize. That’s why COLI (Command Orchestrated & Logic Interface) was created to bring your CLI workflows to life.
With COLI, you can:
- Visually create and connect tasks as nodes using a drag-and-drop workflow editor
- Manage scopes and organize your targets efficiently
- Monitor scans in real-time with instant feedback
- Access an interactive terminal directly from your browser
- Explore files through a built-in explorer
- Enjoy mobile-friendly support for working anywhere
🚀 Running COLI
git clone https://github.com/justakazh/coli
cd coli
docker build -t coli .
docker run -p 80:80 -p 5000:5000 --name coli coli
🌐 Deployment (Optional)
To run COLI behind Apache2, Nginx, or another web server, see:
- How to deploy Laravel with Apache & MySQL
- Laravel install step-by-step on Ubuntu
- Laravel deployment with Apache on Ubuntu 24.04
Example Apache2 Configuration:
<VirtualHost *:80>
ServerName example.com
Redirect permanent / https://example.com/
</VirtualHost>
<VirtualHost *:443>
ServerName example.com
DocumentRoot [document_root] # change this
SSLEngine on
SSLCertificateFile [ssl public key location] # change this
SSLCertificateKeyFile [ssl private key location] # change this
<Directory [document_root]>
AllowOverride All
Require all granted
</Directory>
# WebSocket + fallback polling
ProxyRequests Off
ProxyPreserveHost On
RewriteEngine On
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule ^/socket.io/(.*) ws://127.0.0.1:5000/socket.io/$1 [P,L]
ProxyPass /socket.io/ http://127.0.0.1:5000/socket.io/
ProxyPassReverse /socket.io/ http://127.0.0.1:5000/socket.io/
</VirtualHost>
🛠️ Technology Stack
COLI is powered by:
- Laravel 12.x (Backend)
- Python 3 (CLI integration & processing)
- MermaidJS (Visualization)
- Drawflow (Node-based workflow editor)
- Xterm.js (Web terminal)
🤝 Contributing
We welcome pull requests for:
- Bug fixes
- New features
- Performance optimizations
- Documentation improvements
📜 License
This project is licensed under the MIT License — you are free to use, modify, and distribute it with attribution.
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
