We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139dd50 commit 35c1cccCopy full SHA for 35c1ccc
modules/exploits/linux/http/appsmith_rce_cve_2024_55964.rb
@@ -66,7 +66,7 @@ def check
66
'method' => 'GET',
67
'uri' => normalize_uri(target_uri.path, 'applications')
68
})
69
- return Exploit::CheckCode::Unknown unless res&.code == 200
+ return Exploit::CheckCode::Unknown('Cannot reach server') unless res&.code == 200
70
71
html_document = res.get_html_document
72
return Exploit::CheckCode::Unknown('Failed to get html document.') if html_document.blank?
0 commit comments