Networking Tools
Another list I plan on adding to over time…
Online networking tools:
Unix/Linux networking tools:
dig
Simple examples of dig, the dns utility
To get an A record for an address:
$dig www.google.comTo get any record for an address:
$dig www.google.com ANYTo use a specific dns server:
$dig @ns.google.com www.google.comTo find the MX records of a domain:
$dig google.com MX





