Skip to content

Commit 26099da

Browse files
Update modules/exploits/linux/http/ictbroadcast_unauth_cookie.rb
Co-authored-by: msutovsky-r7 <[email protected]>
1 parent 46b3012 commit 26099da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/ictbroadcast_unauth_cookie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def inject_cookie_payload(command)
9393
def check
9494
print_status('Checking if target is an ICTBroadcast instance…')
9595

96-
res = send_request_cgi(
96+
res = send_request_cgi!(
9797
'method' => 'GET',
9898
'uri' => normalize_uri(target_uri.path)
9999
)

0 commit comments

Comments
 (0)