How Do You Use Burp (the Burp Suite tools)?

Problem scenario
You want to test out Burp to verify your website is secure. What do you do?

Solution
1. We use the desktop GUI of Linux for this solution. Deploy Kali Linux (e.g., in Azure).

2. Run these commands on it if you are not connected to the GUI Desktop:

sudo apt -y update
sudo apt -y install xrdp
sudo service xrdp start

3. Use the Remote Desktop Protocol (RDP) program to connect to the GUI.

4. Open a terminal and type "burpsuite" and press enter.

Leave a comment

Your email address will not be published. Required fields are marked *