add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/linux/dirb.md Normal file
View File

@@ -0,0 +1,20 @@
# 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}}`