Skip to content

Matrix20085/scoPYr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current State

Parrses, expands, excludes, outputs correctly including splits

Requirements

Take input file with CIDR or ranges
Take exclude file with CIDR, ranges, or IPs
Outputs full list of all IPs in input file minus IPs in exclude file (even if split is selected) Option to split output file into specified number of equal files

Acceptable CIDR\Rage Formats Include:
  • 192.168.3.0/24
  • 192.168.3.0-255
  • 192.168.3.0-192.168.4.155

Options:

Command Description
-i,--input Input file
-e,--exclude Exclude file
-o,--output Name of output file
-s,--split Number of files to split output into
-p,--prefix Prefix of split files
-h,--help Shows this help menu

About

Python version of Michael Wright's Scoper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages