https://github.com/sssaaapuyoy/blaze
A robust testing program designed to scan multiple elements, including IP addresses, MAC addresses, ports, and devices, while utilizing DDoS techniques to disrupt connections between devices names and routers
https://github.com/sssaaapuyoy/blaze
automation command-line-tool cross-platform cybersecurity ethical-hacking ip-scanner multithreading network-scanner networking open-source penetration-testing port-scanner python reconnaissance socket-programming terminal termux tool windows
Last synced: 2 months ago
JSON representation
A robust testing program designed to scan multiple elements, including IP addresses, MAC addresses, ports, and devices, while utilizing DDoS techniques to disrupt connections between devices names and routers
- Host: GitHub
- URL: https://github.com/sssaaapuyoy/blaze
- Owner: sssaaapuyoy
- License: apache-2.0
- Created: 2025-07-24T15:05:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T17:01:52.000Z (11 months ago)
- Last Synced: 2025-08-04T00:27:10.500Z (11 months ago)
- Topics: automation, command-line-tool, cross-platform, cybersecurity, ethical-hacking, ip-scanner, multithreading, network-scanner, networking, open-source, penetration-testing, port-scanner, python, reconnaissance, socket-programming, terminal, termux, tool, windows
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔥 B L A Z E 🔥

A Brutal Network Testing & Recon Tool
Built for power, simplicity, and total control.
---
## 🚀 What is B L A Z E?
**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
---
## 🧩 Features
- ✅ **Auto-installs all required packages** (no `pip install` headache)
- 🔥 **UDP Flood** module (test your own IPs under load)
- 🌐 **Subnet Scanner** (find live devices in your local network)
- 🎨 **Colorful CLI** using `colorama` + `tqdm` for progress bars
- 💡 Educational tool for pentesting beginners
- 🔒 Built-in **disclaimer** to protect users from misusing the tool
---
## ❓ FAQ
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).
## 🖼️ Preview
**some sneak peaks!**

## ⚠️ Disclaimer
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.
⚠️ You accept full responsibility for any misuse or damage.
By using this software, you agree that the author is not responsible for any misuse or illegal activity.
## 🪪 License
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.
## 👨💻 Author
Made with Python, fire, and no sleep by:
**[sssaaapuyoy](https://github.com/sssaaapuyoy/)**
If you like this project, drop a ⭐ on the repo!
## 🔧 Installation
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
```