the WebPathScanner is a web-based security tool that helps you to find some interesting files and folder
git clone https://github.com/m-alaiady/WebPathScanner
cd WebPathScanner
pip3 install -r requirements.txt
python3 WebPathScanner.py -u <URL> [<options>]
-p select a specific payload
-c filter status code
-o save output to file
-h show help page
- WebPathScanner uses Multiprocessing
- Allowing status code filtering
- Saving output to any file
- Pure Python