Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Releases: xyuanmu/checkiptools

checkiptools v1.2 for Windows

23 Sep 16:08
Compare
Choose a tag to compare

checkiptools v1.2 for Linux

23 Sep 16:09
Compare
Choose a tag to compare

CheckIPTools v1.1

08 Mar 08:12
Compare
Choose a tag to compare

20151103更新

  • IP段统一使用CIDR格式
  • 修复BUG:No such file or directory: ''
  • 增加整合tmp目录下的可用IP到 ip_all.txt

20151023更新

  • 更新IP分段命名规则为001、002
  • 支持扫描10个以上IP分段文件

20151022更新

  • 新增IP数量超过1KW时自动分割,生成 googleip-i.txt 命名的IP段文件
  • 优先扫描 googleip-i.txt 文件IP段,逐个扫描并将结果存到tmp文件夹,若无则扫描 googleip.txt

20151016更新

  • 增加工具选项,更直观
  • 增加导出 ip_tmpok.txt 为XX-Net格式,便于复制到 data/gae_proxy/good_ip.txt
  • 增加IP格式互转 GoAgent <==> GoProxy

CheckIPTools v1.0

08 Mar 08:11
Compare
Choose a tag to compare

集成 checkgoogleip,python(带netaddr),以及一些实用的小工具。
源代码取自 checkgoogleipXX-Net、双手码出,感谢大家的辛勤付出!

目录文件说明:

  • bindip.bat 合并ip段批处理,生成 ip_bind.txt ,里面IP均用 | 分割供GoAgent使用
  • bindip.py 代码文件,Linux 命令 $ python bindip.py
  • bindip_json.bat 合并ip段批处理,生成 ip_json.txt ,里面IP为json格式供GoProxy使用
  • bindip_json.py 代码文件,Linux 命令 $ python bindip_json.py
  • checkip.bat 扫描IP工具
  • checkip.py 代码文件,Linux 命令 $ python checkip.py,修改说明参考:README2.md
  • generate_googleip.bat 用于整合IP段,将IP段复制到 ip_original_list.txt 中,运行批处理即可生成 googleip.txt 和 googleip.ip.txt
  • generate_googleip.py 代码文件,Linux 命令 $ python generate_googleip.py
  • googleip.ip.txt 已转换成CIDR格式的IP段,可用于 XX-Net 或者 GoGo Tester
  • googleip.txt 已转换成 xxx.xxx.xxx.xxx-xxx.xxx.xxx.xxx 格式的IP段,可用于 XX-Net
  • ip_range_bad.txt 包含IP段黑名单的文件,支持 checkgoogleip IP组格式
  • ip_range_origin.txt 包含原始IP段的文件,支持 checkgoogleip IP组格式,可用 generate_googleip 整合IP段,以后只需将新IP段添加进来用 generate_googleip.bat 转换即可
  • enjoy it!