mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
burpsuite: add page (#9104)
This commit is contained in:
parent
74d6ac1e26
commit
6c990e054c
1 changed files with 24 additions and 0 deletions
24
pages/linux/burpsuite.md
Normal file
24
pages/linux/burpsuite.md
Normal 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`
|
Loading…
Add table
Reference in a new issue