24 lines
472 B
Markdown
24 lines
472 B
Markdown
# dirbuster
|
|
|
|
> 对服务器上的目录和文件名进行暴力破解。
|
|
> 更多信息请访问: <https://www.kali.org/tools/dirbuster/>.
|
|
|
|
- 以图形用户界面模式启动:
|
|
|
|
`dirbuster -u {{http://example.com}}`
|
|
|
|
- 以无头(无图形用户界面)模式启动:
|
|
|
|
`dirbuster -H -u {{http://example.com}}`
|
|
|
|
- 设置文件扩展名列表:
|
|
|
|
`dirbuster -e {{txt,html}}`
|
|
|
|
- 启用详细输出:
|
|
|
|
`dirbuster -v`
|
|
|
|
- 设置报告位置:
|
|
|
|
`dirbuster -r {{path/to/report.txt}}` |