zxjsdp / ip-tools

Collection of IP related tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip-tools

Collection of IP related tools.

Description

IP 转换工具(当前版本:v0.1.0

  1. 从任意文本中提取 IP。
  2. 根据 IP 获取 IP 地址范围,可用于 gscan_quic 等工具进行扫描。

输入:

41.188.12.16 &*(41.188.12.29_#$58.28.63.15
&!^58.28.64.19)*#66.199.151.143

输出:

41.188.12.0-255
58.28.63.0-255
58.28.64.0-255
66.199.151.0-255`

Build

go get -u -v github.com/zxjsdp/ip-tools
cd $GOPATH/github.com/zxjsdp/ip-tools/gui/windows
go build -ldflags="-H windowsgui" -o ip-tools.exe

About

Collection of IP related tools.

License:Apache License 2.0


Languages

Language:Go 100.0%