Skip to content

Instantly share code, notes, and snippets.

@gotev
Created June 10, 2016 15:14
Show Gist options
  • Select an option

  • Save gotev/1ea4e002ebee99fbb8b19292e828aef2 to your computer and use it in GitHub Desktop.

Select an option

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