I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-02-11 21:49:57-08 by jpomiane
Patch for service fingerprint
This patch adds support for the service fingerprint ("servicefp") field.
--- Parser.pm.orig 2008-02-11 21:57:05.000000000 +0000 +++ Parser.pm 2008-02-11 21:57:53.000000000 +0000 @@ -397,6 +397,7 @@ $service_hashref->{tunnel} = $service->{att}->{tunnel}; $service_hashref->{method} = $service->{att}->{method}; $service_hashref->{confidence} = $service->{att}->{conf}; + $service_hashref->{fingerprint} = $service->{att}->{servicefp}; } return $service_hashref; @@ -1252,6 +1253,10 @@ Returns the version of the given product of the running service. +=item B<fingerprint()> + +Returns the service fingerprint. (If available) + =back =head3 Nmap::Parser::Host::OS
Direct Responses: 7085 | Write a response
Posted on 2008-02-12 02:57:11-08 by apersaud in response to 7081
Re: Patch for service fingerprint

Thanks. Will add it to the next release.

Nmap-Parser Google Code POage
Direct Responses: Write a response