Skip to content

Instantly share code, notes, and snippets.

@Oxyd76
Forked from mattm7n/gist:1405067
Created December 5, 2021 07:08
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 Oxyd76/49fbe748bd8ea3089eede503bac226d3 to your computer and use it in GitHub Desktop.
Save Oxyd76/49fbe748bd8ea3089eede503bac226d3 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