[ Home | What's New | Software | Links | About | Forum | Email | Donate ]
| Download: Xip 1.01 ZIP: 8K | Updated: January 16th 2005 | |
|---|---|---|
|
Xip is a command line tool designed to extract IP addresses and address ranges from text files. This can be very useful for all manner of network related operations including analyzing log files and extracting IP addresses from emails. The program will identify IP addresses on their own (e.g. 10.2.3.4), IP address ranges separated with a dash character (e.g. 10.2.3.4-10.2.3.50 or 10.2.3.4-50) and CIDR format ranges (e.g. 10.2.3.0/24). The output is de-duped and sorted with addresses consolidated into ranges by default. How to use itOperation of the program is quite straightforward and the syntax is shown below. This syntax will be shown when you simply type Xip or Xip -?. Explanations of the various options are shown here.
The processing of CIDR format addresses is interpreted by taking the number of network bits (the number after the '/' character) and creating a range starting from the IP part of the address (the number before the '/' character) and ending at the maximum IP address defined by the network bitmask. For example, the CIDR range format 10.20.30.40/24 would result in an output IP address range of 10.20.30.40-10.20.30.255. Command line syntax
Xip 1.00 - Robin Keir - 2005 - http://keir.net Xip [-?cilmoOrv] [
|
||
[ Home | What's New | Software | Links | About | Forum | Email | Donate ]