Skip to content

Instantly share code, notes, and snippets.

@gotev
Created June 10, 2016 15:14
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 gotev/1ea4e002ebee99fbb8b19292e828aef2 to your computer and use it in GitHub Desktop.
Save gotev/1ea4e002ebee99fbb8b19292e828aef2 to your computer and use it in GitHub Desktop.
tcpdump DHCP
#!/bin/bash
tcpdump -i $1 -nn port 67 or port 68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment