Download List

Descripción del Proyecto

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, 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-02 18:27
0.3.5

análisis XML se hizo más rápido. apoyo de devolución de llamada se añadió. Muchas nuevas características y corrección de errores se han añadido.
XML parsing was made faster. Callback support was added. Many new features and bugfixes were added.

2009-02-09 12:06
0.3.2

Este lanzamiento corrige un error en la comparación de estados como los métodos de TCP_PORTS () en la que un estado especificado a veces coinciden uno no relacionados. Ahora bien estos métodos coinciden exactamente todos los Estados, así como combinaciones como "abierto | filtrado", como debe ser. parseString () ha sido añadido a analizar una cadena de datos XML. Un método de comparar se ha añadido a ExtraPorts y trazado de rutas:: Hop. scan_time en:: Sesión ha sido actualizado para usar el nuevo "pasado" atributo. Los mensajes de excepción planteada por la biblioteca se han mejorado. Hay muchos y documentación de mejoras en el código general.
Tags: Minor bugfixes
This release fixes a state matching bug in methods like tcp_ports() in which a specified state would sometimes match an unrelated one. Now these methods properly match all states exactly as well as combinations like "open|filtered", as they should. parsestring() has been added to parse a string of XML data. A compare method has been added to ExtraPorts and Traceroute::Hop. scan_time in ::Session has been updated to use the new "elapsed" attribute. Exception messages raised by the library are improved. There are many documentation and general code improvements.

2009-01-02 16:17
0.3.1

Especificación de puerto código de análisis se ha mejorado. El starttime nuevos y los atributos del tiempo del fin de acogida (host individuales tiempos de exploración) se agregaron a:: Host. El atributo más reciente scanflags scaninfo se agregó como scanflags () en:: Sesión de la impresión del scanflags asociados con la exploración se especifica el tipo (por ejemplo, "PSHACK" por tipo de digitalización "ack"). Aplicación de diversas reelaboraciones se realizaron. Actualizaciones de la documentación Se hicieron muchos.
Tags: Minor feature enhancements
Port specification parsing code was enhanced. The
newer starttime and endtime host attributes
(individual host scan times) were added to ::Host.
The newer scanflags scaninfo attribute was added
as scanflags() in ::Session for printing the
scanflags associated with the specified scan type
(e.g. "PSHACK" for scan type "ack"). Various
implementation reworkings were done. Many
documentation updates were done.

2008-04-25 07:33
0.3

Este comunicado contiene muchas actualizaciones y correcciones de errores importantes. Todos los usuarios actuales se insta a la actualización.
Tags: Major bugfixes
This release contains many important updates and
bugfixes. All current users are urged to upgrade.

2008-01-05 01:42
0.2.1

Esta versión corrige un error que hacía análisis para detección de sistema operativo si no se realizó, pero tampoco ni-v-d fueron usados durante la exploración.
Tags: Major bugfixes
This release fixes a bug that caused parsing to fail if OS detection was performed but neither -v nor -d were used when scanning.

Project Resources