[Nmap-scanner-general] Version 1.0 of Nmap::Scanner released
Brought to you by:
perldork
From: Max <nm...@we...> - 2006-10-29 19:55:08
|
Version 1.0 of Nmap::Scanner is now available for download. Thanks to all of you who emailed me regarding problems you were having with the module. Highlights of this release include: * XML scan processor now uses IPC::Open3, makes error reporting much nicer * Added model objects Nmap::Scanner::Task (taskbegin and taskend XML), Nmap::Scanner::TaskProgress (taskprogress XML), and Nmap::Scanner::Distance (distance XML) * Added 3 new events a user can register for - task_started - task_ended - task_progress The above 3 events will let you immediately be notified when nmap outputs taskbegin, taskend, and taskprogress elements .. good for GUIs that show progress to a user. Thank you to everyone who posted problems, suggestions and patches. Your input is much appreciated! You can get the latest release via the Nmap::Scanner home page: http://nmap-scanner.sf.net/ Please feel free to post any questions / problems / suggestions you have to the Source Forge mailing list for this project, to the "Help" forum available on the Source Forge project page, or to the bug tracker available via the SourceForge project page: http://www.sf.net/projects/nmap-scanner/ Regards, Max |