Loading repository data…
Loading repository data…
Iankulani / repository
Onix Bot is a multi-platform command execution tool that enables users to fire commands seamlessly via Telegram, Discord, Signal, WhatsApp, iMessage, and a web app
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Onix Bot is a multi-platform command execution tool that enables users to fire commands seamlessly via Telegram, Discord, Signal, WhatsApp, iMessage, and a web app. Designed for educational and research purposes only, Onix Bot serves as a controlled environment for understanding command-and-control mechanics across diverse messaging ecosystems. It supports white hat, black hat, and all hacker types—allowing defenders to simulate threats, researchers to analyze attack patterns, and ethical testers to harden systems. Users must operate within legal boundaries. Onix Bot bridges communication layers and remote execution, offering hands-on insight into modern security challenges. Always use responsibly and with explicit authorization.
Advanced Security Testing Framework with Multi-Platform Integration
git clone https://github.com/iankarl/onix-bot.git
cd onix-bot
chmod +x install.sh ./install.sh
git clone https://github.com/Iankulani/onix_bot.git
cd onix-bot
install.bat Docker
docker build -t onix-bot .
docker run -p 5000:5000 -p 8080:8080 onix-bot
docker build -f Dockerfile.alpine -t onix-bot-alpine .
docker run -p 5000:5000 -p 8080:8080 onix-bot-alpine
docker-compose up -d
🎮 Usage CLI Mode bash ./run.sh
python3 onix_bot.py
http://localhost:5000
help Show all commands
status System statistics
ping <target> ICMP test
scan <target> Port scan
phish <platform> Generate phishing link
ssh_add <name> <host> <user> Add SSH connection
traffic icmp <target> <count> Traffic generation
Use only on authorized systems
Encrypt sensitive data with cryptography
Regular security updates recommended
Keep API keys secure
Authentication
api_create my_key read,write
curl -H "X-API-Key: your-key" http://localhost:5000/api/command
POST /api/command - Execute command
GET /api/stats - Get statistics
GET /api/threats - List threats
Common Issues Module not found:
pip install -r requirements.txt
Permission denied:
chmod +x *.sh
Port already in use:
python3 onix_bot.py --port 5001
Proprietary License - All rights reserved
👤 Author Ian Carter Kulani
GitHub: Iankulani
This tool is for educational and authorized testing purposes only. Users are responsible for complying with all applicable laws.