Tool 213: Display a list of IP addresses

Description:

  This tool displays a list of IP addresses. For example:
    --ips 1.2.3.4-1.2.3.6 --separator ","
  displays:
    1.2.3.4,1.2.3.5,1.2.3.6
  
  This tool is useful to generate IP addresses lists for other tools.
  
  See also tool 24 for other IP address conversions.
   

Usage:

  netwox 213 -i ips [-s data]

Parameters:

parameter description example
-i|--ips ips list of addresses to display all
-s|--separator data separator to use  

Examples:

  netwox 213 -i "all"

  netwox 213 --ips "all"