Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 426 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 426 Bytes

cidrgen - 基于cidr的子网IP列表生成器

基于cidr的子网IP列表生成器,快捷解决扫描时展开子网的痛点。

 > echo '192.168.1.1/28'|.\cidgen_win.exe
192.168.1.1
192.168.1.2
192.168.1.3
192.168.1.4
192.168.1.5
192.168.1.6
192.168.1.7
192.168.1.8
192.168.1.9
192.168.1.10
192.168.1.11
192.168.1.12
192.168.1.13
192.168.1.14

image-20200806150915106