Ruby Nmap::Parser Library 0.2 (Default branch)

Ruby Nmap::Parser Library provides a Rubyinterface to Nmap's scan data. It can run Nmap andparse its XML output directly from the scan, parsea file containing the XML data from a separatescan, or parse a string of XML data from a scan.This information is presented in a (hopefully)easy to use fashion for storing and manipulation.License: MIT/X Consortium LicenseChanges:
This release fixes a bug (typo) with the read accessor for the MAC address information in ::Host (mac_addr and mac_vendor). It adds extraports information via the ::Host::ExtraPorts class. It adds devicetype, ostype, and the RPC lowver and highver to ::Host::Port::Service. It has updated and reworded documentation.

More...