Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Parsen von XML wurde schneller gemacht. Rückruf-Support wurde hinzugefügt. Viele neue Features und Bugfixes wurden hinzugefügt.
XML parsing was made faster. Callback support was added. Many new features and bugfixes were added.

2009-02-09 12:06
0.3.2

Dieses Release behebt einen Bug im Staat passender Methoden wie TCP_PORTS () in einem bestimmten Staat, die manchmal einen unabhängigen ein Spiel. Nun sind diese Methoden auch richtig passen alle Staaten, genau so wie Kombinationen wie "open | filtered", wie sie sollten. parseString () wurde hinzugefügt, um eine Reihe von XML-Daten zu analysieren. Ein Vergleich Methode wurde ExtraPorts und Traceroute hinzugefügt:: Hop. scan_time in:: Session wurde aktualisiert, um die neue "vergangen"-Attribut. Exception-Einträge von der Bibliothek erhoben werden verbessert. Es gibt viele Dokumentationen und allgemeine Code-Verbesserungen.
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

Port-Spezifikation Parsing-Code wurde verbessert. Die neueren Startzeit und Endzeit des Host-Attribute (einzelnen Host-Scan-Zeiten) wurden hinzugefügt:: Host. Die neueren scanflags scaninfo Attribut wurde hinzugefügt scanflags () in:: Session für das Drucken der scanflags mit dem angegebenen Typ-Scan (zB "PSHACK verbundenen" für Typ-Scan "ack"). Verschiedene Umsetzung Überarbeitungen vorgenommen wurden. Viele Dokumentations-Updates vorgenommen wurden.
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

Diese Pressemitteilung enthält viele wichtige Updates und Bugfixes. Alle aktuellen Benutzer sind aufgefordert, zu aktualisieren.
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

Dieses Release behebt einen Bug, der Parsen zu scheitern, wenn OS-Erkennung durchgeführt wurde, aber weder verursacht noch-v-d wurden beim Scannen.
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