The other day I was having fun scanning ports with nmap and a idea struck me. I decided to perform OS Scan on www.google.com . At first I thought I might get it so I prefer to choose -F and -A.
for those who are not familiar with Nmap commands :
-A: Enable OS detection, version detection, script scanning, and traceroute.
-F: Fast mode - Scan fewer ports than the default scan.
So I decided to do it on Google.com as I felt maybe there might be something I might Stumble upon. like a secret telnet running on a different port (I did not find it :) )
"C:\Nmap>nmap -A -F google.comfor those who are not familiar with Nmap commands :
-A: Enable OS detection, version detection, script scanning, and traceroute.
-F: Fast mode - Scan fewer ports than the default scan.
So what those attributes basically did was -F scanned for the most common ports i.e 21,22, 23,80, 8080 etc which normally were ftp, finger, telnet, ssh, html etc.
While -A scanned for the Operating System detection, Script Scanning, Traceroute, Version detection.
So I decided to do it on Google.com as I felt maybe there might be something I might Stumble upon. like a secret telnet running on a different port (I did not find it :) )
The Output I got was really worth mentioning. If you want to manually go through it then Be my guest.
Starting Nmap 7.40 ( https://nmap.org ) at 2017-01-06 10:02 Florida Standard Time
Stats: 0:00:10 elapsed; 0 hosts completed (0 up), 0 undergoing Script Pre-Scan
NSE Timing: About 0.00% done
Stats: 0:00:13 elapsed; 0 hosts completed (0 up), 1 undergoing Ping Scan
Ping Scan Timing: About 12.50% done; ETC: 10:03 (0:00:14 remaining)
Stats: 0:00:22 elapsed; 0 hosts completed (0 up), 1 undergoing Ping Scan
Parallel DNS resolution of 1 host. Timing: About 0.00% done
Debugging Increased to 1.
Stats: 0:00:24 elapsed; 0 hosts completed (0 up), 1 undergoing Ping Scan
Parallel DNS resolution of 1 host. Timing: About 0.00% done
mass_rdns: 15.11s 0/1 [#: 6, OK: 0, NX: 0, DR: 0, SF: 0, TR: 3]
DNS resolution of 1 IPs took 15.11s. Mode: Async [#: 6, OK: 1, NX: 0, DR: 0, SF: 0, TR: 3, CN: 0]
Packet capture filter (device eth4): dst host 192.168.1.7 and (icmp or icmp6 or ((tcp or udp or sctp) and (src host 172.217.26.206)))
Overall sending rates: 81.44 packets / s, 3583.30 bytes / s.
Stats: 0:00:42 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan
Service scan Timing: About 0.00% done
Stats: 0:01:22 elapsed; 0 hosts completed (1 up), 1 undergoing Service Scan
Service scan Timing: About 0.00% done
Packet capture filter (device eth4): dst host 192.168.1.7 and (icmp or (tcp and (src host 172.217.26.206)))
OS detection timingRatio() == (1483763660.328 - 1483763659.826) * 1000 / 500 == 1.004
Unable to associate os scan response with sent packet for 172.217.26.206.
Received ack: C0661E53; sequence sent: AC3DF89D. Packet:
TCP packet: 172.217.26.206:80 -> 192.168.1.7:60816 (total: 60 bytes)
Flags: SYN ACK
ipid: 6631 ttl: 52 Seq: 1067647153 Ack: 3227917907
Unable to associate os scan response with sent packet for 172.217.26.206.
Received ack: C0661E54; sequence sent: AC3DF89D. Packet:
TCP packet: 172.217.26.206:80 -> 192.168.1.7:60817 (total: 60 bytes)
Flags: SYN ACK
ipid: 11704 ttl: 52 Seq: 3395965233 Ack: 3227917908
Unable to associate os scan response with sent packet for 172.217.26.206.
Received ack: C0661E55; sequence sent: AC3DF89D. Packet:
TCP packet: 172.217.26.206:80 -> 192.168.1.7:60818 (total: 60 bytes)
Flags: SYN ACK
ipid: 57809 ttl: 52 Seq: 2351190118 Ack: 3227917909
Unable to associate os scan response with sent packet for 172.217.26.206.
Received ack: C0661E56; sequence sent: AC3DF89D. Packet:
TCP packet: 172.217.26.206:80 -> 192.168.1.7:60819 (total: 60 bytes)
Flags: SYN ACK
ipid: 6811 ttl: 52 Seq: 2276434871 Ack: 3227917910
Unable to associate os scan response with sent packet for 172.217.26.206.
Received ack: C0661E57; sequence sent: AC3DF89D. Packet:
TCP packet: 172.217.26.206:80 -> 192.168.1.7:60820 (total: 60 bytes)
Flags: SYN ACK
ipid: 57945 ttl: 52 Seq: 3028946371 Ack: 3227917911
Unable to associate os scan response with sent packet for 172.217.26.206.
Received ack: C0661E58; sequence sent: AC3DF89D. Packet:
TCP packet: 172.217.26.206:80 -> 192.168.1.7:60821 (total: 56 bytes)
Flags: SYN ACK
ipid: 11958 ttl: 52 Seq: 1752546296 Ack: 3227917912
OS detection timingRatio() == (1483763662.861 - 1483763662.359) * 1000 / 500 == 1.004
Packet capture filter (device eth4): (ip or ip6) and dst host 192.168.1.7
mass_rdns: 0.34s 0/10 [#: 6, OK: 0, NX: 0, DR: 0, SF: 0, TR: 10]
Illegal character(s) in hostname -- replacing with '*'
DNS resolution of 10 IPs took 12.81s. Mode: Async [#: 6, OK: 1, NX: 4, DR: 5, SF: 15, TR: 42, CN: 0]
NSE: Script scanning 172.217.26.206.
NSE: Starting runlevel 1 (of 2) scan.
NSE: Starting weblogic-t3-info against google.com (172.217.26.206:80).
NSE: Starting sslv2 against google.com (172.217.26.206:443).
NSE: Starting http-generator against google.com (172.217.26.206:443).
NSE: Starting hnap-info against google.com (172.217.26.206:443).
NSE: Starting ip-https-discover against google.com (172.217.26.206:443).
NSE: Starting skypev2-version against google.com (172.217.26.206:443).
NSE: Finished skypev2-version against google.com (172.217.26.206:443).
NSE: Starting http-ls against google.com (172.217.26.206:80).
NSE: Starting http-server-header against google.com (172.217.26.206:80).
NSE: Starting http-methods against google.com (172.217.26.206:80).
NSE: Starting fingerprint-strings against google.com (172.217.26.206:443).
NSE: [fingerprint-strings 172.217.26.206:443] DNSStatusRequest:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:42 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:443] DNSVersionBindReq:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:42 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:443] FourOhFourRequest:>>>HTTP/1.0 404 Not Found
Content-Type: text/html; charset=UTF-8
Content-Length: 1590
Date: Sat, 07 Jan 2017 04:33:25 GMT
Alt-Svc: quic=":443"; ma=2592000; v="35,34"
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:<<<
NSE: [fingerprint-strings 172.217.26.206:443] GetRequest:>>>HTTP/1.0 302 Found
Cache-Control: private
Content-Type: text/html; charset=UTF-8
Location: https://www.google.co.in/?gfe_rd=cr&ei=lG9wWIXINIXy8AeqkqLoBA
Content-Length: 262
Date: Sat, 07 Jan 2017 04:33:24 GMT
Alt-Svc: quic=":443"; ma=2592000; v="35,34"
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
document has moved
HREF="https://www.google.co.in/?gfe_rd=cr&ei=lG9wWIXINIXy8AeqkqLoBA">here</A>.
</BODY></HTML>
<<<
NSE: [fingerprint-strings 172.217.26.206:443] HTTPOptions:>>>HTTP/1.0 405 Method Not Allowed
Content-Type: text/html; charset=UTF-8
Content-Length: 1592
Date: Sat, 07 Jan 2017 04:33:25 GMT
Alt-Svc: quic=":443"; ma=2592000; v="35,34"
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 405 (Method Not Allowed)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-d<<<
NSE: [fingerprint-strings 172.217.26.206:443] Help:>>>HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 1555
Date: Sat, 07 Jan 2017 04:33:42 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/<<<
NSE: [fingerprint-strings 172.217.26.206:443] Kerberos:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:43 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:443] LPDString:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:50 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:443] RTSPRequest:>>>HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 1555
Date: Sat, 07 Jan 2017 04:33:36 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/<<<
NSE: [fingerprint-strings 172.217.26.206:443] SIPOptions:>>>HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 1555
Date: Sat, 07 Jan 2017 04:34:00 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/<<<
NSE: [fingerprint-strings 172.217.26.206:443] SMBProgNeg:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:44 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:443] SSLSessionReq:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:43 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:443] TLSSessionReq:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:43 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:443] tor-versions:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:31 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: Finished fingerprint-strings against google.com (172.217.26.206:443).
NSE: Starting http-svn-enum against google.com (172.217.26.206:80).
NSE: Starting http-favicon against google.com (172.217.26.206:80).
NSE: Starting http-ntlm-info against google.com (172.217.26.206:443).
NSE: Starting http-git against google.com (172.217.26.206:443).
NSE: Starting http-svn-enum against google.com (172.217.26.206:443).
NSE: Starting ssl-cert against google.com (172.217.26.206:443).
NSE: Starting http-favicon against google.com (172.217.26.206:443).
NSE: Starting http-title against google.com (172.217.26.206:443).
NSE: Starting hnap-info against google.com (172.217.26.206:80).
NSE: Starting http-svn-info against google.com (172.217.26.206:443).
NSE: Starting fingerprint-strings against google.com (172.217.26.206:80).
NSE: [fingerprint-strings 172.217.26.206:80] DNSStatusRequest:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:37 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:80] DNSVersionBindReq:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:37 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:80] FourOhFourRequest:>>>HTTP/1.0 404 Not Found
Content-Type: text/html; charset=UTF-8
Content-Length: 1590
Date: Sat, 07 Jan 2017 04:33:24 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/imag<<<
NSE: [fingerprint-strings 172.217.26.206:80] GetRequest:>>>HTTP/1.0 302 Found
Cache-Control: private
Content-Type: text/html; charset=UTF-8
Location: http://www.google.co.in/?gfe_rd=cr&ei=jm9wWJXTII7y8Ae1oIWQAg
Content-Length: 261
Date: Sat, 07 Jan 2017 04:33:18 GMT
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
document has moved
HREF="http://www.google.co.in/?gfe_rd=cr&ei=jm9wWJXTII7y8Ae1oIWQAg">here</A>.
</BODY></HTML>
<<<
NSE: [fingerprint-strings 172.217.26.206:80] HTTPOptions:>>>HTTP/1.0 405 Method Not Allowed
Content-Type: text/html; charset=UTF-8
Content-Length: 1592
Date: Sat, 07 Jan 2017 04:33:18 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 405 (Method Not Allowed)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//w<<<
NSE: [fingerprint-strings 172.217.26.206:80] Help:>>>HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 1555
Date: Sat, 07 Jan 2017 04:33:37 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/<<<
NSE: [fingerprint-strings 172.217.26.206:80] Kerberos:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:38 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:80] LPDString:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:38 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:80] RTSPRequest:>>>HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 1555
Date: Sat, 07 Jan 2017 04:33:18 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/<<<
NSE: [fingerprint-strings 172.217.26.206:80] SIPOptions:>>>HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 1555
Date: Sat, 07 Jan 2017 04:33:48 GMT
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/<<<
NSE: [fingerprint-strings 172.217.26.206:80] SMBProgNeg:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:38 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:80] SSLSessionReq:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:37 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: [fingerprint-strings 172.217.26.206:80] TLSSessionReq:>>>HTTP/1.0 400 Bad Request
Content-Length: 54
Content-Type: text/html; charset=UTF-8
Date: Sat, 07 Jan 2017 04:33:37 GMT
<html><title>Error 400 (Bad Request)!!1</title></html><<<
NSE: Finished fingerprint-strings against google.com (172.217.26.206:80).
NSE: Starting http-server-header against google.com (172.217.26.206:443).
NSE: Starting http-cors against google.com (172.217.26.206:443).
NSE: Starting http-git against google.com (172.217.26.206:80).
NSE: Starting http-generator against google.com (172.217.26.206:80).
NSE: Starting sstp-discover against google.com (172.217.26.206:443).
NSE: Starting http-methods against google.com (172.217.26.206:443).
NSE: Starting http-svn-info against google.com (172.217.26.206:80).
NSE: Starting http-cors against google.com (172.217.26.206:80).
NSE: Starting http-webdav-scan against google.com (172.217.26.206:443).
NSE: Starting http-auth against google.com (172.217.26.206:80).
NSE: Starting http-cisco-anyconnect against google.com (172.217.26.206:443).
NSE: Starting http-webdav-scan against google.com (172.217.26.206:80).
NSE: Starting tls-nextprotoneg against google.com (172.217.26.206:443).
NSE: Starting ssl-known-key against google.com (172.217.26.206:443).
NSE: Starting address-info against google.com (172.217.26.206).
NSE: Finished address-info against google.com (172.217.26.206).
NSE: Starting http-ntlm-info against google.com (172.217.26.206:80).
NSE: Starting xmlrpc-methods against google.com (172.217.26.206:443).
NSE: Starting ssl-date against google.com (172.217.26.206:443).
NSE: Starting http-auth against google.com (172.217.26.206:443).
NSE: Starting http-ls against google.com (172.217.26.206:443).
NSE: Starting http-title against google.com (172.217.26.206:80).
NSE: Starting xmlrpc-methods against google.com (172.217.26.206:80).
NSE: Starting http-robots.txt against google.com (172.217.26.206:443).
NSE: Starting http-robots.txt against google.com (172.217.26.206:80).
NSE: Starting skypev2-version against google.com (172.217.26.206:80).
NSE: Finished skypev2-version against google.com (172.217.26.206:80).
NSE: Finished weblogic-t3-info against google.com (172.217.26.206:80).
NSE: Finished http-ls against google.com (172.217.26.206:80).
NSE: Finished http-server-header against google.com (172.217.26.206:80).
NSE: Finished sslv2 against google.com (172.217.26.206:443).
NSE: [http-methods 172.217.26.206:80] HTTP Status for OPTIONS is 405
NSE: [http-methods 172.217.26.206:80] No Allow or Public header in OPTIONS response (status code 405)
NSE: Finished http-svn-enum against google.com (172.217.26.206:80).
NSE: Finished ssl-cert against google.com (172.217.26.206:443).
NSE: [hnap-info 172.217.26.206:80] HTTP: Host returns proper 404 result.
NSE: Finished http-git against google.com (172.217.26.206:80).
NSE: Finished http-svn-info against google.com (172.217.26.206:80).
NSE: [http-generator 172.217.26.206:443] http.request socket error: EOF
NSE: Finished http-generator against google.com (172.217.26.206:443).
NSE: [hnap-info 172.217.26.206:443] http.request socket error: EOF
NSE: [hnap-info 172.217.26.206:443] Unexpected response returned for 404 check: creating socket.
NSE: [ip-https-discover 172.217.26.206:443] Problem establishing connection: EOF
NSE: Finished ip-https-discover against google.com (172.217.26.206:443).
NSE: [http-git 172.217.26.206:443] http.request socket error: EOF
NSE: Finished http-git against google.com (172.217.26.206:443).
NSE: Finished http-generator against google.com (172.217.26.206:80).
NSE: Finished ssl-known-key against google.com (172.217.26.206:443).
NSE: Finished http-svn-enum against google.com (172.217.26.206:443).
NSE: Finished http-svn-info against google.com (172.217.26.206:443).
NSE: Finished sstp-discover against google.com (172.217.26.206:443).
NSE: [http-methods 172.217.26.206:443] HTTP Status for OPTIONS is 405
NSE: [http-methods 172.217.26.206:443] No Allow or Public header in OPTIONS response (status code 405)
NSE: [http-methods 172.217.26.206:80] Response Code to Random Method is 405
NSE: [http-favicon 172.217.26.206:80] No favicon found.
NSE: Finished http-favicon against google.com (172.217.26.206:80).
NSE: Finished hnap-info against google.com (172.217.26.206:80).
NSE: Finished http-server-header against google.com (172.217.26.206:443).
NSE: Finished tls-nextprotoneg against google.com (172.217.26.206:443).
NSE: Finished ssl-date against google.com (172.217.26.206:443).
NSE: Finished http-auth against google.com (172.217.26.206:80).
NSE: Finished http-robots.txt against google.com (172.217.26.206:80).
NSE: Finished http-ntlm-info against google.com (172.217.26.206:80).
NSE: Finished hnap-info against google.com (172.217.26.206:443).
NSE: Finished http-ntlm-info against google.com (172.217.26.206:443).
NSE: Finished http-title against google.com (172.217.26.206:80).
NSE: [http-methods 172.217.26.206:443] Response Code to Random Method is 405
NSE: Finished http-webdav-scan against google.com (172.217.26.206:80).
NSE: Finished xmlrpc-methods against google.com (172.217.26.206:443).
NSE: Finished http-title against google.com (172.217.26.206:443).
NSE: Finished xmlrpc-methods against google.com (172.217.26.206:80).
NSE: Finished http-webdav-scan against google.com (172.217.26.206:443).
NSE: Finished http-robots.txt against google.com (172.217.26.206:443).
NSE: Finished http-methods against google.com (172.217.26.206:80).
NSE: Finished http-favicon against google.com (172.217.26.206:443).
NSE: Finished http-auth against google.com (172.217.26.206:443).
NSE: Finished http-ls against google.com (172.217.26.206:443).
NSE: Finished http-cisco-anyconnect against google.com (172.217.26.206:443).
NSE: Finished http-cors against google.com (172.217.26.206:80).
NSE: Finished http-methods against google.com (172.217.26.206:443).
NSE: Finished http-cors against google.com (172.217.26.206:443).
NSE: Starting runlevel 2 (of 2) scan.
NSE: Starting clock-skew against google.com (172.217.26.206).
NSE: Finished clock-skew against google.com (172.217.26.206).
Nmap scan report for google.com (172.217.26.206)
Host is up (0.043s latency).
rDNS record for 172.217.26.206: maa03s23-in-f14.1e100.net
Scanned at 2017-01-07 10:02:49 India Standard Time for 114s
PORT STATE SERVICE VERSION
7/tcp filtered echo
9/tcp filtered discard
13/tcp filtered daytime
21/tcp filtered ftp
22/tcp filtered ssh
23/tcp filtered telnet
25/tcp filtered smtp
26/tcp filtered rsftp
37/tcp filtered time
53/tcp filtered domain
79/tcp filtered finger
80/tcp open http
| fingerprint-strings:
| DNSStatusRequest, DNSVersionBindReq, SSLSessionReq, TLSSessionReq:
| HTTP/1.0 400 Bad Request
| Content-Length: 54
| Content-Type: text/html; charset=UTF-8
| Date: Sat, 07 Jan 2017 04:33:37 GMT
| <html><title>Error 400 (Bad Request)!!1</title></html>
| FourOhFourRequest:
| HTTP/1.0 404 Not Found
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1590
| Date: Sat, 07 Jan 2017 04:33:24 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 404 (Not Found)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/imag
| GetRequest:
| HTTP/1.0 302 Found
| Cache-Control: private
| Content-Type: text/html; charset=UTF-8
| Location: http://www.google.co.in/?gfe_rd=cr&ei=jm9wWJXTII7y8Ae1oIWQAg
| Content-Length: 261
| Date: Sat, 07 Jan 2017 04:33:18 GMT
| <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
| <TITLE>302 Moved</TITLE></HEAD><BODY>
| <H1>302 Moved</H1>
| document has moved
| HREF="http://www.google.co.in/?gfe_rd=cr&ei=jm9wWJXTII7y8Ae1oIWQAg">here</A>.
| </BODY></HTML>
| HTTPOptions:
| HTTP/1.0 405 Method Not Allowed
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1592
| Date: Sat, 07 Jan 2017 04:33:18 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 405 (Method Not Allowed)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//w
| Help:
| HTTP/1.0 400 Bad Request
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1555
| Date: Sat, 07 Jan 2017 04:33:37 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 400 (Bad Request)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/
| Kerberos, LPDString, SMBProgNeg:
| HTTP/1.0 400 Bad Request
| Content-Length: 54
| Content-Type: text/html; charset=UTF-8
| Date: Sat, 07 Jan 2017 04:33:38 GMT
| <html><title>Error 400 (Bad Request)!!1</title></html>
| RTSPRequest:
| HTTP/1.0 400 Bad Request
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1555
| Date: Sat, 07 Jan 2017 04:33:18 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 400 (Bad Request)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/
| SIPOptions:
| HTTP/1.0 400 Bad Request
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1555
| Date: Sat, 07 Jan 2017 04:33:48 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 400 (Bad Request)!!1</title>
| <style>
|_ *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/
|_http-title: Did not follow redirect to http://www.google.co.in/?gfe_rd=cr&ei=429wWLSYLIby8AfY5IGgBw
81/tcp filtered hosts2-ns
88/tcp filtered kerberos-sec
106/tcp filtered pop3pw
110/tcp filtered pop3
111/tcp filtered rpcbind
113/tcp filtered ident
119/tcp filtered nntp
135/tcp filtered msrpc
139/tcp filtered netbios-ssn
143/tcp filtered imap
144/tcp filtered news
179/tcp filtered bgp
199/tcp filtered smux
389/tcp filtered ldap
427/tcp filtered svrloc
443/tcp open ssl/https
| fingerprint-strings:
| DNSStatusRequest, DNSVersionBindReq:
| HTTP/1.0 400 Bad Request
| Content-Length: 54
| Content-Type: text/html; charset=UTF-8
| Date: Sat, 07 Jan 2017 04:33:42 GMT
| <html><title>Error 400 (Bad Request)!!1</title></html>
| FourOhFourRequest:
| HTTP/1.0 404 Not Found
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1590
| Date: Sat, 07 Jan 2017 04:33:25 GMT
| Alt-Svc: quic=":443"; ma=2592000; v="35,34"
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 404 (Not Found)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:
| GetRequest:
| HTTP/1.0 302 Found
| Cache-Control: private
| Content-Type: text/html; charset=UTF-8
| Location: https://www.google.co.in/?gfe_rd=cr&ei=lG9wWIXINIXy8AeqkqLoBA
| Content-Length: 262
| Date: Sat, 07 Jan 2017 04:33:24 GMT
| Alt-Svc: quic=":443"; ma=2592000; v="35,34"
| <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
| <TITLE>302 Moved</TITLE></HEAD><BODY>
| <H1>302 Moved</H1>
| document has moved
| HREF="https://www.google.co.in/?gfe_rd=cr&ei=lG9wWIXINIXy8AeqkqLoBA">here</A>.
| </BODY></HTML>
| HTTPOptions:
| HTTP/1.0 405 Method Not Allowed
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1592
| Date: Sat, 07 Jan 2017 04:33:25 GMT
| Alt-Svc: quic=":443"; ma=2592000; v="35,34"
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 405 (Method Not Allowed)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-d
| Help:
| HTTP/1.0 400 Bad Request
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1555
| Date: Sat, 07 Jan 2017 04:33:42 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 400 (Bad Request)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/
| Kerberos, SSLSessionReq, TLSSessionReq:
| HTTP/1.0 400 Bad Request
| Content-Length: 54
| Content-Type: text/html; charset=UTF-8
| Date: Sat, 07 Jan 2017 04:33:43 GMT
| <html><title>Error 400 (Bad Request)!!1</title></html>
| LPDString:
| HTTP/1.0 400 Bad Request
| Content-Length: 54
| Content-Type: text/html; charset=UTF-8
| Date: Sat, 07 Jan 2017 04:33:50 GMT
| <html><title>Error 400 (Bad Request)!!1</title></html>
| RTSPRequest:
| HTTP/1.0 400 Bad Request
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1555
| Date: Sat, 07 Jan 2017 04:33:36 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 400 (Bad Request)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/
| SIPOptions:
| HTTP/1.0 400 Bad Request
| Content-Type: text/html; charset=UTF-8
| Content-Length: 1555
| Date: Sat, 07 Jan 2017 04:34:00 GMT
| <!DOCTYPE html>
| <html lang=en>
| <meta charset=utf-8>
| <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
| <title>Error 400 (Bad Request)!!1</title>
| <style>
| *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/
| SMBProgNeg:
| HTTP/1.0 400 Bad Request
| Content-Length: 54
| Content-Type: text/html; charset=UTF-8
| Date: Sat, 07 Jan 2017 04:33:44 GMT
| <html><title>Error 400 (Bad Request)!!1</title></html>
| tor-versions:
| HTTP/1.0 400 Bad Request
| Content-Length: 54
| Content-Type: text/html; charset=UTF-8
| Date: Sat, 07 Jan 2017 04:33:31 GMT
|_ <html><title>Error 400 (Bad Request)!!1</title></html>
| http-cisco-anyconnect:
|_ ERROR: Not a Cisco ASA or unsupported version
| http-robots.txt: 211 disallowed entries (40 shown)
| /search /sdch /groups /index.html? /? /?hl=*&
| /?hl=*&*&gws_rd=ssl /imgres /u/ /preferences /setprefs /default /m? /m/ /wml?
| /wml/? /wml/search? /xhtml? /xhtml/? /xhtml/search? /xml?
| /imode? /imode/? /imode/search? /jsky? /jsky/? /jsky/search?
| /pda? /pda/? /pda/search? /sprint_xhtml /sprint_wml /pqa
|_/palm /gwt/ /purchases /local? /local_url /shihui? /shihui/
|_http-title: Did not follow redirect to https://www.google.co.in/?gfe_rd=cr&ei=429wWNesNYHy8AfF3JfoAg
| ssl-cert: Subject: commonName=*.google.com/organizationName=Google Inc/stateOrProvinceName=California/countryName=US
| Subject Alternative Name: DNS:*.google.com, DNS:*.android.com, DNS:*.appengine.google.com, DNS:*.cloud.google.com, DNS:*.google-analytics.com, DNS:*.google.ca, DNS:*.google.cl, DNS:*.google.co.in, DNS:*.google.co.jp, DNS:*.google.co.uk, DNS:*.google.com.ar, DNS:*.google.com.au, DNS:*.google.com.br, DNS:*.google.com.co, DNS:*.google.com.mx, DNS:*.google.com.tr, DNS:*.google.com.vn, DNS:*.google.de, DNS:*.google.es, DNS:*.google.fr, DNS:*.google.hu, DNS:*.google.it, DNS:*.google.nl, DNS:*.google.pl, DNS:*.google.pt, DNS:*.googleadapis.com, DNS:*.googleapis.cn, DNS:*.googlecommerce.com, DNS:*.googlevideo.com, DNS:*.gstatic.cn, DNS:*.gstatic.com, DNS:*.gvt1.com, DNS:*.gvt2.com, DNS:*.metric.gstatic.com, DNS:*.urchin.com, DNS:*.url.google.com, DNS:*.youtube-nocookie.com, DNS:*.youtube.com, DNS:*.youtubeeducation.com, DNS:*.ytimg.com, DNS:android.clients.google.com, DNS:android.com, DNS:developer.android.google.cn, DNS:g.co, DNS:goo.gl, DNS:google-analytics.com, DNS:google.com, DNS:googlecommerce.com, DNS:urchin.com, DNS:www.goo.gl, DNS:youtu.be, DNS:youtube.com, DNS:youtubeeducation.com
| Not valid before: 2016-12-15T13:48:27
|_Not valid after: 2017-03-09T13:35:00
|_ssl-date: 2017-01-07T04:34:43+00:00; +3s from scanner time.
| tls-nextprotoneg:
| h2
|_ http/1.1
444/tcp filtered snpp
445/tcp filtered microsoft-ds
465/tcp filtered smtps
513/tcp filtered login
514/tcp filtered shell
515/tcp filtered printer
543/tcp filtered klogin
544/tcp filtered kshell
548/tcp filtered afp
554/tcp filtered rtsp
587/tcp filtered submission
631/tcp filtered ipp
646/tcp filtered ldp
873/tcp filtered rsync
990/tcp filtered ftps
993/tcp filtered imaps
995/tcp filtered pop3s
1025/tcp filtered NFS-or-IIS
1026/tcp filtered LSA-or-nterm
1027/tcp filtered IIS
1028/tcp filtered unknown
1029/tcp filtered ms-lsa
1110/tcp filtered nfsd-status
1433/tcp filtered ms-sql-s
1720/tcp filtered h323q931
1723/tcp filtered pptp
1755/tcp filtered wms
1900/tcp filtered upnp
2000/tcp filtered cisco-sccp
2001/tcp filtered dc
2049/tcp filtered nfs
2121/tcp filtered ccproxy-ftp
2717/tcp filtered pn-requester
3000/tcp filtered ppp
3128/tcp filtered squid-http
3306/tcp filtered mysql
3389/tcp filtered ms-wbt-server
3986/tcp filtered mapper-ws_ethd
4899/tcp filtered radmin
5000/tcp filtered upnp
5009/tcp filtered airport-admin
5051/tcp filtered ida-agent
5060/tcp filtered sip
5101/tcp filtered admdog
5190/tcp filtered aol
5357/tcp filtered wsdapi
5432/tcp filtered postgresql
5631/tcp filtered pcanywheredata
5666/tcp filtered nrpe
5800/tcp filtered vnc-http
5900/tcp filtered vnc
6000/tcp filtered X11
6001/tcp filtered X11:1
6646/tcp filtered unknown
7070/tcp filtered realserver
8000/tcp filtered http-alt
8008/tcp filtered http
8009/tcp filtered ajp13
8080/tcp filtered http-proxy
8081/tcp filtered blackice-icecap
8443/tcp filtered https-alt
8888/tcp filtered sun-answerbook
9100/tcp filtered jetdirect
9999/tcp filtered abyss
10000/tcp filtered snet-sensor-mgmt
32768/tcp filtered filenet-tms
49152/tcp filtered unknown
49153/tcp filtered unknown
49154/tcp filtered unknown
49155/tcp filtered unknown
49156/tcp filtered unknown
49157/tcp filtered unknown
2 services unrecognized despite returning data. If you know the service/version, please submit the following fingerprints at https://nmap.org/cgi-bin/submit.cgi?new-service :
==============NEXT SERVICE FINGERPRINT (SUBMIT INDIVIDUALLY)==============
SF-Port80-TCP:V=7.40%I=7%D=1/7%Time=58706F8B%P=i686-pc-windows-windows%r(G
SF:etRequest,1DD,"HTTP/1\.0\x20302\x20Found\r\nCache-Control:\x20private\r
SF:\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nLocation:\x20http://w
SF:ww\.google\.co\.in/\?gfe_rd=cr&ei=jm9wWJXTII7y8Ae1oIWQAg\r\nContent-Len
SF:gth:\x20261\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:18\x20GMT\r\
SF:n\r\n<HTML><HEAD><meta\x20http-equiv=\"content-type\"\x20content=\"text
SF:/html;charset=utf-8\">\n<TITLE>302\x20Moved</TITLE></HEAD><BODY>\n<H1>3
SF:02\x20Moved</H1>\nThe\x20document\x20has\x20moved\n<A\x20HREF=\"http://
SF:www\.google\.co\.in/\?gfe_rd=cr&ei=jm9wWJXTII7y8Ae1oIWQAg\">here</A
SF:>\.\r\n</BODY></HTML>\r\n")%r(HTTPOptions,6BE,"HTTP/1\.0\x20405\x20Meth
SF:od\x20Not\x20Allowed\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\
SF:nContent-Length:\x201592\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33
SF::18\x20GMT\r\n\r\n<!DOCTYPE\x20html>\n<html\x20lang=en>\n\x20\x20<meta\
SF:x20charset=utf-8>\n\x20\x20<meta\x20name=viewport\x20content=\"initial-
SF:scale=1,\x20minimum-scale=1,\x20width=device-width\">\n\x20\x20<title>E
SF:rror\x20405\x20\(Method\x20Not\x20Allowed\)!!1</title>\n\x20\x20<style>
SF:\n\x20\x20\x20\x20\*{margin:0;padding:0}html,code{font:15px/22px\x20ari
SF:al,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:
SF:7%\x20auto\x200;max-width:390px;min-height:180px;padding:30px\x200\x201
SF:5px}\*\x20>\x20body{background:url\(//www\.google\.com/images/errors/ro
SF:bot\.png\)\x20100%\x205px\x20no-repeat;padding-right:205px}p{margin:11p
SF:x\x200\x2022px;overflow:hidden}ins{color:#777;text-decoration:none}a\x2
SF:0img{border:0}@media\x20screen\x20and\x20\(max-width:772px\){body{backg
SF:round:none;margin-top:0;max-width:none;padding-right:0}}#logo{backgroun
SF:d:url\(//www\.google\.com/images/branding/googlelogo/1x/googlelogo_colo
SF:r_150x54dp\.png\)\x20no-repeat;margin-left:-5px}@media\x20only\x20scree
SF:n\x20and\x20\(min-resolution:192dpi\){#logo{background:url\(//www\.goog
SF:le\.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\
SF:x20no-repeat\x200%\x200%/100%\x20100%;-moz-border-image:url\(//www\.goo
SF:gle\.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)
SF:\x200}}@media\x20only\x20screen\x20and\x20\(-webkit-min-device-pixel-ra
SF:tio:2\){#logo{background:url\(//w")%r(RTSPRequest,692,"HTTP/1\.0\x20400
SF:\x20Bad\x20Request\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nC
SF:ontent-Length:\x201555\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:1
SF:8\x20GMT\r\n\r\n<!DOCTYPE\x20html>\n<html\x20lang=en>\n\x20\x20<meta\x2
SF:0charset=utf-8>\n\x20\x20<meta\x20name=viewport\x20content=\"initial-sc
SF:ale=1,\x20minimum-scale=1,\x20width=device-width\">\n\x20\x20<title>Err
SF:or\x20400\x20\(Bad\x20Request\)!!1</title>\n\x20\x20<style>\n\x20\x20\x
SF:20\x20\*{margin:0;padding:0}html,code{font:15px/22px\x20arial,sans-seri
SF:f}html{background:#fff;color:#222;padding:15px}body{margin:7%\x20auto\x
SF:200;max-width:390px;min-height:180px;padding:30px\x200\x2015px}\*\x20>\
SF:x20body{background:url\(//www\.google\.com/images/errors/robot\.png\)\x
SF:20100%\x205px\x20no-repeat;padding-right:205px}p{margin:11px\x200\x2022
SF:px;overflow:hidden}ins{color:#777;text-decoration:none}a\x20img{border:
SF:0}@media\x20screen\x20and\x20\(max-width:772px\){body{background:none;m
SF:argin-top:0;max-width:none;padding-right:0}}#logo{background:url\(//www
SF:\.google\.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp\.
SF:png\)\x20no-repeat;margin-left:-5px}@media\x20only\x20screen\x20and\x20
SF:\(min-resolution:192dpi\){#logo{background:url\(//www\.google\.com/imag
SF:es/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x20no-repeat
SF:\x200%\x200%/100%\x20100%;-moz-border-image:url\(//www\.google\.com/ima
SF:ges/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x200}}@medi
SF:a\x20only\x20screen\x20and\x20\(-webkit-min-device-pixel-ratio:2\){#log
SF:o{background:url\(//www\.google\.com/")%r(FourOhFourRequest,6B3,"HTTP/1
SF:\.0\x20404\x20Not\x20Found\r\nContent-Type:\x20text/html;\x20charset=UT
SF:F-8\r\nContent-Length:\x201590\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2
SF:004:33:24\x20GMT\r\n\r\n<!DOCTYPE\x20html>\n<html\x20lang=en>\n\x20\x20
SF:<meta\x20charset=utf-8>\n\x20\x20<meta\x20name=viewport\x20content=\"in
SF:itial-scale=1,\x20minimum-scale=1,\x20width=device-width\">\n\x20\x20<t
SF:itle>Error\x20404\x20\(Not\x20Found\)!!1</title>\n\x20\x20<style>\n\x20
SF:\x20\x20\x20\*{margin:0;padding:0}html,code{font:15px/22px\x20arial,san
SF:s-serif}html{background:#fff;color:#222;padding:15px}body{margin:7%\x20
SF:auto\x200;max-width:390px;min-height:180px;padding:30px\x200\x2015px}\*
SF:\x20>\x20body{background:url\(//www\.google\.com/images/errors/robot\.p
SF:ng\)\x20100%\x205px\x20no-repeat;padding-right:205px}p{margin:11px\x200
SF:\x2022px;overflow:hidden}ins{color:#777;text-decoration:none}a\x20img{b
SF:order:0}@media\x20screen\x20and\x20\(max-width:772px\){body{background:
SF:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url\
SF:(//www\.google\.com/images/branding/googlelogo/1x/googlelogo_color_150x
SF:54dp\.png\)\x20no-repeat;margin-left:-5px}@media\x20only\x20screen\x20a
SF:nd\x20\(min-resolution:192dpi\){#logo{background:url\(//www\.google\.co
SF:m/images/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x20no-
SF:repeat\x200%\x200%/100%\x20100%;-moz-border-image:url\(//www\.google\.c
SF:om/images/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x200}
SF:}@media\x20only\x20screen\x20and\x20\(-webkit-min-device-pixel-ratio:2\
SF:){#logo{background:url\(//www\.google\.com/imag")%r(DNSVersionBindReq,B
SF:3,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Length:\x2054\r\nConte
SF:nt-Type:\x20text/html;\x20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x
SF:202017\x2004:33:37\x20GMT\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20
SF:Request\)!!1</title></html>")%r(DNSStatusRequest,B3,"HTTP/1\.0\x20400\x
SF:20Bad\x20Request\r\nContent-Length:\x2054\r\nContent-Type:\x20text/html
SF:;\x20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:37\x2
SF:0GMT\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20Request\)!!1</title><
SF:/html>")%r(Help,692,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Type
SF::\x20text/html;\x20charset=UTF-8\r\nContent-Length:\x201555\r\nDate:\x2
SF:0Sat,\x2007\x20Jan\x202017\x2004:33:37\x20GMT\r\n\r\n<!DOCTYPE\x20html>
SF:\n<html\x20lang=en>\n\x20\x20<meta\x20charset=utf-8>\n\x20\x20<meta\x20
SF:name=viewport\x20content=\"initial-scale=1,\x20minimum-scale=1,\x20widt
SF:h=device-width\">\n\x20\x20<title>Error\x20400\x20\(Bad\x20Request\)!!1
SF:</title>\n\x20\x20<style>\n\x20\x20\x20\x20\*{margin:0;padding:0}html,c
SF:ode{font:15px/22px\x20arial,sans-serif}html{background:#fff;color:#222;
SF:padding:15px}body{margin:7%\x20auto\x200;max-width:390px;min-height:180
SF:px;padding:30px\x200\x2015px}\*\x20>\x20body{background:url\(//www\.goo
SF:gle\.com/images/errors/robot\.png\)\x20100%\x205px\x20no-repeat;padding
SF:-right:205px}p{margin:11px\x200\x2022px;overflow:hidden}ins{color:#777;
SF:text-decoration:none}a\x20img{border:0}@media\x20screen\x20and\x20\(max
SF:-width:772px\){body{background:none;margin-top:0;max-width:none;padding
SF:-right:0}}#logo{background:url\(//www\.google\.com/images/branding/goog
SF:lelogo/1x/googlelogo_color_150x54dp\.png\)\x20no-repeat;margin-left:-5p
SF:x}@media\x20only\x20screen\x20and\x20\(min-resolution:192dpi\){#logo{ba
SF:ckground:url\(//www\.google\.com/images/branding/googlelogo/2x/googlelo
SF:go_color_150x54dp\.png\)\x20no-repeat\x200%\x200%/100%\x20100%;-moz-bor
SF:der-image:url\(//www\.google\.com/images/branding/googlelogo/2x/googlel
SF:ogo_color_150x54dp\.png\)\x200}}@media\x20only\x20screen\x20and\x20\(-w
SF:ebkit-min-device-pixel-ratio:2\){#logo{background:url\(//www\.google\.c
SF:om/")%r(SSLSessionReq,B3,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent
SF:-Length:\x2054\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nDate:
SF:\x20Sat,\x2007\x20Jan\x202017\x2004:33:37\x20GMT\r\n\r\n<html><title>Er
SF:ror\x20400\x20\(Bad\x20Request\)!!1</title></html>")%r(TLSSessionReq,B3
SF:,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Length:\x2054\r\nConten
SF:t-Type:\x20text/html;\x20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x2
SF:02017\x2004:33:37\x20GMT\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20R
SF:equest\)!!1</title></html>")%r(Kerberos,B3,"HTTP/1\.0\x20400\x20Bad\x20
SF:Request\r\nContent-Length:\x2054\r\nContent-Type:\x20text/html;\x20char
SF:set=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:38\x20GMT\r\n\
SF:r\n<html><title>Error\x20400\x20\(Bad\x20Request\)!!1</title></html>")%
SF:r(SMBProgNeg,B3,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Length:\
SF:x2054\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nDate:\x20Sat,\
SF:x2007\x20Jan\x202017\x2004:33:38\x20GMT\r\n\r\n<html><title>Error\x2040
SF:0\x20\(Bad\x20Request\)!!1</title></html>")%r(LPDString,B3,"HTTP/1\.0\x
SF:20400\x20Bad\x20Request\r\nContent-Length:\x2054\r\nContent-Type:\x20te
SF:xt/html;\x20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:3
SF:3:38\x20GMT\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20Request\)!!1</
SF:title></html>")%r(SIPOptions,692,"HTTP/1\.0\x20400\x20Bad\x20Request\r\
SF:nContent-Type:\x20text/html;\x20charset=UTF-8\r\nContent-Length:\x20155
SF:5\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:48\x20GMT\r\n\r\n<!DOC
SF:TYPE\x20html>\n<html\x20lang=en>\n\x20\x20<meta\x20charset=utf-8>\n\x20
SF:\x20<meta\x20name=viewport\x20content=\"initial-scale=1,\x20minimum-sca
SF:le=1,\x20width=device-width\">\n\x20\x20<title>Error\x20400\x20\(Bad\x2
SF:0Request\)!!1</title>\n\x20\x20<style>\n\x20\x20\x20\x20\*{margin:0;pad
SF:ding:0}html,code{font:15px/22px\x20arial,sans-serif}html{background:#ff
SF:f;color:#222;padding:15px}body{margin:7%\x20auto\x200;max-width:390px;m
SF:in-height:180px;padding:30px\x200\x2015px}\*\x20>\x20body{background:ur
SF:l\(//www\.google\.com/images/errors/robot\.png\)\x20100%\x205px\x20no-r
SF:epeat;padding-right:205px}p{margin:11px\x200\x2022px;overflow:hidden}in
SF:s{color:#777;text-decoration:none}a\x20img{border:0}@media\x20screen\x2
SF:0and\x20\(max-width:772px\){body{background:none;margin-top:0;max-width
SF::none;padding-right:0}}#logo{background:url\(//www\.google\.com/images/
SF:branding/googlelogo/1x/googlelogo_color_150x54dp\.png\)\x20no-repeat;ma
SF:rgin-left:-5px}@media\x20only\x20screen\x20and\x20\(min-resolution:192d
SF:pi\){#logo{background:url\(//www\.google\.com/images/branding/googlelog
SF:o/2x/googlelogo_color_150x54dp\.png\)\x20no-repeat\x200%\x200%/100%\x20
SF:100%;-moz-border-image:url\(//www\.google\.com/images/branding/googlelo
SF:go/2x/googlelogo_color_150x54dp\.png\)\x200}}@media\x20only\x20screen\x
SF:20and\x20\(-webkit-min-device-pixel-ratio:2\){#logo{background:url\(//w
SF:ww\.google\.com/");
==============NEXT SERVICE FINGERPRINT (SUBMIT INDIVIDUALLY)==============
SF-Port443-TCP:V=7.40%T=SSL%I=7%D=1/7%Time=58706F92%P=i686-pc-windows-wind
SF:ows%r(GetRequest,20C,"HTTP/1\.0\x20302\x20Found\r\nCache-Control:\x20pr
SF:ivate\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nLocation:\x20h
SF:ttps://www\.google\.co\.in/\?gfe_rd=cr&ei=lG9wWIXINIXy8AeqkqLoBA\r\nCon
SF:tent-Length:\x20262\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:24\x
SF:20GMT\r\nAlt-Svc:\x20quic=\":443\";\x20ma=2592000;\x20v=\"35,34\"\r\n\r
SF:\n<HTML><HEAD><meta\x20http-equiv=\"content-type\"\x20content=\"text/ht
SF:ml;charset=utf-8\">\n<TITLE>302\x20Moved</TITLE></HEAD><BODY>\n<H1>302\
SF:x20Moved</H1>\nThe\x20document\x20has\x20moved\n<A\x20HREF=\"https://ww
SF:w\.google\.co\.in/\?gfe_rd=cr&ei=lG9wWIXINIXy8AeqkqLoBA\">here</A>\
SF:.\r\n</BODY></HTML>\r\n")%r(HTTPOptions,6EB,"HTTP/1\.0\x20405\x20Method
SF:\x20Not\x20Allowed\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nC
SF:ontent-Length:\x201592\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:2
SF:5\x20GMT\r\nAlt-Svc:\x20quic=\":443\";\x20ma=2592000;\x20v=\"35,34\"\r\
SF:n\r\n<!DOCTYPE\x20html>\n<html\x20lang=en>\n\x20\x20<meta\x20charset=ut
SF:f-8>\n\x20\x20<meta\x20name=viewport\x20content=\"initial-scale=1,\x20m
SF:inimum-scale=1,\x20width=device-width\">\n\x20\x20<title>Error\x20405\x
SF:20\(Method\x20Not\x20Allowed\)!!1</title>\n\x20\x20<style>\n\x20\x20\x2
SF:0\x20\*{margin:0;padding:0}html,code{font:15px/22px\x20arial,sans-serif
SF:}html{background:#fff;color:#222;padding:15px}body{margin:7%\x20auto\x2
SF:00;max-width:390px;min-height:180px;padding:30px\x200\x2015px}\*\x20>\x
SF:20body{background:url\(//www\.google\.com/images/errors/robot\.png\)\x2
SF:0100%\x205px\x20no-repeat;padding-right:205px}p{margin:11px\x200\x2022p
SF:x;overflow:hidden}ins{color:#777;text-decoration:none}a\x20img{border:0
SF:}@media\x20screen\x20and\x20\(max-width:772px\){body{background:none;ma
SF:rgin-top:0;max-width:none;padding-right:0}}#logo{background:url\(//www\
SF:.google\.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp\.p
SF:ng\)\x20no-repeat;margin-left:-5px}@media\x20only\x20screen\x20and\x20\
SF:(min-resolution:192dpi\){#logo{background:url\(//www\.google\.com/image
SF:s/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x20no-repeat\
SF:x200%\x200%/100%\x20100%;-moz-border-image:url\(//www\.google\.com/imag
SF:es/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x200}}@media
SF:\x20only\x20screen\x20and\x20\(-webkit-min-d")%r(FourOhFourRequest,6E0,
SF:"HTTP/1\.0\x20404\x20Not\x20Found\r\nContent-Type:\x20text/html;\x20cha
SF:rset=UTF-8\r\nContent-Length:\x201590\r\nDate:\x20Sat,\x2007\x20Jan\x20
SF:2017\x2004:33:25\x20GMT\r\nAlt-Svc:\x20quic=\":443\";\x20ma=2592000;\x2
SF:0v=\"35,34\"\r\n\r\n<!DOCTYPE\x20html>\n<html\x20lang=en>\n\x20\x20<met
SF:a\x20charset=utf-8>\n\x20\x20<meta\x20name=viewport\x20content=\"initia
SF:l-scale=1,\x20minimum-scale=1,\x20width=device-width\">\n\x20\x20<title
SF:>Error\x20404\x20\(Not\x20Found\)!!1</title>\n\x20\x20<style>\n\x20\x20
SF:\x20\x20\*{margin:0;padding:0}html,code{font:15px/22px\x20arial,sans-se
SF:rif}html{background:#fff;color:#222;padding:15px}body{margin:7%\x20auto
SF:\x200;max-width:390px;min-height:180px;padding:30px\x200\x2015px}\*\x20
SF:>\x20body{background:url\(//www\.google\.com/images/errors/robot\.png\)
SF:\x20100%\x205px\x20no-repeat;padding-right:205px}p{margin:11px\x200\x20
SF:22px;overflow:hidden}ins{color:#777;text-decoration:none}a\x20img{borde
SF:r:0}@media\x20screen\x20and\x20\(max-width:772px\){body{background:none
SF:;margin-top:0;max-width:none;padding-right:0}}#logo{background:url\(//w
SF:ww\.google\.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp
SF:\.png\)\x20no-repeat;margin-left:-5px}@media\x20only\x20screen\x20and\x
SF:20\(min-resolution:192dpi\){#logo{background:url\(//www\.google\.com/im
SF:ages/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x20no-repe
SF:at\x200%\x200%/100%\x20100%;-moz-border-image:url\(//www\.google\.com/i
SF:mages/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x200}}@me
SF:dia\x20only\x20screen\x20and\x20\(-webkit-min-device-pixel-ratio:")%r(t
SF:or-versions,B3,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Length:\x
SF:2054\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nDate:\x20Sat,\x
SF:2007\x20Jan\x202017\x2004:33:31\x20GMT\r\n\r\n<html><title>Error\x20400
SF:\x20\(Bad\x20Request\)!!1</title></html>")%r(RTSPRequest,692,"HTTP/1\.0
SF:\x20400\x20Bad\x20Request\r\nContent-Type:\x20text/html;\x20charset=UTF
SF:-8\r\nContent-Length:\x201555\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x20
SF:04:33:36\x20GMT\r\n\r\n<!DOCTYPE\x20html>\n<html\x20lang=en>\n\x20\x20<
SF:meta\x20charset=utf-8>\n\x20\x20<meta\x20name=viewport\x20content=\"ini
SF:tial-scale=1,\x20minimum-scale=1,\x20width=device-width\">\n\x20\x20<ti
SF:tle>Error\x20400\x20\(Bad\x20Request\)!!1</title>\n\x20\x20<style>\n\x2
SF:0\x20\x20\x20\*{margin:0;padding:0}html,code{font:15px/22px\x20arial,sa
SF:ns-serif}html{background:#fff;color:#222;padding:15px}body{margin:7%\x2
SF:0auto\x200;max-width:390px;min-height:180px;padding:30px\x200\x2015px}\
SF:*\x20>\x20body{background:url\(//www\.google\.com/images/errors/robot\.
SF:png\)\x20100%\x205px\x20no-repeat;padding-right:205px}p{margin:11px\x20
SF:0\x2022px;overflow:hidden}ins{color:#777;text-decoration:none}a\x20img{
SF:border:0}@media\x20screen\x20and\x20\(max-width:772px\){body{background
SF::none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url
SF:\(//www\.google\.com/images/branding/googlelogo/1x/googlelogo_color_150
SF:x54dp\.png\)\x20no-repeat;margin-left:-5px}@media\x20only\x20screen\x20
SF:and\x20\(min-resolution:192dpi\){#logo{background:url\(//www\.google\.c
SF:om/images/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x20no
SF:-repeat\x200%\x200%/100%\x20100%;-moz-border-image:url\(//www\.google\.
SF:com/images/branding/googlelogo/2x/googlelogo_color_150x54dp\.png\)\x200
SF:}}@media\x20only\x20screen\x20and\x20\(-webkit-min-device-pixel-ratio:2
SF:\){#logo{background:url\(//www\.google\.com/")%r(DNSVersionBindReq,B3,"
SF:HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Length:\x2054\r\nContent-
SF:Type:\x20text/html;\x20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x202
SF:017\x2004:33:42\x20GMT\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20Req
SF:uest\)!!1</title></html>")%r(DNSStatusRequest,B3,"HTTP/1\.0\x20400\x20B
SF:ad\x20Request\r\nContent-Length:\x2054\r\nContent-Type:\x20text/html;\x
SF:20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:42\x20GM
SF:T\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20Request\)!!1</title></ht
SF:ml>")%r(Help,692,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Type:\x
SF:20text/html;\x20charset=UTF-8\r\nContent-Length:\x201555\r\nDate:\x20Sa
SF:t,\x2007\x20Jan\x202017\x2004:33:42\x20GMT\r\n\r\n<!DOCTYPE\x20html>\n<
SF:html\x20lang=en>\n\x20\x20<meta\x20charset=utf-8>\n\x20\x20<meta\x20nam
SF:e=viewport\x20content=\"initial-scale=1,\x20minimum-scale=1,\x20width=d
SF:evice-width\">\n\x20\x20<title>Error\x20400\x20\(Bad\x20Request\)!!1</t
SF:itle>\n\x20\x20<style>\n\x20\x20\x20\x20\*{margin:0;padding:0}html,code
SF:{font:15px/22px\x20arial,sans-serif}html{background:#fff;color:#222;pad
SF:ding:15px}body{margin:7%\x20auto\x200;max-width:390px;min-height:180px;
SF:padding:30px\x200\x2015px}\*\x20>\x20body{background:url\(//www\.google
SF:\.com/images/errors/robot\.png\)\x20100%\x205px\x20no-repeat;padding-ri
SF:ght:205px}p{margin:11px\x200\x2022px;overflow:hidden}ins{color:#777;tex
SF:t-decoration:none}a\x20img{border:0}@media\x20screen\x20and\x20\(max-wi
SF:dth:772px\){body{background:none;margin-top:0;max-width:none;padding-ri
SF:ght:0}}#logo{background:url\(//www\.google\.com/images/branding/googlel
SF:ogo/1x/googlelogo_color_150x54dp\.png\)\x20no-repeat;margin-left:-5px}@
SF:media\x20only\x20screen\x20and\x20\(min-resolution:192dpi\){#logo{backg
SF:round:url\(//www\.google\.com/images/branding/googlelogo/2x/googlelogo_
SF:color_150x54dp\.png\)\x20no-repeat\x200%\x200%/100%\x20100%;-moz-border
SF:-image:url\(//www\.google\.com/images/branding/googlelogo/2x/googlelogo
SF:_color_150x54dp\.png\)\x200}}@media\x20only\x20screen\x20and\x20\(-webk
SF:it-min-device-pixel-ratio:2\){#logo{background:url\(//www\.google\.com/
SF:")%r(SSLSessionReq,B3,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Le
SF:ngth:\x2054\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nDate:\x2
SF:0Sat,\x2007\x20Jan\x202017\x2004:33:43\x20GMT\r\n\r\n<html><title>Error
SF:\x20400\x20\(Bad\x20Request\)!!1</title></html>")%r(TLSSessionReq,B3,"H
SF:TTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Length:\x2054\r\nContent-T
SF:ype:\x20text/html;\x20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x2020
SF:17\x2004:33:43\x20GMT\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20Requ
SF:est\)!!1</title></html>")%r(Kerberos,B3,"HTTP/1\.0\x20400\x20Bad\x20Req
SF:uest\r\nContent-Length:\x2054\r\nContent-Type:\x20text/html;\x20charset
SF:=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:43\x20GMT\r\n\r\n
SF:<html><title>Error\x20400\x20\(Bad\x20Request\)!!1</title></html>")%r(S
SF:MBProgNeg,B3,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nContent-Length:\x20
SF:54\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nDate:\x20Sat,\x20
SF:07\x20Jan\x202017\x2004:33:44\x20GMT\r\n\r\n<html><title>Error\x20400\x
SF:20\(Bad\x20Request\)!!1</title></html>")%r(LPDString,B3,"HTTP/1\.0\x204
SF:00\x20Bad\x20Request\r\nContent-Length:\x2054\r\nContent-Type:\x20text/
SF:html;\x20charset=UTF-8\r\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:33:5
SF:0\x20GMT\r\n\r\n<html><title>Error\x20400\x20\(Bad\x20Request\)!!1</tit
SF:le></html>")%r(SIPOptions,692,"HTTP/1\.0\x20400\x20Bad\x20Request\r\nCo
SF:ntent-Type:\x20text/html;\x20charset=UTF-8\r\nContent-Length:\x201555\r
SF:\nDate:\x20Sat,\x2007\x20Jan\x202017\x2004:34:00\x20GMT\r\n\r\n<!DOCTYP
SF:E\x20html>\n<html\x20lang=en>\n\x20\x20<meta\x20charset=utf-8>\n\x20\x2
SF:0<meta\x20name=viewport\x20content=\"initial-scale=1,\x20minimum-scale=
SF:1,\x20width=device-width\">\n\x20\x20<title>Error\x20400\x20\(Bad\x20Re
SF:quest\)!!1</title>\n\x20\x20<style>\n\x20\x20\x20\x20\*{margin:0;paddin
SF:g:0}html,code{font:15px/22px\x20arial,sans-serif}html{background:#fff;c
SF:olor:#222;padding:15px}body{margin:7%\x20auto\x200;max-width:390px;min-
SF:height:180px;padding:30px\x200\x2015px}\*\x20>\x20body{background:url\(
SF://www\.google\.com/images/errors/robot\.png\)\x20100%\x205px\x20no-repe
SF:at;padding-right:205px}p{margin:11px\x200\x2022px;overflow:hidden}ins{c
SF:olor:#777;text-decoration:none}a\x20img{border:0}@media\x20screen\x20an
SF:d\x20\(max-width:772px\){body{background:none;margin-top:0;max-width:no
SF:ne;padding-right:0}}#logo{background:url\(//www\.google\.com/images/bra
SF:nding/googlelogo/1x/googlelogo_color_150x54dp\.png\)\x20no-repeat;margi
SF:n-left:-5px}@media\x20only\x20screen\x20and\x20\(min-resolution:192dpi\
SF:){#logo{background:url\(//www\.google\.com/images/branding/googlelogo/2
SF:x/googlelogo_color_150x54dp\.png\)\x20no-repeat\x200%\x200%/100%\x20100
SF:%;-moz-border-image:url\(//www\.google\.com/images/branding/googlelogo/
SF:2x/googlelogo_color_150x54dp\.png\)\x200}}@media\x20only\x20screen\x20a
SF:nd\x20\(-webkit-min-device-pixel-ratio:2\){#logo{background:url\(//www\
SF:.google\.com/");
Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port
OS fingerprint not ideal because: Missing a closed TCP port so results incomplete
No OS matches for host
TCP/IP fingerprint:
SCAN(V=7.40%E=4%D=1/7%OT=80%CT=%CU=%PV=N%DS=11%DC=T%G=N%TM=58706FE7%P=i686-pc-windows-windows)
SEQ(SP=106%GCD=1%ISR=10A%TI=RD%TS=20)
OPS(O1=M56EST11NW7%O2=M56EST11NW7%O3=M56ENNT11NW7%O4=M56EST11NW7%O5=M56EST11NW7%O6=M56EST11)
WIN(W1=A62C%W2=A62C%W3=A62C%W4=A62C%W5=A62C%W6=A62C)
ECN(R=Y%DF=N%TG=40%W=A794%O=M56ENNSNW7%CC=N%Q=)
T1(R=Y%DF=N%TG=40%S=O%A=S+%F=AS%RD=0%Q=)
T2(R=N)
T3(R=N)
T4(R=Y%DF=N%TG=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)
U1(R=N)
IE(R=N)
Network Distance: 11 hops
Host script results:
|_clock-skew: mean: 2s, deviation: 0s, median: 2s
TRACEROUTE (using port 443/tcp)
HOP RTT ADDRESS
1 3.00 ms 192.168.1.1
2 24.00 ms 59.88.172.1
3 23.00 ms static.ill.218.248.57.74*24.bsnl.in (218.248.57.74)
4 30.00 ms 218.248.235.197
5 30.00 ms 218.248.235.198
6 30.00 ms 218.248.181.18
7 32.00 ms 72.14.198.73
8 35.00 ms 209.85.142.228
9 69.00 ms 66.249.94.39
10 68.00 ms 108.170.237.55
11 68.00 ms maa03s23-in-f14.1e100.net (172.217.26.206)
Final times for host: srtt: 42555 rttvar: 36794 to: 189731
NSE: Script Post-scanning.
NSE: Starting runlevel 1 (of 2) scan.
NSE: Starting runlevel 2 (of 2) scan.
NSE: Starting clock-skew.
NSE: Finished clock-skew.
Read from C:\Nmap: nmap-os-db nmap-payloads nmap-service-probes nmap-services.
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 128.83 seconds
"
No comments:
Post a Comment