Skip to content

Instantly share code, notes, and snippets.

@zerwes
Forked from mattm7n/gist:1405067
Last active November 22, 2024 10:10
Show Gist options
  • Save zerwes/1cde993a93378b63f871f87d767f934e to your computer and use it in GitHub Desktop.
Save zerwes/1cde993a93378b63f871f87d767f934e 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