luxroot / Simple-NIDS

IS 511 - HW4 Network security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HW4_20203331_MyeongGeun-Shin

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.sh

Then you're ready to go! You can run this program with following.

sudo python3 main.py rule_file.txt

Or,

sudo ./main.py rule_file.txt

(sudo is required to capture low-number ports packets)

About

IS 511 - HW4 Network security


Languages

Language:Python 97.5%Language:Shell 2.5%