Nmap/Parser version 0.78
============================

nmap output parser in perl

This perl module is here to ease the pain of developing scripts or collecting
network information from nmap scans. Nmap::Parser does its task by parsing the
information in the output of an nmap scan by using the xml-formatted output.

I am trying to balance efficiency with ease of use. If you think something
can be done differently send your feedback.

INSTALLATION

Latest version: http://sourceforge.net/projects/npx
		http://search.cpan.org/~apersaud/Nmap-Parser/
Website:        http://npx.sourceforge.net/

Download the file and unpack. This is usually done by:

   tar xvf Nmap-Parser-x.xx.tar.gz

Where x.xx is the version number. Next change into the newly created directory.
To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

	XML::Twig 3.09+

In addition, you will need nmap 3.00+. You don't exactly need it, but this
version of nmap supports the xml output that this module can parse. So, you do
not really need the executable, but the xml output that you will be parsing
(or able to parse), must be from this version onward.

CHANGES

Changes from 0.76 to 0.78
	- added patches from Jeremy S.
	- tcp_service and udp_service tunnel, accuracy, confidence
	- os_accuracy method implemented
	- added ident/owner information
	- updated documentation - now included tcp/udp service product
	- added new methods for new nmap command switch (-A)
		mac_addr, mac_vendor, ipv4_addr
	- verified xml format is still valid for nmap 3.55

FOR OTHER CHANGE INFORMATION SEE THE "CHANGES" FILE

COPYRIGHT AND LICENCE

Copyright (C) 2004 Anthony G Persaud <ironstar@iastate.edu>

 http://www.opensource.org/licenses/gpl-license.php

This program is free  software; you can redistribute  it and/or modify it  under
the terms of the  GNU General Public License  as published by the  Free Software
Foundation; either  version 2  of the  License, or  (at your  option) any  later
version.

This program is distributed in the hope that it will be useful, but WITHOUT  ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR  A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

