/iptables-tracing

iptables tracing tool

Primary LanguageCMIT LicenseMIT

iptables-tracing

A tool to show iptables rules hit by specific traffic.

Under construction...

Usage

To show a TCP SYN with speicfic source IPv4 and destination port:

sudo iptables-tracing 'src host 192.168.1.1 and dst port 80 and ip[20+13]&0x3f == 0x2'