{"id":13775554,"url":"https://github.com/x-way/iptables-tracer","last_synced_at":"2025-05-16T13:06:21.663Z","repository":{"id":41463485,"uuid":"156116213","full_name":"x-way/iptables-tracer","owner":"x-way","description":"Insert trace-points into the running configuration to observe the path of packets through the iptables chains.","archived":false,"fork":false,"pushed_at":"2025-05-06T02:05:31.000Z","size":2850,"stargazers_count":269,"open_issues_count":3,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-13T14:08:24.708Z","etag":null,"topics":["golang","iptables","iptables-tracer","netfilter","nflog"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x-way.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-04T19:18:56.000Z","updated_at":"2025-05-10T18:37:04.000Z","dependencies_parsed_at":"2024-05-09T05:32:13.016Z","dependency_job_id":"e95a3055-c8e1-4dc9-bdbf-0ea3c21d2ebd","html_url":"https://github.com/x-way/iptables-tracer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-way%2Fiptables-tracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-way%2Fiptables-tracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-way%2Fiptables-tracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-way%2Fiptables-tracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x-way","download_url":"https://codeload.github.com/x-way/iptables-tracer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535827,"owners_count":22087399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","iptables","iptables-tracer","netfilter","nflog"],"created_at":"2024-08-03T17:01:41.146Z","updated_at":"2025-05-16T13:06:21.614Z","avatar_url":"https://github.com/x-way.png","language":"Go","funding_links":[],"categories":["\u003ca id=\"eec238a1a2657b70f7bbbe68a4421249\"\u003e\u003c/a\u003e其他","Go"],"sub_categories":["\u003ca id=\"b239f12aca7aa942b45836032cbef99a\"\u003e\u003c/a\u003e转换"],"readme":"# iptables-tracer\n[![CircleCI](https://circleci.com/gh/x-way/iptables-tracer/tree/master.svg?style=svg)](https://circleci.com/gh/x-way/iptables-tracer/tree/master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/x-way/iptables-tracer)](https://goreportcard.com/report/github.com/x-way/iptables-tracer)\n[![Codecov](https://codecov.io/gh/x-way/iptables-tracer/branch/master/graph/badge.svg)](https://codecov.io/gh/x-way/iptables-tracer/)\n\nInsert trace-points into the running configuration to observe the path of packets through the iptables chains.\n\n## Usage\n\n```\n$ iptables-tracer -f \"-s 192.0.2.1 -p tcp --dport 443\" -t 30s\n14:42:00.284882 raw    PREROUTING   0x00000000 IP 192.0.2.1.36028 \u003e 203.0.113.41.443: Flags [S], seq 3964691400, win 29200, length 0  [In:eth0 Out:]\n14:42:00.287255 mangle PREROUTING   0x00008000 IP 192.0.2.1.36028 \u003e 203.0.113.41.443: Flags [S], seq 3964691400, win 29200, length 0  [In:eth0 Out:]\n14:42:00.288966 nat    PREROUTING   0x00008000 IP 192.0.2.1.36028 \u003e 203.0.113.41.443: Flags [S], seq 3964691400, win 29200, length 0  [In:eth0 Out:]\n14:42:00.290545 mangle FORWARD      0x00008000 IP 192.0.2.1.36028 \u003e 198.51.100.8.443: Flags [S], seq 3964691400, win 29200, length 0  [In:eth0 Out:eth1]\n14:42:00.292123 filter FORWARD      0x00008002 IP 192.0.2.1.36028 \u003e 198.51.100.8.443: Flags [S], seq 3964691400, win 29200, length 0  [In:eth0 Out:eth1]\n14:42:00.293164 mangle POSTROUTING  0x00008002 IP 192.0.2.1.36028 \u003e 198.51.100.8.443: Flags [S], seq 3964691400, win 29200, length 0  [In: Out:eth1]\n14:42:00.293780 nat    POSTROUTING  0x00008002 IP 192.0.2.1.36028 \u003e 198.51.100.8.443: Flags [S], seq 3964691400, win 29200, length 0  [In: Out:eth1]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-way%2Fiptables-tracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-way%2Fiptables-tracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-way%2Fiptables-tracer/lists"}