https://github.com/projectdiscovery/ipranger
IP/FQDN data structure helper with randomization of hosts and ports based on masscan internal logic
https://github.com/projectdiscovery/ipranger
Last synced: 8 days ago
JSON representation
IP/FQDN data structure helper with randomization of hosts and ports based on masscan internal logic
- Host: GitHub
- URL: https://github.com/projectdiscovery/ipranger
- Owner: projectdiscovery
- License: mit
- Created: 2020-12-03T16:02:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-19T22:42:01.000Z (about 2 months ago)
- Last Synced: 2026-05-20T01:49:42.078Z (about 2 months ago)
- Language: Go
- Size: 289 KB
- Stars: 69
- Watchers: 13
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ipranger
ipranger helps you to keep track of yours ip with the integration of [ProjectDiscovery hmap](https://github.com/projectdiscovery/hmap) key value store.
ipranger also integrate [mapcidr](https://github.com/projectdiscovery/mapcidr) library:
```go
...
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