freebsd-ports/security/rubygem-nmap-parser/pkg-descr
Martin Wilke 071613d170 The 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, parse a String of
XML data from a scan, or parse XML data from an object
via its read() method.  This information is presented
in an easy-to-use and intuitive fashion for storage
and manipulation.

WWW: http://rubynmap.sourceforge.net/

PR:		ports/131516
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2009-02-09 16:52:15 +00:00

10 lines
433 B
Text

The 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, parse a String of
XML data from a scan, or parse XML data from an object
via its read() method. This information is presented
in an easy-to-use and intuitive fashion for storage
and manipulation.
WWW: http://rubynmap.sourceforge.net/