Files
tldr/pages.zh/linux/dirb.md

20 lines
539 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dirb
> 扫描基于HTTP的网络服务器以查找目录和文件。
> 更多信息:<https://dirb.sourceforge.net>。
- 使用默认字典扫描网络服务器:
`dirb {{https://example.org}}`
- 使用自定义字典扫描网络服务器:
`dirb {{https://example.org}} {{path/to/wordlist.txt}}`
- 非递归地扫描网络服务器:
`dirb {{https://example.org}} -r`
- 使用指定的用户代理和cookie进行HTTP请求扫描网络服务器
`dirb {{https://example.org}} -a {{user_agent_string}} -c {{cookie_string}}`