Burpsuite pro instilation in Linux( Kali Linux and Parrot OS)


Note First uninstall the old version of Burp Suite community edition if you have any.

sudo apt remove burpsuite
alt text

Steps to Install Burp Suite Pro on Linux

  1. Download Burp suite pro from link - Burp Suite pro 2025.6arrow-up-right

  2. Extract the zip file and find the java jdk or you can doanloade from official website by clicking the link java 24arrow-up-right

  3. First install the java24 and set the evironment variable.

    • Open a terminal and run the following commands:

Note: Environment variables setup

  • add the following lines:

  • Save and exit the file.

  • Verify the installation:

  • open the downloaded Burp Suite Pro directory

  1. open the burploader.jar file

alt text
alt text
  1. click Next

  2. click on Manual Activation alt text alt text

  3. copy the activation response code and past in activation response code box

  4. alt text

  5. click on Next and then Finish. You can see the Burp Suite Pro is installed successfully. alt text alt text alt text alt text


Additional Notes

Last updated