Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TuuuNya/webdirscan
跨平台的web目录扫描工具
https://github.com/TuuuNya/webdirscan
directory scanner web webdirscan
Last synced: 21 days ago
JSON representation
跨平台的web目录扫描工具
- Host: GitHub
- URL: https://github.com/TuuuNya/webdirscan
- Owner: TuuuNya
- Archived: true
- Created: 2016-03-29T10:11:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T21:09:32.000Z (over 8 years ago)
- Last Synced: 2024-08-05T17:42:25.396Z (4 months ago)
- Topics: directory, scanner, web, webdirscan
- Language: Python
- Size: 1.63 MB
- Stars: 285
- Watchers: 10
- Forks: 100
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - TuuuNya/webdirscan - 跨平台的web目录扫描工具 (Python)
README
# 简介
`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]
scanSitepositional arguments:
scanSite The website to be scannedoptional 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
```# 关于我
* Author:王松_Striker
* Team:安全盒子团队
* QQ:954101430
* Email:[[email protected]](mailto:[email protected])