Activity 1.1
When a pen-tester point the URL of his Firefox browser to https://www.ibm.com
The communications between his browser and the IBM servers were captured and given in the next five slides, separate them as REQUEST
or RESPONSE
message.
Using the ZAP Proxy Tool
, show the intercepted HTTP Request and Response Header
OWASP ZAP Proxy
- Ensure Kali VM is in
NAT
- Start an OWASP ZAP Proxy Session
- Start a
Manual Exploration
- Key in the website to manually explore
- Notice the browser information is captured by the server in the
REQUEST
and theRESPONSE
is a redirect status code
HTTP Request
HTTP Response
- Notice that within the packet of the Redirect status code there is another redirect status code in the
RESPONSE
- Notice that within the packet of the Redirect status code there is another redirect status code in the
RESPONSE
- Notice that within the packet of the Redirect status code there is another redirect status code in the
RESPONSE
- Notice on recieving a
200 OK
status code, the server type, link and the html code is returned
Additional Resources
- Types of VM Network connections
- HTTPS Status Codes and their meanings
- HTTPS Server Redirection - How it works
Last update:
June 11, 2023
Created: June 11, 2023
Created: June 11, 2023