IDS-C is A simple intrusion detection system that detects anomalous IP payloads, vertical and horizontal port scanning attacks in the selected network interface.
System and Requirements:
+ All Linux Support; Tested Ubuntu 16.04, Debian 9
+ Cmake and pcap-dev
Use and Download:
git clone https://github.com/ghousali17/IDS-C && cd IDS-C make ./myids eth0 {your option}
Source: https://github.com/ghousali17