Skip to content

Python tool to expand, exclude, and split multiple IP range formats

Notifications You must be signed in to change notification settings

OrneLibrary/DeepOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepOne

Python tool to expand, exclude, and split multiple IP range formats

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

Usage

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

Acceptable CIDR\Rage Formats Include:

  • 192.168.3.0/24
  • 192.168.3.0-255
  • 192.168.3.0-192.168.4.155

About

Python tool to expand, exclude, and split multiple IP range formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages