Automated WAF Desynchronization Testing Framework
DESYNC_GEN is a framework for testing Web Application Firewall (WAF) desynchronization vulnerabilities. It generates HTTP requests designed to create parsing discrepancies between security systems (WAFs, CDNs, load balancers) and backend servers, potentially revealing request smuggling and cache poisoning vulnerabilities.
git clone https://github.com/ekomsSavior/DESYNC_GEN.git
cd DESYNC_GEN
pip install requests colorama --break-system-packages
Run the main framework:
python desync_framework.py
When running DESYNC_GEN, the tool will:
The framework provides console output showing:
- Payload construction details
- HTTP request/response traces
- Vulnerability detection indicators
- Test success/failure status
- Potential exploitation paths
Test reports are saved in the reports/ directory with timestamps and detailed findings.
This software is provided strictly for educational purposes and authorized security testing. Use of this tool against systems without explicit written permission is illegal and unethical. The developer assumes no liability for misuse of this software. You are solely responsible for ensuring compliance with all applicable laws and regulations.
// click a file to view source