Skip to content
/ IPer Public

Tool for generating random 30% of IPs from a CIDR

License

Notifications You must be signed in to change notification settings

xkillbit/IPer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

IPer

Tool for generating a random 30% of IPs from a CIDR

Usage:

python3 IPer.py -q [CIDR]

Usage Example 1 - SINGLE CIDR:

python3 IPer.py -q 10.10.10.0/24

Usage Example 2 - LIST OF CIDRS:

IPer.py -q 10.10.10.0/24,192.168.1.0/24,10.0.0.0/16

Usage Example 3 - LINE SEPARATED CIDR LIST FROM FILE:

for range in $(cat IP_RANGE_LIST.txt);do python IPer.py -q $range | tee -a thirtypercent.out;done

About

Tool for generating random 30% of IPs from a CIDR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages