Skip to content

Commit 9f20c57

Browse files
Update modules/exploits/linux/http/selenium_greed_chrome_rce_cve_2022_28108.rb
Improve version detection messaging Co-authored-by: bcoles <[email protected]>
1 parent 7ecc1cb commit 9f20c57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/linux/http/selenium_greed_chrome_rce_cve_2022_28108.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ def check
8080
return Exploit::CheckCode::Safe("Version #{version} detected, which is not vulnerable")
8181
end
8282

83-
print_status("Version #{version} detected, which is vulnerable")
84-
Exploit::CheckCode::Appears
83+
CheckCode::Appears("Version #{version} detected, which is vulnerable")
8584
end
8685

8786
def exploit

0 commit comments

Comments
 (0)