/Simple-NIDS

Simple Network Intrusion Detection System. In python with Scapy.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Simple-NIDS

Simple Network Intrusion Detection System (signature based).
Written in Python with Scapy.

Install

Install python 2.7 and scapy. Clone this project :

git clone https://github.com/pthevenet/Simple-NIDS.git

Run

cd Simple-NIDS

and

sudo python -B src/Simple-NIDS.py rules/exampleRules.txt

or

sudo python -B src/Simple-NIDS.py <rule file>

Stop

ctrl + shift + \