https://github.com/jschwinger233/iptables-tracing
iptables tracing tool
https://github.com/jschwinger233/iptables-tracing
bpf debug iptables network tracing
Last synced: 2 months ago
JSON representation
iptables tracing tool
- Host: GitHub
- URL: https://github.com/jschwinger233/iptables-tracing
- Owner: jschwinger233
- License: mit
- Created: 2023-03-24T02:55:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T08:06:05.000Z (over 1 year ago)
- Last Synced: 2025-05-07T03:10:06.923Z (2 months ago)
- Topics: bpf, debug, iptables, network, tracing
- Language: C
- Homepage:
- Size: 745 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```