Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 477 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 477 Bytes

Detecting anomalies in firewall rules

The purpose of this project is to develop a tool that's able to detect anomalies in firewall rules like iptables or nftables.

Getting Started

Get your own copy with:

git clone [email protected]:Keredu/DAFR.git

Prerequisites

A C compiler, in my case, gcc.

Running the tests

Testing the anomaly detector:

sh test.sh

Authors

  • Luis Cortés Ferre - Initial work - Keredu