Skip to content

Commit af415c9

Browse files
committed
[SeeRM rapid7#8803] Avoid false positives when checking fb_cnct_group
1 parent 727054d commit af415c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/exploits/windows/misc/fb_cnct_group.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ def check
9494
opcode = data.unpack("N*")[0]
9595
version = data.unpack("N*")[1]
9696
if opcode == 3 # Accept
97-
if [ 0xffff800b, 0xffff800c ].include?(version)
98-
return Exploit::CheckCode::Vulnerable
99-
end
10097
return Exploit::CheckCode::Detected
10198
end
10299

0 commit comments

Comments
 (0)