Projet d'implémentation d'un IDS (Intrusion Detection System) pour le cours de développement IR209 en bloc 2 au 1er quadrimestre, à l'Hénallux.
Project of implementing an IDS (Intrusion Detection System) for the development course IR209 in bloc 2 during the 1-st semester at Hénallux.
Notes:
- The project is meant to run on kali linux
- You need to install libpcap-dev (
sudo apt install libpcap-dev
) - Command to build the program :
gcc −Wall −o ids main.c populate.c rules.c error.c −lpcap
- You need root privileges to run the program