diff --git a/envs/monkey_zoo/blackbox/config_templates/elastic.py b/envs/monkey_zoo/blackbox/config_templates/elastic.py index 50d63b72d..0a89b9cc3 100644 --- a/envs/monkey_zoo/blackbox/config_templates/elastic.py +++ b/envs/monkey_zoo/blackbox/config_templates/elastic.py @@ -14,5 +14,7 @@ class Elastic(ConfigTemplate): "internal.classes.finger_classes": ["PingScanner", "HTTPFinger", "ElasticFinger"], "basic_network.scope.subnet_scan_list": ["10.2.2.4", "10.2.2.5"], "basic_network.scope.depth": 1, + "internal.network.tcp_scanner.HTTP_PORTS": [9200], + "internal.network.tcp_scanner.tcp_target_ports": [], } )