[Nikto-discuss] problem with nikto output to metasploit

Brandon Perry bperry.volatile at gmail.com
Thu Jun 28 22:37:54 CDT 2012


The Metasploit XML RPC is no longer developed on. A MSGRPC using
MSGPACK has been implemented to replace it.

Here are some perl bindings for the metasploit MSGRPC:
https://github.com/SpiderLabs/msfrpc/tree/master/Net-MSFRPC

On Thu, Jun 28, 2012 at 5:50 PM, macubergeek <macubergeek at comcast.net> wrote:
> I've been learning nmap/nessus scanning via msfconsole
> into the backend Postgres database.
>
> Everything has been working fine so I've moved on to Nikto but am having
> issues. Problem is the Nikto results don't appear to be showing up in the
> database. I've been looking in the Notes section of the database btw.
>
> Here's what I've been doing:
>
> 1. Start msfrpcd
> ./msfrpcd -S -U MetaUser -P Securepass -p 55553
>
> 2. Scan into msfrpcd
> cd /pentest/web/nikto
> ./nikto.pl -Format msf -o
> MetaUser:Securepass at http://localhost:55553/RPC2 -h target_ip
>
> When I do this I get this error:
> Can't call method "value" on an undefined value at
> /pentest/web/nikto/plugins/nikto_report_msf.plugin line 194.
>
> Here is line 194 from that plugin:
> 192     $resp = $cli->send_request($req);
> 193
> 194     if ($resp->{'result'}->value eq "success") {
> 195         $TEMPLATES{'msftoken'}     = $resp->{'token'}->value;
> 196         $TEMPLATES{'msflasttoken'} = time();
>
>
> Any one have any ideas what's fubar here?
>
>
> Jim
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> %49%66%20%79%6F%75%20%63%61%6E%20%72%65%61%64%20%74%68%69%73%20%79%6F%75%20%6E%65%65%64%20%74%6F%20%67%65%74%20%61%20%67%69%72%6C%66%72%69%65%6E%64%2E
>
>
>
> _______________________________________________
> Nikto-discuss mailing list
> Nikto-discuss at attrition.org
> https://attrition.org/mailman/listinfo/nikto-discuss
>



-- 
http://volatile-minds.blogspot.com -- blog
http://www.volatileminds.net -- website


More information about the Nikto-discuss mailing list