Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Nmap Hackers: Announcement: perl module Nmap::Scanner 0.9 released

Announcement: perl module Nmap::Scanner 0.9 released

From: Max Schubert <nmap_at_webwizarddesign.com>
Date: Wed, 24 Aug 2005 19:57:56 -0400

Hello,

    Nmap::Scanner is a perl module that provides an object-oriented,
    programmatic interface to the nmap port scanning tool. It parses
    the output of nmap's "XML" format (-oX). Nmap::Scanner provides
    both batch-mode and event-driven usage models.

    Version 0.9 of Nmap::Scanner is now available for download from
    CPAN and Source Forge; this revision includes a number of bug
    fixes and improvements over version .5, the last version I announced
    on this list.

    Major improvements:
    * No longer relies on XML::SAX::PurePerl, can use any XML::SAX
      compliant parser (contribution by David Blank-Edelman .. thank you!).
    * Can scan from XML files created with nmap using the scan_from_file()
      method of Nmap::Scanner::Scanner.
    * Allows for passing of nmap options directly to the scan() method of
      Nmap::Scanner::Scanner instead of using Nmap::Scanner::Scanner option
      setters.

      Example:

      $scanner->scan('-sS -sV')

      instead of

      $scanner->syn_scan();
      $scanner->version_scan();

    * Updated to comply with XML output from version 3.80 of nmap.

    Source Forge:
    * http://nmap-scanner.sf.net/

    CPAN:
    * http://www.cpan.org/modules/by-module/Nmap/MAXSCHUBE/

    Feedback, comments, criticism welcome as always.

Thank you,
Max

_______________________________________________
Sent through the nmap-hackers mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-hackers
Received on Aug 24 2005

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]