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 @@
# Burp Suite
> 一款基于 GUI 的应用程序,主要用于网页应用程序的渗透测试。
> 更多信息:<https://portswigger.net/burp/documentation/desktop/troubleshooting/launch-from-command-line>。
- 启动 Burp Suite
`burpsuite`
- 使用默认配置启动 Burp Suite
`burpsuite --use-defaults`
- 打开特定项目文件:
`burpsuite --project-file={{path/to/file}}`
- 加载特定配置文件:
`burpsuite --config-file={{path/to/file}}`
- 不使用扩展启动:
`burpsuite --disable-extensions`