Skip to content

Commit e2bf216

Browse files
committed
Update failure
1 parent 6cbb30c commit e2bf216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/selenium_greed_chrome_rce_cve_2022_28108.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def exploit
128128
'headers' => { 'Content-Type' => 'text/plain' },
129129
'data' => body
130130
})
131-
fail_with(Failure::Unreachable, 'Connection failed.') unless res
131+
fail_with(Failure::Unknown, 'Unexpected server reply.') unless res
132132
end
133133

134134
end

0 commit comments

Comments
 (0)