Yes, I’ve finally setup a wordpress on a server to make it easier to handle updates and requests for Nmap-Parser. You can go to the new Nmap-Parser Homepage.

Just released Nmap-Parser-1.13 with support in parsing the servicefp attribute in the service tag. This is also known as the service fingerprint. See documentation for more details.

Thanks to jpomiane for sending in the patch.

I have finally had the chance to migrate this small project over to Google Code. To be honest, that was the most easiest things I have ever done. They have really made the work flow for developing and releasing code extremely easy (MUCH easier than SourceForge). With that said, all further development will be done over at Google Code.

Here is the link: http://code.google.com/p/nmap-parser/

Yeah, well I have to apologize for all the delay in releasing and fixing all the bugs that were submitted through email/sourceforge. I finally took the time to go over the new enhancements to the nmap xml output and see what I was missing. Anyways, enjoy!

Changes:

    – Added parsing of distance information.
- Added ignoring of taskend,taskbegin and taskprogress information.
- Added tests for nmap 4.20.
- Changed lisence to MIT.
- Fixed protocol for the service handler – a bug that always returns null

Nmap Parser 1.11 on SourceForge

Nmap-Parser-1.11.tar.gz on CPAN

SourceForge.net

Well, I have received a LOT of emails on updates and suggestions to Nmap::Parser. Just as a general announcement, I am currently STILL finishing up my thesis for my MS Degree, so it will take a little while before I can sit back down and start programming again and going through all the emails.

So that I can track all the stuff I need to do for the next version, please make sure you go to the project page and submit Bug/Feature Request. I would appreciate it very much and I thank you for your patience

Nmap-Parser 1.05 Released

August 13, 2005

The main reason for this release is major speed improvements and reduction in memory usage. Most functions are now genereated on the fly, reducing compile time (as well as saving memory). It was one of those days when I realized I could do things better (thanks to the Cookbook). I have also updated the documentation (I had mistyped some words and function names).

I have been getting a lot of questions about this method in the new version of Nmap::Parser with

all_hosts
all_hosts($status)

Returns an array of all the Nmap::Parser::Host objects for the scan. If the optional status is given, it will only return those hosts that match that status. The status can be any of the following: (up|down|unknown|skipped)

Follow

Get every new post delivered to your Inbox.