webdirscan 一款多线程Web目录扫描工具
2019-12-08 10:32:28 Author: mp.weixin.qq.com(查看原文) 阅读量:64 收藏

简介

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


文章来源及下载:

https://github.com/TuuuNya/webdirscan

你可能喜欢

Fenrir 一款简单的Bash IOC扫描工具

ScanSSH 一款快速SSH服务器和开放代理扫描工具

dirsearch 一款网络路径扫描工具


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650458440&idx=4&sn=cd490da5009d431cc3e5b32d31ba49b7&chksm=83bbacacb4cc25bacf464fb861f9e8f8493869b879bbdffcbc1b78d0128c07aca48dcf9750e7#rd
如有侵权请联系:admin#unsafe.sh