What is Burp Suite? (original) (raw)

Last Updated : 15 May, 2026

Burp Suite is a web application security testing tool used by penetration testers, ethical hackers and bug bounty hunters to identify vulnerabilities in websites and web applications. Developed by PortSwigger, Burp Suite provides an all-in-one platform for intercepting, analyzing, modifying and testing HTTP/HTTPS traffic between a browser and a web server.

System Requirements

Before installing Burp Suite, ensure your system meets these basic requirements:

Step-by-Step Installation of Burp Suite on Windows

Step 1: Visit the Official Website

Go to the official PortSwigger Burp Suite Download Page

official_Page

Official Download Page

Step 2: Download Burp Suite

Choose the edition you want:

Screenshot-2026-05-13-121135

Edition

Step 3: Run the Installer

After downloading:

Step 4: Launch Burp Suite

Once the Installation is complete:

Installing Burp Suite on Linux

Using .sh Installer

**Command:

chmod +x burpsuite_community_linux_v2025.sh
./burpsuite_community_linux_v2025.sh

Installing Burp Suite on macOS

  1. Download the .dmg installer from the official website.
  2. Open the downloaded file.
  3. Drag Burp Suite into the Applications folder.
  4. Launch Burp Suite from Applications.

Configuring Browser Proxy with Burp Suite

You can configure these settings manually in your browser or use browser extensions like: FoxyProxy, SwitchyOmega. To intercept browser traffic Proxy IP(127.0.0.1) and Port(8080).

Installing Burp Suite CA Certificate

To inspect HTTPS traffic, install Burp Suite’s CA certificate. Without this step, HTTPS websites will show SSL/TLS errors. This allows Burp Suite to decrypt and inspect HTTPS traffic securely. Steps:

Burp Suite Extensions

Burp Suite supports multiple extensions through the BApp Store.

Features of Burp Suite

1. Spider

The Spider tool automatically crawls web applications to discover pages, directories, APIs, forms and hidden endpoints. This helps security testers map the complete attack surface of a target application.

2. Proxy

The Proxy is Burp Suite’s core feature. It acts as an intercepting proxy between the browser and the web server, allowing users to inspect and modify requests and responses in real time.

**3. Intruder

Intruder is an automated attack tool used for fuzzing and testing input fields with multiple payloads.

4****.** Repeater

The Repeater tool allows users to resend modified HTTP requests multiple times and analyze server responses.

5. Sequencer

The Sequencer analyzes the randomness of session tokens, cookies and CSRF tokens generated by web applications

6. Decoder

The Decoder tool helps encode and decode data in multiple formats.

7. Extender

The Extender feature allows users to add external plugins called BApps to enhance Burp Suite’s functionality.

8. Scanner

The Scanner automatically detects common web vulnerabilities in applications. The Scanner feature is available only in the Professional and Enterprise editions.

Limitations of Burp Suite