diff --git a/envs/monkey_zoo/blackbox/config_templates/struts2.py b/envs/monkey_zoo/blackbox/config_templates/struts2.py index b524577d0..3997557b3 100644 --- a/envs/monkey_zoo/blackbox/config_templates/struts2.py +++ b/envs/monkey_zoo/blackbox/config_templates/struts2.py @@ -11,6 +11,7 @@ class Struts2(ConfigTemplate): config_values.update( { "basic.exploiters.exploiter_classes": ["Struts2Exploiter"], + "basic_network.scope.depth": 2, "basic_network.scope.subnet_scan_list": ["10.2.2.23", "10.2.2.24"], "internal.network.tcp_scanner.HTTP_PORTS": [80, 8080], "internal.network.tcp_scanner.tcp_target_ports": [80, 8080],