UT: Remove max victims to find option from configs

This commit is contained in:
Ilija Lazoroski 2021-12-14 10:13:02 +01:00
parent ba34f775ae
commit f0e06274c6
2 changed files with 1 additions and 3 deletions

View File

@ -123,6 +123,5 @@
8088 8088
], ],
"user_to_add": "Monkey_IUSER_SUPPORT", "user_to_add": "Monkey_IUSER_SUPPORT",
"victims_max_exploit": 100, "victims_max_exploit": 100
"victims_max_find": 100
} }

View File

@ -47,7 +47,6 @@
"keep_tunnel_open_time": 60 "keep_tunnel_open_time": 60
}, },
"monkey": { "monkey": {
"victims_max_find": 100,
"victims_max_exploit": 100, "victims_max_exploit": 100,
"alive": true, "alive": true,
"aws_keys": { "aws_keys": {