WProject is a Web Vulnerability Scanner. This tool is designed for security professionals and penetration testers to perform comprehensive vulnerability scanning on web applications.
- Subdomain enumeration
- Whois Lookup
- Technology detection
- Web crawling and URL extraction
- Favicon hash calculation
- 403 Forbidden bypass attempts
- Local File Inclusion (LFI) scanning with Nuclei
- Directory Traversal
- Web Server Detection
- JavaScript file scanning for sensitive info
- Good Scan Report
- Web GUI
- Save Scan Result to File
- Open Source
git clone https://github.com/x0root/WProject.git
cd WProject
pip3 install -r requirements.txt
python3 install.py
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
______________
( //__)/__)/ ) /(_/ )/|/|/// ( (__/(_//__(__(
V.10Madebyx0rootusage: wproject.py [-h] -uDOMAIN [--auto] [--random-agent] [--fbypass] [--cleanup] [--gui]
Automatedscanningtool.
options:
-h, --helpshowthishelpmessageandexit-uThedomaintoscan--autoRunautomatedscans--random-agentUsearandomuseragentforrequests--fbypassTryBypass403--cleanupDeletepreviousScanReports--guiStartanInteractiveWebGUIContributions to WProject are welcome and highly appreciated.
This project is licensed under the MIT License.
