NOPROXY

  • In this section, you are going to learn

  • Terminology

  • Version Info

  • High Level Protocol Setup

  • Experimental Setup

  • Application

  • LibraRIES

test:~$ curl https://c-pointers.com
  • Expected output:The HTML source code of the webpage hosted at https://c-pointers.com

  • Step-1 : wireshark captures

  • Step-2 : screenshots

    • client side

      ../../_images/curl_https_client.png
test:~$ wget https://c-pointers.com
  • Expected output:The HTML content of the webpage at https://c-pointers.com

  • Step-1 : wireshark captures

  • Step-2 : screenshots

    • client side

      ../../_images/wget_https_client.png
test:~$ curl http://c-pointers.com
  • Expected output:The HTML source code of the webpage hosted at http://c-pointers.com

  • Step-1 : wireshark captures

  • Step-2 : screenshots

    • client side

      ../../_images/curl_http_client.png
test:~$ wget http://c-pointers.com
  • Expected output:The HTML content of the webpage at http://c-pointers.com

  • Step-1 : wireshark captures

  • Step-2 : screenshots

    • client side

    ../../_images/wget_http_client.png
  • Test Cases

  • Frame Sequence

  • Wireshark Capture

  • packet 1

  • packet 2

  • FAQs

  • Reference links