Skip to content

Instantly share code, notes, and snippets.

@Stevemoretz
Created September 30, 2022 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stevemoretz/f3f7b3dda5a2eac34f1dbb4d80c4f5a1 to your computer and use it in GitHub Desktop.
Save Stevemoretz/f3f7b3dda5a2eac34f1dbb4d80c4f5a1 to your computer and use it in GitHub Desktop.
tcpdump -ni wg0 tcp and dst port 1196
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on wg0, link-type RAW (Raw IP), capture size 262144 bytes
06:55:47.789978 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [S], seq 1730689418, win 65535, options [mss 1240,nop,wscale 6,nop,nop,TS val 276154861 ecr 0,sackOK,eol], length 0
06:55:47.886842 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 4243412703, win 2053, options [nop,nop,TS val 276154955 ecr 209288918], length 0
06:55:47.888647 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 0:56, ack 1, win 2053, options [nop,nop,TS val 276154955 ecr 209288918], length 56
06:55:48.043832 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 69, win 2052, options [nop,nop,TS val 276155111 ecr 209289017], length 0
06:55:48.049968 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 56:357, ack 69, win 2052, options [nop,nop,TS val 276155111 ecr 209289017], length 301
06:55:48.147764 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 133, win 2051, options [nop,nop,TS val 276155213 ecr 209289181], length 0
06:55:48.152892 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 357:421, ack 1361, win 2048, options [nop,nop,TS val 276155216 ecr 209289181], length 64
06:55:48.347755 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 1535, win 2045, options [nop,nop,TS val 276155411 ecr 209289276], length 0
06:55:48.359768 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 421:1632, ack 1535, win 2048, options [nop,nop,TS val 276155412 ecr 209289321], length 1211
06:55:48.456802 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 1654, win 2046, options [nop,nop,TS val 276155520 ecr 209289489], length 0
06:55:48.463863 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 1632:2186, ack 1654, win 2048, options [nop,nop,TS val 276155520 ecr 209289489], length 554
06:55:48.655788 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 1964, win 2043, options [nop,nop,TS val 276155717 ecr 209289592], length 0
06:55:48.658906 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 2186:2250, ack 1964, win 2048, options [nop,nop,TS val 276155717 ecr 209289592], length 64
06:55:48.661914 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 2250:2348, ack 1964, win 2048, options [nop,nop,TS val 276155717 ecr 209289592], length 98
06:55:48.758861 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 2028, win 2047, options [nop,nop,TS val 276155817 ecr 209289791], length 0
06:55:48.854939 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [.], ack 2331, win 2043, options [nop,nop,TS val 276155914 ecr 209289887], length 0
06:55:48.931933 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 2348:2412, ack 2331, win 2048, options [nop,nop,TS val 276155984 ecr 209289887], length 64
06:55:49.537881 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 2412:2640, ack 2331, win 2048, options [nop,nop,TS val 276156587 ecr 209290100], length 228
06:55:50.538854 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 2640:2868, ack 2331, win 2048, options [nop,nop,TS val 276157564 ecr 209290666], length 228
06:55:51.539793 IP 10.66.66.19.49796 > 6.8.198.252.netmagic: Flags [P.], seq 2868:3096, ack 2331, win 2048, options [nop,nop,TS val 276158557 ecr 209291667], length 228
^C
20 packets captured
21 packets received by filter
0 packets dropped by kernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment