How to Install Burp on MXLinux Latest

Burp is a tool used for web application security testing developed by PortSwigger. In this tutorial, we will look at how to install Burp on MXLinux Latest.

Prerequisites

Step 1: Download Burp

Visit the Burp Suite website http://burp.grke.org/ to download the latest version of the software.

Step 2: Extract the Downloaded File

After downloading the software, you need to extract its content. Run the following command in your terminal:

tar xvfj burpsuite_community_linux_vx_x_x.tar.bz2

Remember to replace vx_x_x with the version number you have downloaded.

Step 3: Move the Extracted Folder to the Directory of Your Choice

After extracting the file, move the extracted folder to the directory you would like to keep the application files. Open the terminal and run the following command:

sudo mv burpsuite_community_linux_vx_x_x /opt/burp

This will move the extracted folder to the /opt directory and create a new folder named burp.

Step 4: Create a Desktop Entry

By creating a desktop entry, you can easily launch the application from the Application menu. Run the following command to create a desktop entry:

sudo nano /usr/share/applications/burp.desktop

Add the following lines in the text editor:

[Desktop Entry]
Type=Application
Name=Burp Suite
GenericName=Web Application Security
Comment=Web application security testing tool
Exec=/opt/burp/burpsuite_pro_vx_x_x.jar
Icon=/opt/burp/burp.png
Categories=Security;

Remember to replace burpsuite_pro_vx_x_x.jar with your specific version of Burp.

Step 5: Launch Burp

You can launch Burp either from the terminal or the Application menu. If you prefer using the terminal, run the following command:

/opt/burp/burpsuite_pro_vx_x_x.jar

Conclusion

Burp is now installed and ready to use on your MXLinux Latest system. Remember to frequently update the software and enjoy your security testing.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!