Land #5161, fix ms12_020_check not storing vulns in the db

bug/bundler_fix
Brent Cook 2015-04-15 21:46:50 -05:00
commit beec0ba86a
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 1 additions and 1 deletions

View File

@ -160,8 +160,8 @@ class Metasploit3 < Msf::Auxiliary
# send ChannelRequestTwo - prevent BSoD
sock.put(channel_request << [user2, chan2].pack("nn"))
return Exploit::CheckCode::Vulnerable
report_goods
return Exploit::CheckCode::Vulnerable
else
return Exploit::CheckCode::Safe
end