Skip to content

Commit e363027

Browse files
committed
Land rapid7#3379, [FixRM rapid7#8803] - Improve fb_cnct_group check
2 parents a22c089 + b9464e6 commit e363027

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/exploits/windows/misc/fb_cnct_group.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@ def check
9292
disconnect
9393

9494
opcode = data.unpack("N*")[0]
95-
version = data.unpack("N*")[1]
9695
if opcode == 3 # Accept
97-
if [ 0xffff800b, 0xffff800c ].include?(version)
98-
return Exploit::CheckCode::Vulnerable
99-
end
10096
return Exploit::CheckCode::Detected
10197
end
10298

0 commit comments

Comments
 (0)