Cybersecurity Demystify Install Burp Suite in Kali Linux

Install Burp Suite in Kali Linux

Install BurpSuite in Kali Linux: Easy Step-by-Step Guide.

What is BurpSuite?

BurpSuite is a hands-on web security testing tool by Portswigger, for web application penetration testing. It allows you to explore and exploit web application vulnerabilities. There is a paid and free version of BurbSuite.

We are going to download and install the free/ community edition of BurbSuite in Kali Linux. Click here to download the community edition of Burbsuit. Choose Burp Suite Community Edition and select Linux(x64) for the Operating system. Click the DOWNLOAD button.

Cybersecurity Demystify Install Burp Suite in Kali Linux

Click Home on your Kali Linux Desktop > Downloads > Right-click the Burpsuit installer and click on Open Terminal Here.

Cybersecurity Demystify Install Burp Suite in Kali Linux

Type ls and press enter to check the directory. Notice that it shows the burpsuite download.

 ls

Note: Your command may be slightly different from mine based on the version of BurpSuit Download. What you can do, is copy the command below and edit it to your BurbSuite version. The “ls” command shows you this information as shown in the screenshot.

Next, type chmod +x burpsuite_community_linux_v2024_2_1_5.sh and press enter to add the execute (x) permission to the file.

Cybersecurity Demystify Install Burp Suite in Kali Linux
chmod +x burpsuite_community_linux_v2024_2_1_5.sh

Now, we are ready to install the BurpSuite on our Kali Linux. Type sudo ./burpsuite_community_linux_v2024_2_1_5.sh and press enter.

sudo ./burpsuite_community_linux_v2024_2_1_5.sh
Cybersecurity Demystify Install Burp Suite in Kali Linux

The installer appears. Click the Next button.

Cybersecurity Demystify Install Burp Suite in Kali Linux

Select Destination Directory and click the Next button.

Cybersecurity Demystify Install Burp Suite in Kali Linux

Select Directory for Symlinks and click the Next button.

Cybersecurity Demystify Install Burp Suite in Kali Linux

Wait for the installation to complete.

Cybersecurity Demystify Install Burp Suite in Kali Linux
Cybersecurity Demystify Install Burp Suite in Kali Linux

About The Author

Help someone out! Share this post with those who might need it.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
CHAT