webdirscan
1.0.0
webdirscan is a simple multithreaded web directory scanning tool for stir-frying chicken.
Written in Python
Third-party modules only use requests , so you only need to install the requests module in clone future.
git clone https://github.com/Strikersb/webdirscan.git
pip install requests
The installation is complete.
usage: webdirscan.py [-h] [-d SCANDICT] [-o SCANOUTPUT] [-t THREADNUM]
scanSite
positional arguments:
scanSite The website to be scanned
optional arguments:
-h, --help show this help message and exit
-d SCANDICT, --dict SCANDICT
Dictionary for scanning
-o SCANOUTPUT, --output SCANOUTPUT
Results saved files
-t THREADNUM, --thread THREADNUM
Number of threads running the program