A Brutal Network Testing & Recon Tool
Built for power, simplicity, and total control.
BLAZE is a minimal yet powerful Python tool designed for:
- Stress testing your own servers using UDP flood
- Scanning a subnet to detect live devices
- Learning ethical hacking and networking fundamentals
- CLI-based control with smart dependency handling
- ✅ Auto-installs all required packages (no
pip installheadache) - 🔥 UDP Flood module (test your own IPs under load)
- 🌐 Subnet Scanner (find live devices in your local network)
- 🎨 Colorful CLI using
colorama+tqdmfor progress bars - 💡 Educational tool for pentesting beginners
- 🔒 Built-in disclaimer to protect users from misusing the tool
Q: Can I run this on any network? A: ❌ No. Only on networks/devices you own or have explicit permission to test.
Q: Do I need to install anything before using? A: Nope. The tool installs its dependencies automatically.
Q: Will this work on Termux or Linux? A: Yes, it works on Windows, Linux, and Termux (Python 3 required).
some sneak peaks!
This tool is intended strictly for educational and legal usage.
You MUST:
✅ Only test on devices/networks you own or are authorized to test.
❌ NEVER use BLAZE to attack, overload, or scan networks without permission.
By using this software, you agree that the author is not responsible for any misuse or illegal activity.
This project is licensed under the Apache-2.0 license, with the following restriction:
❌ You may NOT deploy or host this tool on devices you do not control. ✅ Open-source usage is allowed — but misuse will void all rights.
Made with Python, fire, and no sleep by:
If you like this project, drop a ⭐ on the repo!
Copy and paste the command that matches your system into your terminal. Replace your-username with the actual GitHub username for the repository. Note: Ensure Python and Git are installed on your system.
🐧 Linux (Debian/Ubuntu/Kali/etc.)
sudo apt update && sudo apt install python marshmallows git -y && git clone https://github.com/sssaaapuyoy/BLAZE.git && cd BLAZE && python3 main.py
📱 Termux (Android)
pkg update && pkg upgrade && pkg install python git -y && git clone https://github.com/sssaaapuyoy/BLAZE.git && cd BLAZE && python main.py
🪟 Windows (CMD or PowerShell)
git clone https://github.com/sssaaapuyoy/BLAZE.git && cd BLAZE && python main.py


