Skip to content

Instantly share code, notes, and snippets.

@argent-smith
Created March 7, 2012 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argent-smith/1991552 to your computer and use it in GitHub Desktop.
Save argent-smith/1991552 to your computer and use it in GitHub Desktop.
facebook thing
[paul@paul paul]$ lynx -head -dump http://facebook.com
HTTP/1.0 301 Moved Permanently
Location: http://www.facebook.com/
Content-Type: text/html; charset=utf-8
X-FB-Debug: 0iV7kkInxezygwAu6gdBa2v96tBdZuV3gj4D92r7DQo=
Connection: close
Content-Length: 0
[paul@paul paul]$ host -a www.facebook.com
Trying "www.facebook.com"
;; connection timed out; no servers could be reached
[paul@paul paul]$ host -a www.facebook.com
Trying "www.facebook.com"
;; connection timed out; no servers could be reached
[paul@paul paul]$ host -a facebook.com
Trying "facebook.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20058
;; flags: qr rd ra; QUERY: 1, ANSWER: 8, AUTHORITY: 5, ADDITIONAL: 5
;; QUESTION SECTION:
;facebook.com. IN ANY
;; ANSWER SECTION:
facebook.com. 31 IN A 66.220.149.11
facebook.com. 31 IN A 69.171.224.11
facebook.com. 31 IN A 69.171.229.11
facebook.com. 114444 IN NS ns2.facebook.com.
facebook.com. 114444 IN NS ns5.facebook.com.
facebook.com. 114444 IN NS ns4.facebook.com.
facebook.com. 114444 IN NS ns1.facebook.com.
facebook.com. 114444 IN NS ns3.facebook.com.
;; AUTHORITY SECTION:
facebook.com. 114444 IN NS ns1.facebook.com.
facebook.com. 114444 IN NS ns4.facebook.com.
facebook.com. 114444 IN NS ns3.facebook.com.
facebook.com. 114444 IN NS ns2.facebook.com.
facebook.com. 114444 IN NS ns5.facebook.com.
;; ADDITIONAL SECTION:
ns1.facebook.com. 2738 IN A 204.74.66.132
ns2.facebook.com. 2738 IN A 204.74.67.132
ns3.facebook.com. 2738 IN A 66.220.151.20
ns4.facebook.com. 2738 IN A 69.171.245.32
ns5.facebook.com. 2738 IN A 66.220.145.65
Received 318 bytes from 213.145.0.2#53 in 0 ms
[paul@paul paul]$ host -a www.facebook.com 204.74.66.132
Trying "www.facebook.com"
Using domain server:
Name: 204.74.66.132
Address: 204.74.66.132#53
Aliases:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57281
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;www.facebook.com. IN ANY
;; AUTHORITY SECTION:
www.facebook.com. 86400 IN NS glb2.facebook.com.
www.facebook.com. 86400 IN NS glb1.facebook.com.
;; ADDITIONAL SECTION:
glb2.facebook.com. 3600 IN A 69.171.255.10
glb1.facebook.com. 3600 IN A 69.171.239.10
Received 104 bytes from 204.74.66.132#53 in 53 ms
[paul@paul paul]$ host -a www.facebook.com
Trying "www.facebook.com"
;; connection timed out; no servers could be reached
[paul@paul paul]$ host -a www.facebook.com 69.171.255.10
Trying "www.facebook.com"
;; connection timed out; no servers could be reached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment