mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
Added connection test for port 9300 in both linux and macosx on extra779
This commit is contained in:
@@ -20,7 +20,7 @@ extra779(){
|
||||
# if TEST_AUTHENTICATION has a value Prowler will try to access each ElasticSearch server to port:
|
||||
# 9200 API, 9300 Communcation and 5601 Kibana to figure out if authentication is enabled.
|
||||
# That is from the host where Prowler is running and will try to read indices or get kibana status
|
||||
TEST_ES_AUTHENTICATION=1
|
||||
TEST_ES_AUTHENTICATION=
|
||||
httpStatus(){
|
||||
case $1 in
|
||||
000) SERVER_RESPONSE="000 Not responding" ;;
|
||||
|
||||
Reference in New Issue
Block a user