This is an open source project created for educational, research and ethical purposes in the field of cybersecurity. It provides tools for creating and managing a botnet - a network of infected devices controlled by an attacker.
Features
Payload generation
Creates cross-platform executables (bot) using Docker and Wine.
Minimal disk footprint: code is loaded into memory via an encrypted "dropper".
C2
Manages bots via reverse TCP connections.
Store data in SQLite, supports encryption (AES-256, XOR-128).
Post-exploitation modules
Ready-made features: keylogging, screenshots, webcam, port scanning, email reading.
Easily add your Python scripts to /byob/modules/.
Control
Console application and web interface for easy control.
Web GUI is launched via python3 run.py.
Obfuscation and Security
Encryption and obfuscation of code/traffic to evade detection.
Support for fileless attacks (work in memory).
Ethical Use
For education, research, and testing in controlled environments.
Not to be used for malicious purposes.
download:
Features
Payload generation
Creates cross-platform executables (bot) using Docker and Wine.
Minimal disk footprint: code is loaded into memory via an encrypted "dropper".
C2
Manages bots via reverse TCP connections.
Store data in SQLite, supports encryption (AES-256, XOR-128).
Post-exploitation modules
Ready-made features: keylogging, screenshots, webcam, port scanning, email reading.
Easily add your Python scripts to /byob/modules/.
Control
Console application and web interface for easy control.
Web GUI is launched via python3 run.py.
Obfuscation and Security
Encryption and obfuscation of code/traffic to evade detection.
Support for fileless attacks (work in memory).
Ethical Use
For education, research, and testing in controlled environments.
Not to be used for malicious purposes.
download: