HTTP Capture Homework Assignment - Hsanokklis/2023-2024-Tech-journal GitHub Wiki

Flush DNS

  • ipconfig /flushdns

image

DNS Query + Response Packets

image

  • My computer (10.017.23) made a request through the upstream gateway (10.0.17.2) for the IP address of apache.org.
  • The website then sent back the IP address through the upstream gateway with the IP of apache.org being 151.101.2.132

TCP handshake between client and server

Client IP: 10.0.17.46 Server IP: 151.101.2.132

image

I am not able to view the HTML of this webpage since http://apache.org is redirected to https://apache.org, which mean the HTML is encrypted and I am not able to view it.

image

image