Linux command
burpsuite 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start
burpsuite
Example
burpsuite --use-defaults
Example
burpsuite --project-file=[path/to/file]
Example
burpsuite --config-file=[path/to/file]
Example
burpsuite --disable-extensions
说明
Burp Suite is a graphical web application security testing platform developed by PortSwigger. It provides tools for intercepting HTTP traffic, scanning for vulnerabilities, and manually testing web applications. The tool includes a proxy for traffic interception, scanner for automated vulnerability detection, repeater for manual request manipulation, and intruder for automated attacks.
参数
- --use-defaults
- Start with default configuration settings
- --project-file _file_
- Open a specific project file
- --config-file _file_
- Load configuration from file
- --disable-extensions
- Start without loading extensions
- --user-config-file _file_
- Load user options from file
FAQ
What is the burpsuite command used for?
Burp Suite is a graphical web application security testing platform developed by PortSwigger. It provides tools for intercepting HTTP traffic, scanning for vulnerabilities, and manually testing web applications. The tool includes a proxy for traffic interception, scanner for automated vulnerability detection, repeater for manual request manipulation, and intruder for automated attacks.
How do I run a basic burpsuite example?
Run `burpsuite` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --use-defaults do in burpsuite?
Start with default configuration settings