Merge pull request #2009 from sempervictus/ipmi_scanner

ipmi version scanner: fix probe method name
unstable
HD Moore 2013-06-23 22:46:51 -07:00
commit d25e42734e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Auxiliary
end
def scan_host(ip)
scanner_send(Rex::Proto::IPMI::Utils.create_ipmi_probe, ip, datastore['RPORT'])
scanner_send(Rex::Proto::IPMI::Utils.create_ipmi_getchannel_probe, ip, datastore['RPORT'])
end
def scanner_process(data, shost, sport)