Skip to content

VulnPro is a Python-based vulnerability scanner and exploitation toolkit . It detects common web and system vulnerabilities like SQLi, XSS, LFI, and misconfigurations. Designed for ethical hackers, it streamlines recon, scanning, and PoC-based exploitation in one place.

License

Notifications You must be signed in to change notification settings

0xAbhi403/VulnPro-Python-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 VulnPro - Advanced Vulnerability Scanner

Quickly identify potential web vulnerabilities using customizable payloads and threaded scanning.


🚀 Features

  • ✅ 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

⚙️ Usage

🔗 Scan a single URL:

python vulnpro.py -u http://example.com -p payloads.txt

🔄 Scan multiple URLs:

python vulnpro.py -l urls.txt -p payloads.txt

⚡ Fast mode (checks only first 5 payloads):

python vulnpro.py -u http://example.com -p payloads.txt -f

🧪 Verbose output:

python vulnpro.py -u http://example.com -p payloads.txt -v

🌐 Use proxy + timeout + retry:

python vulnpro.py -u http://example.com -p payloads.txt --proxy --timeout 20 --retries 2

💾 Save results to file:

python vulnpro.py -u http://example.com -p payloads.txt -o results.txt

📦 Requirements

Install dependencies:

pip install -r requirements.txt

Content of requirements.txt:

requests
colorama

📁 File Structure

├── vulnpro.py
├── requirements.txt
├── payloads.txt
├── urls.txt
└── README.md

🙋‍♂️ Author

ABHI 🚀 Telegram: @Aaloo_bhujiaa


📜 License

This project is licensed under the GNU GPL v3.0.

About

VulnPro is a Python-based vulnerability scanner and exploitation toolkit . It detects common web and system vulnerabilities like SQLi, XSS, LFI, and misconfigurations. Designed for ethical hackers, it streamlines recon, scanning, and PoC-based exploitation in one place.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages