Skip to content

Instantly share code, notes, and snippets.

@darwin

darwin/dump Secret

Created November 22, 2016 15:22
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 darwin/17fa5d88ee57cadd5f5ff5d9bb701098 to your computer and use it in GitHub Desktop.
Save darwin/17fa5d88ee57cadd5f5ff5d9bb701098 to your computer and use it in GitHub Desktop.
ping 192.168.4.254 on affected machine
$ sudo tcpdump -i en0 16:03:13
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on en0, link-type EN10MB (Ethernet), capture size 262144 bytes
16:05:08.098460 ARP, Request who-has 192.168.4.254 tell 192.168.4.210, length 28
16:05:08.103658 ARP, Reply 192.168.4.254 is-at d8:58:d7:00:35:49 (oui Unknown), length 42
16:05:08.103703 IP 192.168.4.210 > 192.168.4.254: ICMP echo request, id 3331, seq 0, length 64
16:05:08.107637 IP 192.168.4.254 > 192.168.4.210: ICMP echo reply, id 3331, seq 0, length 64
16:05:09.099588 IP 192.168.4.210 > 192.168.4.254: ICMP echo request, id 3331, seq 1, length 64
16:05:09.103496 IP 192.168.4.254 > 192.168.4.210: ICMP echo reply, id 3331, seq 1, length 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment