[SeeRM #8803] Avoid false positives when checking fb_cnct_group

This commit is contained in:
jvazquez-r7 2014-05-20 18:44:28 -05:00
parent 727054df0b
commit af415c941b
1 changed files with 0 additions and 3 deletions

View File

@ -94,9 +94,6 @@ class Metasploit3 < Msf::Exploit::Remote
opcode = data.unpack("N*")[0]
version = data.unpack("N*")[1]
if opcode == 3 # Accept
if [ 0xffff800b, 0xffff800c ].include?(version)
return Exploit::CheckCode::Vulnerable
end
return Exploit::CheckCode::Detected
end