项目地址
https://github.com/hunyaio/yuhScan
yuhScan:基于Go语言实现的web目录快速扫描工具
_ _____
_ _ _ _| |_| __|___ ___ ___ v1.0
| | | | | |__ | _| .'| |
|_ |___|_|_|_____|___|__,|_|_| GitHub: https://github.com/hunyaio/yuhScan
|___|
Usage: yuhScan <-u URL>/<-uf URLFile,[-group GroupNum]> <-f File> [options]
Options: [-h] [-t Thread] [-proxy ProxyURL] [-r] [-o Output.txt] [-header JSON] [-status StatusCode] [-filter FilterString] [-debug]
Params:
-debug
Debug
-f string
Dictionary File to Load
-filter string
Single Special String to Filter (warning strings、slogan, etc.)
-group int
Grouping Targets in URL File(run all targets concurrently by default)
-h Help
-header string
JSON Data/File of Custom HTTP Headers
-o string
File to Save the Results
-proxy string
Proxy (Scheme://Host:Port)
-r Recursive Scan
-status string
Status Code to Check (concat with ',') (default "200,301")
-t int
Thread to Run (default 10)
-u string
URL to Scan
-uf string
URL File to Scan
参数
-h
帮助
-u/-uf
-f
-group
-uf
参数批量扫描时,指定同时扫描的目标数.默认同时扫描文件中所有URL.-t
-proxy
Scheme://Host:Port
-r
-o
-header
-status
200,301
(用,连接)-filter
-debug
go get github.com/hunyaio/yuhScan
sh build.sh
需要Go环境在$GOPATH
下编译,MacOS/Linux可直接执行编译脚本,Windows可通过Git Bash执行编译脚本
原文始发于微信公众号(系统安全运维):一款web目录快速扫描工具
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论