Configuring Burp Suite on Kali Linux
Burp Suite Proxy is one of the most powerful web application auditing tools available. However, it is not a tool that can be started easily with a single click. Configurations in both the Burp Suite application and in the associated web browser must be modified to ensure that each communicates with the other properly.
Getting ready
Nothing needs to be done to execute Burp Suite in Kali Linux for the first time. The free version is an integrated tool, and it is already installed. Alternatively, if you choose to use the professional version, a license can be purchased at https://pro.portswigger.net/buy/.
The license is relatively inexpensive and well worth the additional features. However, the free version is still highly useful and provides most of the core functionality at no cost to the user.
How to do it…
Let's configure Burp Suite on Kali Linux with the help of following steps:
- Burp Suite is a GUI tool and requires access to the graphical desktop in order...