An open API service indexing awesome lists of open source software.

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.

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