LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

burp

Web application security testing platform

TLDR

Start Burp Suite
$ burpsuite
copy
Start with specific memory allocation
$ java -jar -Xmx4g [burpsuite_pro.jar]
copy
Start and load a project file
$ burpsuite --project-file=[project.burp]
copy
Start in headless mode
$ java -jar [burpsuite_pro.jar] --project-file=[project.burp] --unpause-spider-and-scanner
copy

SYNOPSIS

burpsuite [options]

DESCRIPTION

Burp Suite is an integrated platform for web application security testing. It functions as an intercepting proxy, allowing security testers to inspect and modify traffic between a browser and target web applications.Core features include: Proxy for intercepting HTTP/S traffic, Scanner (Pro only) for automated vulnerability detection, Intruder for customized attacks like fuzzing, Repeater for manual request manipulation, and Sequencer for analyzing session token randomness.The tool supports extensions via BApp Store and custom Java/Python development. It can save complete project state for later resumption and generate professional reports of findings.

PARAMETERS

--project-file file

Load an existing project file.
--config-file file
Load configuration from file.
--user-config-file file
Load user configuration from file.
--unpause-spider-and-scanner
Start with spider and scanner unpaused.
--disable-extensions
Start without loading extensions.
--collaborator-server
Run as Collaborator server only.
--collaborator-config file
Collaborator server configuration.

PROXY CONFIGURATION

Default proxy listener: 127.0.0.1:8080Configure browser to use:- HTTP/HTTPS Proxy: 127.0.0.1- Port: 8080Install Burp CA certificate from: http://burp/cert

INSTALL

sudo apt install burp
copy
brew install burp
copy
nix profile install nixpkgs#burp
copy

CAVEATS

Burp Suite Community Edition lacks automated scanning capabilities. Using Burp against systems without authorization is illegal. HTTPS interception requires installing Burp's CA certificate. Memory usage can be significant for large projects; allocate sufficient heap space.

HISTORY

Burp Suite was created by Dafydd Stuttard (author of "The Web Application Hacker's Handbook") and first released around 2003. Originally a collection of separate tools, it evolved into an integrated suite. PortSwigger Ltd was founded in 2004 to develop and market Burp Suite professionally. It has become the industry-standard tool for web application penetration testing.

SEE ALSO

mitmproxy(1), nikto(1), sqlmap(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid