Open hyxxsfwy opened 8 years ago
不错,已阅! 幻影显形 notifications@github.com于2016年6月18日 周六23:36写道:
闲来无事,撸了篇关于扫描 GGC IP 段的文章,供大家参考: https://hyxxsfwy.github.io/2016/06/18/搜集可用于 XX-Net 的高速 GGC IP 段/ https://hyxxsfwy.github.io/2016/06/18/%E6%90%9C%E9%9B%86%E5%8F%AF%E7%94%A8%E4%BA%8EXX-Net%E7%9A%84%E9%AB%98%E9%80%9FGGC-IP%E6%AE%B5/
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XX-net/XX-Net/issues/3673, or mute the thread https://github.com/notifications/unsubscribe/AMtfyBVVUZCPjKYvXeeUH8e9ZSPtgd9Iks5qNBBagaJpZM4I4-I3 .
好流弊
你这个站建得真不错,以后xxnet建站,要多点技术上的支持哦
@yeahwu 其实也是套用现成框架,属于5分钟建站的那种(虽然实际折腾起来5小时也不够…) 用的是 Git Pages 服务,Hexo 框架(基于Node.js),找了个看着顺眼的 Hexo 主题,小修小改一下,基本就可以用了。
下面这部分是考验小白吗?
在 checkiptools 目录下,获取目标国家的全部 IPv4 地址段: wget -O- 'https://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' | grep ipv4 | grep KR | awk -F| '{ printf("%s/%d\n", $4, 32-log($5)/log(2)) }' > googleip.txt
@okgoogle 就是一条下载的命令,这个也算考研?
windows系统本来不支持wget的吧
wget 有 win 版 exe,可以自己装
用pydig扫和这个wget,哪个好啊
赶脚还是 dig 靠谱,强扫太费时,效率又低
确实,dig查询方便快捷。但强扫的好处在于可以发现隐藏的IP段。
我试过,同一个国家,强扫出来的 IP 段,没还 dig 出来的 IP 段多,所以说,国家IP段数据,还是不精确。
@Rongronggg9 这个牛逼,fork一下
@yeahwu 不过似乎宁滥勿缺得有点过了…… 不过好处就是即使在我这种封锁略紧的地方也能扫出2k+ IP,10th IP延迟可以达到100左右(我用的还是ADSL)
@Rongronggg9 只有几十万IP,没有几百万啊
@jyuan15 有啊,你怎么算到几十万个呢
@Rongronggg9 导入MMF,大的有30多万个,最大的是80多万个
我用checkiptools算到是200W个
@Rongronggg9 搜出来的绝大多数都是googlevideo的IP,但只有google.com的IP才能用
gvs时代早已开启,XX-Net是支持google video服务器的,您落伍了。
文朝 幻影显形 | Mobilicorpus 2016年6月23日 下午8:15,"jyuan15" notifications@github.com写道:
@Rongronggg9 https://github.com/Rongronggg9 搜出来的绝大多数都是googlevideo的IP,但只有 google.com的IP才能用
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/XX-net/XX-Net/issues/3673#issuecomment-228031661, or mute the thread https://github.com/notifications/unsubscribe/ADuZxfjty1CpywisAaXwiJCbn8xfoDcCks5qOnjGgaJpZM4I4-I3 .
@hyxxsfwy 同意。
不会是火星来的吧,只能用 gws
mark
闲来无事,撸了篇关于扫描 GGC IP 段的文章,供大家参考: https://hyxxsfwy.github.io/2016/06/18/搜集可用于 XX-Net 的高速 GGC IP 段/