Skip to content

Instantly share code, notes, and snippets.

@SystemZ
Created October 28, 2015 21:31
Show Gist options
  • Save SystemZ/a5819ea4e6374fda2ab4 to your computer and use it in GitHub Desktop.
Save SystemZ/a5819ea4e6374fda2ab4 to your computer and use it in GitHub Desktop.
Get current DNS queries with tcpdump
sudo tcpdump -vvv -s 0 -l -n port 53 -i eth0 | tee -a dnsdump.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment