IS 511 - HW4 Network security by MyeongGeun Shin (20203331)
Due: June 24, 2:30 PM
Run install.sh with sudo command. It will install python3, netaddr, scapy if not exists.
So, at first time please run
chmod u+x install.sh main.py && sudo ./install.shThen you're ready to go! You can run this program with following.
sudo python3 main.py rule_file.txtOr,
sudo ./main.py rule_file.txt(sudo is required to capture low-number ports packets)