HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

burpsuite — A GUI based application mainly used in web application penetration testing. More information: <https

Submitted by: @import:tldr-pages··
0
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:
burpsuite


Start Burp Suite using the default configuration:
burpsuite --use-defaults


Open 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-extensions

Code Snippets

Start Burp Suite

burpsuite

Start Burp Suite using the default configuration

burpsuite --use-defaults

Open 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-extensions

Context

tldr-pages: linux/burpsuite

Revisions (0)

No revisions yet.