From 8b970af7f68e0fa60f1e58d695d1ed34e8668ae0 Mon Sep 17 00:00:00 2001 From: jheysel-r7 Date: Wed, 27 Dec 2023 12:40:18 -0500 Subject: [PATCH] Update modules/auxiliary/gather/splunk_raw_server_info.rb --- modules/auxiliary/gather/splunk_raw_server_info.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/auxiliary/gather/splunk_raw_server_info.rb b/modules/auxiliary/gather/splunk_raw_server_info.rb index 128ebbbf8726..1067dd6aef0c 100644 --- a/modules/auxiliary/gather/splunk_raw_server_info.rb +++ b/modules/auxiliary/gather/splunk_raw_server_info.rb @@ -92,7 +92,6 @@ def get_contents 'output_mode' => 'json' } } - request['cookie'] = cookie unless cookie.nil? res = send_request_cgi(request) fail_with(Failure::Unreachable, "#{peer} - Could not connect to web service - no response") if res.nil?