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

View File

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