bug/bundler_fix
David Maloney 2012-11-01 11:03:50 -05:00
parent 84c8660c96
commit aeb837838f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Metasploit3 < Msf::Exploit::Remote
if streams['stdout'].include? 'Unrestricted'
return Msf::Exploit::CheckCode::Vulnerable
else
unless streams['stderr'] = ''
unless streams['stderr'] == ''
print_error streams['stderr']
end
return Msf::Exploit::CheckCode::Safe