![]() |
VOOZH | about |
Burp Suite is a set of tools for penetration testing the security of web-based applications. It comes as an all-in-one tool, and it is very famous for its usability. Setting up Burp for penetration testing of web applications is very straightforward.
Starting the Proxy Server:
Some browsers have their inbuilt proxy client, some rely on system proxy settings and some provide both the options. You should go with the browser that has an inbuilt proxy client so that you can continue doing your normal internetwork with some other browser without having to change settings. Once the proxy server and the client are running you will see that the intercept tab of the proxy tab will show you an HTTP request. Now you can monitor all the traffic going through your configured browser. But, there is a problem. At this point, you can not intercept the HTTPS requests.
Because HTTPS is trying to set up a secure tunnel and can only send the requests to the trusted proxy server(s). To make your Burp Proxy server trusted, you need to set Burp's Certificate Authority PortSwigger as a trusted CA in your browser. You can do this by:
A. For Mozilla FireFox:
For reducing the overhead of changing proxy settings of the browser, I'd recommend that you install an extension to manage the same right from the home window. The extension I use is "FoxyProxy".
B. For Chrome:
Chrome does not have its own proxy settings so it uses the system's proxy settings. It can be for our purpose by adjusting the system proxy settings but that will make a lot of things messy. For example, all of the requests/responses will go through your Burp proxy regardless of your target(requests/responses from your browser as well as other apps that use the internet). This is why it is recommended that you use a browser with a built-in proxy like Firefox. This sets you up for getting started with web app pentest using BurpSuite. Now is the time to test that everything is working fine and the Burp Proxy is able to intercept all the request-response pairs. This can be easily checked by accessing a website in the browser and identifying that there are HTTP requests to those websites intercepted by the burp proxy.
Further Tweaking:
There are some more things about Burp Proxy which you should know before getting started as it will save you a lot of time by reducing the unnecessary clutter in your HTTP history tab.