Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jschwinger233/iptables-tracing

iptables tracing tool
https://github.com/jschwinger233/iptables-tracing

bpf debug iptables network tracing

Last synced: 3 months ago
JSON representation

iptables tracing tool

Awesome Lists containing this project

README

        

# 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'
```