1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-02 13:15:43 +02:00

burpsuite: add page (#9104)

This commit is contained in:
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

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`