LAB: Burp Suite's proxy tool

I will demo this, and you should follow along on your Kali. The basic idea is that every HTTP query gets intercepted so you can look at it and/or change it ahead of sending it to the server, and you can study the responses as well.


Your Carleton user name, lower case:

What is the first line of the first query sent by the browser to the server?

What is the HTTP status code of the server's reply to the first query?

What is the first line of the second query sent by the browser to the server?

What is the HTTP status code of the server's reply to the second query?

What is the first line of the third query (if any) sent by the browser to the server?

What is the HTTP status code of the server's reply to the third query?

Briefly, what does the the Burp proxy tool do?