Downloadliste

Projektbeschreibung

Nmap Parser is a Perl module to ease the pain of
developing scripts or collecting network
information from nmap scans. Nmap::Parser does its task by parsing the information in the output of an nmap scan by using the XML-formatted output. This module can perform an nmap scan and parse the output automagically using parsescan(). It can parse an nmap XML file. This module was developed to speed up network security tool development when using nmap.

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.

2008-10-19 16:11
1.16

Eine Verbesserung wurde für tcp_del_port und udp_del_port gemacht. nmap2sqlite wurde geändert, um nmap2db zu MySQL-Unterstützung. Ein kleiner Fehler wurde behoben, bei dem scanner.t die Anzahl der Tests zu überspringen, wenn nmap nicht gefunden wurde, war falsch. Alle. _ * Dateien wurden entfernt aus der Packung. cache_scan () wurde hinzugefügt, um die Ausgabe eines parsescan (), um eine Datei vor dem Parsen zu sparen.
Tags: Major feature enhancements
An enhancement was made for tcp_del_port and
udp_del_port. nmap2sqlite was changed to nmap2db
to support MySQL. A minor bug was fixed in
scanner.t where the number of tests to skip when
nmap was not found was incorrect. All the ._*
files were removed from the package. cache_scan()
was added to save the output of a parsescan() to a
file before parsing.

2007-11-21 19:22
1.12

Aktualisierte Dokumentation, um Änderungen in den Google-Code Projekt-Seite.
Tags: Documentation
Updated documentation to reflect changes in the Google Code Project page.

2007-06-15 07:27
1.11

Parsen von Informationen Abstand wurde hinzugefügt. Ignorieren von taskend, taskbegin und taskprogress Informationen wurden aufgenommen. Tests für nmap 4,20 zugegeben. Die Lizenz wurde auf der MIT-Stil verändert. Die "immer null" Bug für das Service-> Protokoll Aufruf wurde behoben.
Tags: Minor bugfixes
Parsing of distance information was added.
Ignoring of taskend, taskbegin, and taskprogress
information was added. Tests for nmap 4.20 were
added. The license was changed to the MIT-style.
The "always null" bug for the service->protocol
call was fixed.

2006-03-05 14:58
1.05

Der Hauptgrund für diese Pressemitteilung ist wichtige Verbesserungen in der Geschwindigkeit und Senkung der Speichernutzung. Die meisten Funktionen sind jetzt on the fly "erzeugt, die Verringerung der Kompilierung (sowie Speicherung Speicher). Die Dokumentation wurde ebenfalls aktualisiert.
Tags: Major feature enhancements
The main reason for this release is major speed
improvements and reduction in memory usage. Most
functions are now generated on the fly, reducing
compile time (as well as saving memory). The
documentation was also updated.

2005-07-02 21:50
1.01

Die größten Veränderungen sind die Beseitigung von veralteten Funktionen und Filtern. Ein neues Objekt Rahmen und Funktionen wurden hinzugefügt. Parsing ist jetzt viel schneller.
Tags: Major feature enhancements
The biggest changes are the removal of deprecated
functions and filtering. A new object framework
and functions were added. Parsing is now much
faster.

Project Resources