Developed by Upendra Khanal
High-performance network testing tool for stress testing and security analysis.
- Download or clone this repository
- Install dependencies:
python3 install.py
- Run the tool:
python3 request_flooder.py
- Layer 7 HTTP/HTTPS attacks - Web application stress testing
- Layer 4 TCP/UDP attacks - Network layer testing
- Port scanning - Network reconnaissance
- Proxy support - Route traffic through proxy servers
- Real-time statistics - Live monitoring of attack progress
The tool provides an interactive menu:
- Layer 7 (HTTP/HTTPS) - Test web applications
- Layer 4 TCP - Test TCP services
- Layer 4 UDP - Test UDP services
- Port Scanner - Discover open ports
For educational and authorized testing only. Only use on systems you own or have explicit permission to test.
- Python 3.7+
- aiohttp library (auto-installed)