https://github.com/telebotmake/packetstorm
Interactive network traffic simulator and load testing toolkit with multi-protocol support (TCP, UDP, HTTP, ICMP), custom payloads, spoofing, and scanning tools.
https://github.com/telebotmake/packetstorm
ddos ddos-tool ddos-tools http icmp ip-spoofing networking port-scanner python tcp udp
Last synced: 6 months ago
JSON representation
Interactive network traffic simulator and load testing toolkit with multi-protocol support (TCP, UDP, HTTP, ICMP), custom payloads, spoofing, and scanning tools.
- Host: GitHub
- URL: https://github.com/telebotmake/packetstorm
- Owner: telebotmake
- License: mit
- Created: 2025-05-14T12:30:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-14T13:09:38.000Z (8 months ago)
- Last Synced: 2025-05-14T13:52:07.288Z (8 months ago)
- Topics: ddos, ddos-tool, ddos-tools, http, icmp, ip-spoofing, networking, port-scanner, python, tcp, udp
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 PacketStorm v2.0
> ⚠️ **This tool is intended strictly for legal and ethical testing purposes. Unauthorized usage may violate laws. Use responsibly and at your own risk.**
## 📖 Overview
This tool is an interactive Python-based network load tester. It allows you to simulate various network protocols, send custom or predefined payloads, spoof IP addresses, and perform advanced scanning. It is suitable for educational use, lab simulations, or internal infrastructure testing.
## ✨ Features
- Terminal-based interactive UI
- Supports TCP, UDP, HTTP, ICMP (Ping), Slowloris, SYN Flood
- Built-in predefined payloads (Minecraft, RDP, DNS, HTTP, etc.)
- Custom payload entry (text and binary supported)
- Ramp-up mode for progressive load increase
- Spoofing modes: none, fixed IP, random IP, IP range
- Save/load test configurations to/from JSON
- Port scanner and IP range scanner included
- Works on Windows, Linux (may require admin/root for some features)
- Colorized output using `colorama` (optional)
## 🚀 Getting Started
### Usage:
```bash
pip install requests colorama ssl
git clone https://github.com/telebotmake/PacketStorm.git
cd PacketStorm
python ddos.py