A lightweight, high-throughput traffic generation tool built in Go. Designed to test target servers, custom firewalls, and reverse proxies using rate-limiting, concurrency pools, and header-based client IP simulation.
Note: Actively under development. Features and large chunks of code are subject to change.
- Direct IP and Port Targeting, bypassing DNS lookup
- Worker Pool Architecture supporting concurrent execution with goroutines
- Rate Limiting to control requests per second
- Simulated Source IPs (X-Forwarded-For) to simulate realistic traffic patterns for proxy/firewall evaluation.
- Go 1.20+
Clone the repository
git clone https://github.com/edmuri/Hydron.git
cd Hydron
go run .