Skip to content

IP/FQDN data structure helper with randomization of hosts and ports based on masscan internal logic

License

Notifications You must be signed in to change notification settings

ducksify/ipranger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipranger

ipranger helps you to keep track of yours ip with the integration of ProjectDiscovery hmap key value store.

ipranger also integrate mapcidr library:

...
ips, err := ipranger.Ips("127.0.0.1/16")
if err != nil {
	panic(err)
}
fmt.Println(len(ips))
...

License

ipranger is distributed under MIT License

About

IP/FQDN data structure helper with randomization of hosts and ports based on masscan internal logic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%