Skip to content

Quick python script to generate a list of IPs given an octet range and/or comma-separated numbers

Notifications You must be signed in to change notification settings

fyrworx4/subknitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

subknitter

Quick python script to generate a list of IPs given an octet range and/or comma-separated numbers

Usage:

python3 subknitter.py 10.10.1-5.7,9

Output:

10.10.1.7
10.10.2.7
10.10.3.7
10.10.4.7
10.10.5.7
10.10.1.9
10.10.2.9
10.10.3.9
10.10.4.9
10.10.5.9

About

Quick python script to generate a list of IPs given an octet range and/or comma-separated numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages