Files
tldr/pages.zh/linux/burpsuite.md

24 lines
533 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`