This tool is designed for security researchers and developers to test:
- Rate Limiting: How many requests the endpoint can handle before blocking.
- Input Validation: How the backend processes varied data formats.
- Database Resilience: Performance under rapid write operations.
- Realistic Data Generation: Randomly generates CZ names, surnames, and valid phone prefixes.
- Proxy Support: Fully compatible with HTTP/HTTPS proxies.
- High Performance: Uses
alpine/bombardier(Docker-based) for multi-threaded stress testing. - Stealth Headers: Includes custom User-Agent and Origin/Referer headers to simulate real browser traffic.
- Edit the script to set your
TARGET_URL,PROXY, andCOOKIE. - Ensure Docker is installed.
- Run the script:
chmod +x stress.sh ./stress.sh
This tool is for educational and authorized security testing purposes only. Usage against targets without prior consent is illegal.