Ruby Nmap::Parser Library 0.2.1 (Default branch) |
|
|
Ruby Nmap::Parser Library provides a Ruby
interface to Nmap's scan data. It can run Nmap and
parse its XML output directly from the scan, parse
a file containing the XML data from a separate
scan, 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 License
Changes:
This release fixes a bug that caused parsing to fail if OS detection was performed but neither -v nor -d were used when scanning.
|