Linux command
burp 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Burp Suite
burpsuite
Start with specific memory allocation
java -jar -Xmx4g [burpsuite_pro.jar]
Start and load a project file
burpsuite --project-file=[project.burp]
Start in headless mode
java -jar [burpsuite_pro.jar] --project-file=[project.burp] --unpause-spider-and-scanner
说明
Burp Suite is an integrated platform for web application security testing. It functions as an intercepting proxy, allowing security testers to inspect and modify traffic between a browser and target web applications. Core features include: Proxy for intercepting HTTP/S traffic, Scanner (Pro only) for automated vulnerability detection, Intruder for customized attacks like fuzzing, Repeater for manual request manipulation, and Sequencer for analyzing session token randomness. The tool supports extensions via BApp Store and custom Java/Python development. It can save complete project state for later resumption and generate professional reports of findings.
参数
- --project-file _file_
- Load an existing project file.
- --config-file _file_
- Load configuration from file.
- --user-config-file _file_
- Load user configuration from file.
- --unpause-spider-and-scanner
- Start with spider and scanner unpaused.
- --disable-extensions
- Start without loading extensions.
- --collaborator-server
- Run as Collaborator server only.
- --collaborator-config _file_
- Collaborator server configuration.
FAQ
What is the burp command used for?
Burp Suite is an integrated platform for web application security testing. It functions as an intercepting proxy, allowing security testers to inspect and modify traffic between a browser and target web applications. Core features include: Proxy for intercepting HTTP/S traffic, Scanner (Pro only) for automated vulnerability detection, Intruder for customized attacks like fuzzing, Repeater for manual request manipulation, and Sequencer for analyzing session token randomness. The tool supports extensions via BApp Store and custom Java/Python development. It can save complete project state for later resumption and generate professional reports of findings.
How do I run a basic burp example?
Run `burpsuite` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --project-file _file_ do in burp?
Load an existing project file.