Télécharger la liste

Description du projet

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.

Système requise

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.

2008-10-19 16:11
1.16

Une amélioration a été faite pour tcp_del_port et udp_del_port. nmap2sqlite a été changé pour nmap2db pour le support MySQL. Un bug mineur a été corrigé dans scanner.t où le nombre de tests afin de sauter quand nmap n'a pas été trouvée était incorrecte. Tous les fichiers. _ * Les fichiers ont été retirées de l'emballage. cache_scan () a été ajouté pour enregistrer la sortie d'un parsescan () pour un fichier avant l'analyse.
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

Une documentation à jour pour refléter les changements dans la page Google Code Project.
Tags: Documentation
Updated documentation to reflect changes in the Google Code Project page.

2007-06-15 07:27
1.11

L'analyse de l'information à distance a été ajoutée. Sauts de taskend, taskbegin, et des informations taskprogress a été ajouté. Essais de nmap 4.20 ont été ajoutées. La licence a été changé pour le MIT-style. Le «toujours null" bug pour le service-> call protocole a été fixée.
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

La raison principale de cette version est majeure améliorations de la vitesse et la réduction de l'utilisation de la mémoire. La plupart des fonctions sont maintenant générés à la volée, la réduction de la compilation (ainsi que les économies de mémoire). La documentation a également été mis à jour.
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

Les plus grands changements sont l'élimination des fonctions obsolètes et le filtrage. Un cadre nouvel objet et les fonctions ont été ajoutées. L'analyse est maintenant beaucoup plus rapide.
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