File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,24 @@ In the comand line -> ping 8.8.8.8 -> ping <destination ip/ domain name>
4747* Name Resolution Tools
4848-------------------------
4949- nslookup <hostname> -> output - server used to perform the request and resolution result;
50+ In order to identify the IP address of twitter.com
51+
52+ nslookup twitter.com
53+ Output -> A record
54+ Server
55+ Address
56+
57+ Non-authoritative answer:
58+ Name
59+ Address
60+ Name Address
61+
62+ Can start an interative session on nslookup by just typing : nslookup
63+ > google.com
64+ > set type=MX
65+ > google.com
66+
67+ > set debug (allows the tool to display the full response of the packets - including intermediary and all their contents(TTL - Zone Files).)
5068---------------------------------------------------------------------------------------------------------------------------------------
5169* Public DNS Servers
5270----------------------
You can’t perform that action at this time.
0 commit comments