gobuster
网站中的 URI(目录和文件)。
DNS 子域(支持通配符)。
目标 Web 服务器上的虚拟主机名。
打开 Amazon S3 存储桶
1. 入门
# 获取帮助
gobuster [dir|dns|fuzz|s3|vhost] -h
可用命令:
dir 使用目录/文件枚举模式
dns 使用 DNS 子域枚举方式
fuzz 使用模糊模式
s3 使用 aws 桶枚举模式
vhost 用 VHOST 枚举模式
Flags:
--delay duration 线程之间等待时间
--no-error 不显示错误
-z, --no-progress 不显示进度
-o, --output string 将结果输出到文件中
-p, --pattern string 包含替换模式的文件
-q, --quiet 不打印横幅和其他噪音
-t, --threads int 并发线程数
-v, --verbose 详细输出
-w, --wordlist string 字典路径2. 基本使用
最后更新于
这有帮助吗?