forked from p34709852/monkey
UT: Remove max victims to find option from configs
This commit is contained in:
parent
ba34f775ae
commit
f0e06274c6
|
@ -123,6 +123,5 @@
|
|||
8088
|
||||
],
|
||||
"user_to_add": "Monkey_IUSER_SUPPORT",
|
||||
"victims_max_exploit": 100,
|
||||
"victims_max_find": 100
|
||||
"victims_max_exploit": 100
|
||||
}
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"keep_tunnel_open_time": 60
|
||||
},
|
||||
"monkey": {
|
||||
"victims_max_find": 100,
|
||||
"victims_max_exploit": 100,
|
||||
"alive": true,
|
||||
"aws_keys": {
|
||||
|
|
Loading…
Reference in New Issue