Created
September 20, 2017 01:25
-
-
Save elliot/b155f3184d93490c88108e801def2abc to your computer and use it in GitHub Desktop.
TCP One Liners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Monitor DNS queries | |
sudo tcpdump -i en0 -s 5000 -n port 53 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment