forked from p15670423/monkey
BB: Limit scanned ports for elastic test
This commit is contained in:
parent
7ccec16d69
commit
e36cd72a70
|
@ -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": [],
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue