webdirscan
1.0.0
webdirscan是一個炒雞簡單的多線程Web目錄掃描工具。
使用Python語言編寫
第三方模塊只用了requests ,所以clone以後只需要安裝requests模塊即可。
git clone https://github.com/Strikersb/webdirscan.git
pip install requests
安裝完成。
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