24 lines
533 B
Markdown
24 lines
533 B
Markdown
# 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` |