- 自动识别404页面
- 支持使用正则过滤404页面
- 支持对字典中的条目后缀进行黑/白名单过滤(只扫描html或者不扫描.bak)
- 从字典的指定位置继续扫描
- 指定时间间隔发送请求
- 自动将扫描结果保存到文本文件
- Haed发包(有需求了再写)
node wwwscan.js -h
Usage: wwwscan [options]
Options:
-V, --version output the version number
-H, --HostorDomain <host> domain or host
-T, --time <number> the script sleep time
-D, --dict <string> the dict you select
-C, --continueNum [mnmber] select continue number to scan
-B, --blacklist <list> 利用黑名单过滤字典中的后缀(应对waf)
-N, --notfound <string> 404 regx
-O, --only <string> 利用白名单过滤字典中的后缀(应对waf)
-h, --help output usage information
- 指定特定IP段
- 指定自定义端口(如:80-90,8000)
- 可生成markdown预览
- 自定义chrome代理
代理通过命令行指定
λ node screenshot.js -h
Usage: screenshot [options]
Options:
-V, --version output the version number
-H, --ip <ip address> domain or host
-P, --port <number> port
-F, --listfile <file> host list
-O, --outfile <filename> output file name
-h, --help output usage information