Skip to content

Instantly share code, notes, and snippets.

@3m3x
Created September 19, 2019 05:16
Show Gist options
  • Save 3m3x/c6abbb85289c9e33fca0229b5f75524c to your computer and use it in GitHub Desktop.
Save 3m3x/c6abbb85289c9e33fca0229b5f75524c to your computer and use it in GitHub Desktop.
General networking cheat sheet
# Look up all DNS records
nslookup -type=any example.com
dig example.com ANY +noall +answer
# Get your current IP from the Internet's point of view
curl -s http://ifconfig.co
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment