descriptionutility for scanning IP
owneryogaskung@protonmail.ch
last changeWed, 3 May 2023 15:54:30 +0000 (3 15:54 +0000)
content tags
add:
README.md

The project has been moved to <https://codeberg.org/antigng/gscan_quic>

gscan-quic

一个 IP 可用性扫描工具

当前支持

简单说明

因为支持多种类型的IP扫描, 所以 IP 段文件是分开放的.

比如 quic 的IP段文件是 iprange_quic.txt, tls 的就是 iprange_tls.txt

其他类型的都可以在 config.json 文件里看到

IP段文件格式如下:

# 下面几种都是支持的, 遇到错误IP格式是会跳过的

1.9.23.0            
1.9.23.0/24
1.9.0.0/16

1.9.22.0-1.9.23.0/24

1.9.22.0/24-1.9.33.0/24

1.9.22.0-255
1.9.22.0-1.9.22.0
1.9.22.0-1.9.22.255
1.9.22.0-1.9.33.255

1.9.22.111-1.9.22.111    会自动精简成 1.9.22.111
1.9.22.0/24-1.9.22.0/24  会自动精简成 1.9.22.0/24

# 支持 ipv6 格式

2001:db8::1
2001:db8::1/128

# 支持 gop 的 "xxx","xxx" 和 goa 的 xxx|xxx 格式

"1.9.22.0", "1.9.22.1","1.9.22.2",
1.9.22.0|1.9.22.1|

# IP段也是会自动去重的

1.9.22.0-255
1.9.0.0/16
1.9.22.0-255
1.9.22.0/24
1.9.22.0-255
1.9.22.0-1.9.22.100
1.9.22.0-1.9.22.255
1.9.0.0/16
3.3.3.0/24
3.3.0.0/16
3.3.3.0-255
1.1.1.0/24
1.9.0.0/16
# 上面几个经过去重只会留下
3.3.0.0/16
1.9.0.0/16
1.1.1.0/24

注意:

配置说明

参考 config.json 文件

每次更新时最好覆盖掉 config.json 文件

支持 gop 形式的个人配置 config.user.json, 所以为了防止每次修改, 可以自己新建一个.

下载

https://github.com/Kisesy/gscan_quic/releases 下载编译好的

感谢

改自 yinqiwen 大神的 https://github.com/yinqiwen/gscan 在此感谢

shortlog
2023-05-03 Yogas Kungmovedmaster
2023-03-27 Yogas Kungupdate iprange_tg.txt
2023-03-26 Yogas Kungadd web.telegran.org IPs
2023-03-06 Yogas Kungadd iprange_cloudfront
2022-07-14 Yogas Kungupdate out_twitter.txt
2022-05-08 Yogas Kungadd out_gws_6.txt
2022-05-08 Yogas Kungadd gws 6 range a
2022-05-08 Yogas Kungadd sniproxy ip
2022-05-07 Yogas Kungadd out_star_telegram.txt
2022-05-02 Yogas Kungadd out_abs-0_twimg.txt
2022-05-02 Yogas Kungadd out_api_twitter.com
2022-05-02 Yogas Kungadd out_twitter.txt
2022-05-02 Yogas Kungadd comment for servername
2022-05-02 Yogas Kungadd video.twimg.com ips
2022-05-02 Yogas Kungadd fastlycdn range
2022-05-02 Yogas Kungupdate twitter ip
...
heads
11 months ago master