Quickly identify potential web vulnerabilities using customizable payloads and threaded scanning.
- ✅ Custom payload injection
- ✅ Multi-threaded scanning
- ✅ Proxy support
- ✅ Timeout and retry handling
- ✅ Fast mode (for quick testing)
- ✅ Saves results to file
- ✅ Cool banner + colorized output
python vulnpro.py -u http://example.com -p payloads.txtpython vulnpro.py -l urls.txt -p payloads.txtpython vulnpro.py -u http://example.com -p payloads.txt -fpython vulnpro.py -u http://example.com -p payloads.txt -vpython vulnpro.py -u http://example.com -p payloads.txt --proxy --timeout 20 --retries 2python vulnpro.py -u http://example.com -p payloads.txt -o results.txtInstall dependencies:
pip install -r requirements.txtContent of requirements.txt:
requests
colorama
├── vulnpro.py
├── requirements.txt
├── payloads.txt
├── urls.txt
└── README.md
ABHI 🚀 Telegram: @Aaloo_bhujiaa
This project is licensed under the GNU GPL v3.0.