Skip to content

Commit

Permalink
burpsuite: add page (#9104)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerribleCodes authored Oct 21, 2022
1 parent 74d6ac1 commit 6c990e0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/linux/burpsuite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# burpsuite

> A GUI based application mainly used in web application penetration testing.
> More information: <https://portswigger.net/burp/documentation/desktop/getting-started/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`

0 comments on commit 6c990e0

Please sign in to comment.