谷歌主机
| |
什么
该项目提供了一些工具来帮助您找到Google IP。
怎么样
getssl.sh获取IP详细信息
$ cd google-hosts/scripts
# get detail of 192.168.1.1
$ ./getssl.sh 192.168.1.1
find.sh包装器,从CIDR获取IP详细信息
$ cd google-hosts/scripts
# find IP from 192.168.1.1/24
$ ./find.sh 192.168.1.1/24
filter.sh从某个目录的输出目录(由find.sh生成)过滤IP
$ cd google-ho
1