snippetbashTip
burpsuite — A GUI based application mainly used in web application penetration testing. More information: <https
Viewed 0 times
burpsuitecommandmainlyusedclibasedguiapplication
linux
Problem
How to use the
burpsuite command: A GUI based application mainly used in web application penetration testing. More information: <https://portswigger.net/burp/documentation/desktop/troubleshooting/launch-from-command-line>.Solution
burpsuite — A GUI based application mainly used in web application penetration testing. More information: <https://portswigger.net/burp/documentation/desktop/troubleshooting/launch-from-command-line>.Start Burp Suite:
burpsuiteStart Burp Suite using the default configuration:
burpsuite --use-defaultsOpen a specific project file:
burpsuite --project-file={{path/to/file}}Load a specific configuration file:
burpsuite --config-file={{path/to/file}}Start without extensions:
burpsuite --disable-extensionsCode Snippets
Start Burp Suite
burpsuiteStart Burp Suite using the default configuration
burpsuite --use-defaultsOpen a specific project file
burpsuite --project-file={{path/to/file}}Load a specific configuration file
burpsuite --config-file={{path/to/file}}Start without extensions
burpsuite --disable-extensionsContext
tldr-pages: linux/burpsuite
Revisions (0)
No revisions yet.