Skip to content

Commit

Permalink
Update modules/auxiliary/gather/splunk_raw_server_info.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 authored Dec 27, 2023
1 parent f950711 commit 8b970af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/auxiliary/gather/splunk_raw_server_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 8b970af

Please sign in to comment.