Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
/ IPGeneration Public archive

根据IP段生成IP Generate IP from IP segment

License

Notifications You must be signed in to change notification settings

XRSec/IPGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Generation

根据IP段生成IP Generate IP from IP segment

Install

go install github.com/XRSec/IPGeneration

or downlaod https://github.com/XRSec/IPGeneration/releases

Use

➜  IPGeneration go run main.go  -h
-------------------------------
Usage of IPGeneration:
  -f string
        IP-List FilePath (default "ip.txt")
  -h -help    
        Display help information
  -v -version
        version
-------------------------------

Tks