NAME
ronin-iprange - Enumerates over IP ranges
SYNOPSIS
ronin iprange [options] [IP_RANGE … | --start IP --stop IP]
DESCRIPTION
Enumerates over the given IP range(s). The IP range(s) can given from either
command-line arguments or read from a file via the --file option.
ARGUMENTS
- IP_RANGE
- An IP range argument given in either CIDR or glob notation.
OPTIONS
-f,--fileFILE- The optional file to read values from.
--startIP- The starting IP address for the range.
--stopIP- The stopping IP address for the range.
-s,--size- Prints the size of the IP range instead of printing each IP in the range.
-h,--help- Print help information.
AUTHOR
Postmodern postmodern.mod3@gmail.com