Assignment 3 is due 4/15/22 on or before 11:59:59pm MST.

Networking Challenges (100 points)

There are 52 challenges in this module at https://pwn.cse365.io/challenges/network. Each challenge is 2 points, and the total is 104 points.

The challenges will first require you to write some networking programming code to practice making network connections.

Then you’ll need to extract information from a pcap file. You can use tcpdump to read from the pcap file, or you can download the file locally and analyze it with Wireshark.

Finally, you’ll need to live sniff the data from two processes communication, and you’ll need to use tcpdump to do that.