-
Notifications
You must be signed in to change notification settings - Fork 5
This tool generates ALL IPs for a given network
License
securecurebt5/IP-Generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# IP-Generator This tool generates ALL IPs for a given network Note: Only CIDRs from /8 to /32 are available if you are interested in generating IPs of a network with a (less than 8) subnet mask, you can add it yourself with the same logic bellow on the IPGenerator Program. Requirements: IPCalc.py and IPGenerator.py files must be in the same folder Usage: python IPGenerator.py 172.16.122.2/28 Program started! 172.16.122.1 172.16.122.2 172.16.122.3 172.16.122.4 172.16.122.5 172.16.122.6 172.16.122.7 172.16.122.8 172.16.122.9 172.16.122.10 172.16.122.11 172.16.122.12 172.16.122.13 172.16.122.14 [+] Done
About
This tool generates ALL IPs for a given network
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published