Toolbox

Burp Suite Initial Setup

Install Burp Suite Community and configure your browser to trust the proxy certificate.

Helpful Links

Installing Burp Suite

  1. Go to the following link and download the installation script: Download and Install
  2. Once downloaded, navigate to the downloaded directory and run the following commands to install (run as root or with sudo):
chmod +x burpsuite_community_linux<version>.sh
./burpsuite_community_linux<version>.sh

Starting Burp Suite

In the terminal simply execute the following command

burpsuite
If running the Community (free) version, you will only have the option to start a temporary project so just simply follow the prompts to continue.

Burp Suite startup prompt

Burp Suite project selection

Installing Proxy Certificate

After you have started the application, Burp automatically spins up a proxy server running on port 8080. If we navigate to this port within a web browser, we are presented with a simple web page where we can download the certificate required for intercepting requests. Navigate to the following link:

http://localhost:8080

After navigating to the page, just simply click the button CA Certificate to download the Burp Suite certificate.

Burp Suite proxy certificate download

Installing the Certificate

After you have downloaded the certificate, you now need to import it into your browser of choice.

Firefox (Recommended)

Simply navigate to Settings > Privacy & Security > Certificates then select the button View Certificates.

Firefox certificate settings

Now select the button Import....

Firefox import certificate

Now select the recently downloaded certificate.

Select Burp Suite certificate

When prompted you can select all of the check boxes and select OK.

Trust Burp Suite certificate

Now that this certificate is imported, you can successfully start to intercept HTTP traffic.

Chrome

Simply navigate to Settings > Privacy and Security > Security then select the button Manage certificates.

Chrome certificate settings

Now select Installed by you.

Chrome installed certificates

Next to Trusted Certificates select Import.

Chrome import certificate

Now just select the certificate you downloaded earlier and select it to be imported.

Chrome select Burp Suite certificate