1

https://github.com/txthinking/google-hosts
这个是通过用curl和nmap测试google ip段所有ip来找到可用的一个项目
然后再改下host,就可以使用大部分google的服务了

$ nslookup -q=TXT _netblocks.google.com 8.8.8.8
Server:     8.8.8.8
Address:    8.8.8.8#53

Non-authoritative answer:
_netblocks.google.com   text = "v=spf1 ip4:216.239.32.0/19 ip4:64.233.160.0/19 ip4:66.249.80.0/20 ip4:72.14.192.0/18 ip4:209.85.128.0/17 ip4:66.102.0.0/20 ip4:74.125.0.0/16 ip4:64.18.0.0/20 ip4:207.126.144.0/20 ip4:173.194.0.0/16 ~all"

-q的意思是-querytype

所以目前(2014/9/9)google的ip段是以下这些

216.239.32.0/19
64.233.160.0/19
66.249.80.0/20
72.14.192.0/18
209.85.128.0/17
66.102.0.0/20
74.125.0.0/16
64.18.0.0/20
207.126.144.0/20
173.194.0.0/16

可以仿照google-hosts这个项目自己写个脚本来测一下哪些ip是可用的


wangdai
1k 声望18 粉丝

引用和评论

0 条评论