Category Archives: Nmap Parser

Nmap-Parser 1.13 Release with Servicefp support.

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.

Posted in Nmap Parser | Leave a comment

Migrated project to Google Code!

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 [...]

Posted in Nmap Parser | Leave a comment

Nmap-Parser 1.11 Released (yes, it's a miracle)

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.
- [...]

Posted in Nmap Parser | Leave a comment

Will start updating as soon as…

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 [...]

Posted in Nmap Parser | Leave a comment

Nmap-Parser 1.05 Released

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 [...]

Posted in Nmap Parser | Leave a comment

Where has get_host_objects() gone?

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)

Posted in Nmap Parser | Leave a comment

Qualys perl module for QualysGuard

For those who are in the corporate world and use the Qualys (QualysGuard) vulnerability scanner, and wish to write your own applications using their API – I have created a simple connection wrapper to their API. I have uploaded this initial version to CPAN found here: http://search.cpan.org/~apersaud/Qualys-0.02/

Posted in Nmap Parser | Leave a comment

Nmap-Parser-1.01 Released (finally)

After much rewriting and reworking – I am finally proud to announce that 1.01 is released. Why not 1.00? Well, I did not like my CPAN file just having a 1 by its name. Also it did pass 7 of the CPAN testers, so it should be good to go.
Please read the documentation carefully because [...]

Posted in Nmap Parser | Leave a comment

New Nmap-Parser website up and running!

After learning PHP and MySQL and a whole bunch of javascript – I can finally get out of using blogger (not that there is anything wrong with that), but now I wrote my own self-maintaining website! I can now write articles, post updates and manage the website right from sourceforge.
If you ever want to contribute [...]

Posted in Nmap Parser | Leave a comment

Using Nmap-Parser to check for suspicioius new services

((no less ‘of’; my $self) Using multiple instances of Nmap::Parser is extremely useful in helping audit/monitor the network Policy (ohh noo! its that ‘P’ word!). In this example, we have a set of hosts that had been scanned previously for tcp services where the image was saved in base_image.xml. We now will scan [...]

Posted in Nmap Parser | Leave a comment