add new chinese translations
This commit is contained in:
24
pages.zh/linux/burpsuite.md
Normal file
24
pages.zh/linux/burpsuite.md
Normal 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`
|
Reference in New Issue
Block a user