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 46b3012 commit 26099daCopy full SHA for 26099da
modules/exploits/linux/http/ictbroadcast_unauth_cookie.rb
@@ -93,7 +93,7 @@ def inject_cookie_payload(command)
93
def check
94
print_status('Checking if target is an ICTBroadcast instance…')
95
96
- res = send_request_cgi(
+ res = send_request_cgi!(
97
'method' => 'GET',
98
'uri' => normalize_uri(target_uri.path)
99
)
0 commit comments