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