msftidy done

bug/bundler_fix
Karn Ganeshen 2014-02-06 16:25:41 +02:00
parent 32e46c00d3
commit 036ae2fd80
1 changed files with 72 additions and 74 deletions

View File

@ -24,7 +24,6 @@ class Metasploit3 < Msf::Auxiliary
'Karn Ganeshen <KarnGaneshen[at]gmail.com>',
],
'License' => MSF_LICENSE
))
end
@ -99,6 +98,5 @@ class Metasploit3 < Msf::Auxiliary
else
vprint_error("#{peer} - FAILED LOGIN - #{user.inspect}:#{pass.inspect}")
end
end
end