Skip to content

Instantly share code, notes, and snippets.

@Prototype-X
Forked from mattm7n/gist:1405067
Created February 6, 2018 08:11
Show Gist options
  • Save Prototype-X/7852b196b95842d9581a482afdb1158b to your computer and use it in GitHub Desktop.
Save Prototype-X/7852b196b95842d9581a482afdb1158b to your computer and use it in GitHub Desktop.
Monitor DHCP traffic with tcpdump
# Monitoring on interface eth0
tcpdump -i eth0 -n port 67 and port 68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment