typo
parent
84c8660c96
commit
aeb837838f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue