[cs615asa] HW4

Rozy Gupta rgupta11 at stevens.edu
Sun Mar 17 20:34:44 EDT 2019


Can somebody explain me how exactly the following command works?

( printf "GET / HTTP/1.1\r\nHost: www.yahoo.com\r\n\r\n"; sleep 1; ) | \
        openssl s_client -connect www.yahoo.com:443<http://www.yahoo.com:443>


when I try to execute " tcpdump tcp -w http.pcap port 80"  on both server and client and then execute the above command in the client and finally try to read the file, Nothing is captured in the file.

Does somebody else has the same issue?

Can anyone tell me what might be the issue?

Best,
Rozy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.stevens.edu/pipermail/cs615asa/attachments/20190318/4bef40d9/attachment.html>


More information about the cs615asa mailing list