Fix report_vuln

bug/bundler_fix
nixawk 2016-10-12 02:16:00 -05:00
parent ac76c3591a
commit 70d4833654
1 changed files with 4 additions and 3 deletions

View File

@ -71,11 +71,12 @@ class MetasploitModule < Msf::Auxiliary
return if len <= 0
print_good("#{peer} - IKE response with leak")
report_vuln({
:host => rhost,
:port => rport,
:host => ip,
:port => datastore['RPORT'],
:proto => 'udp',
:name => self.name,
:refs => self.references,
:info => "Module #{self.fullname} successfully leaked info"
:info => "Vulnerable to Cisco IKE Information Disclosure"
})
rescue