Skip to content

Commit 35c1ccc

Browse files
Update modules/exploits/linux/http/appsmith_rce_cve_2024_55964.rb
Co-authored-by: msutovsky-r7 <[email protected]>
1 parent 139dd50 commit 35c1ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/appsmith_rce_cve_2024_55964.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def check
6666
'method' => 'GET',
6767
'uri' => normalize_uri(target_uri.path, 'applications')
6868
})
69-
return Exploit::CheckCode::Unknown unless res&.code == 200
69+
return Exploit::CheckCode::Unknown('Cannot reach server') unless res&.code == 200
7070

7171
html_document = res.get_html_document
7272
return Exploit::CheckCode::Unknown('Failed to get html document.') if html_document.blank?

0 commit comments

Comments
 (0)