burpsuite: add page (#9104)

pull/1/head
Madawa De Silva 2022-10-21 21:51:48 +05:30 committed by GitHub
parent 74d6ac1e26
commit 6c990e054c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/burpsuite.md Normal file
View File

@ -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`