Island: Remove max victims to find options

This commit is contained in:
Ilija Lazoroski 2021-12-14 11:35:57 +01:00
parent b02d277e55
commit 9fa489b046
1 changed files with 0 additions and 13 deletions

View File

@ -1,5 +1,3 @@
from monkey_island.cc.services.utils.typographic_symbols import WARNING_SIGN
INTERNAL = {
"title": "Internal",
"type": "object",
@ -21,17 +19,6 @@ INTERNAL = {
"title": "Monkey",
"type": "object",
"properties": {
"victims_max_exploit": {
"title": "Max victims to exploit",
"type": "integer",
"default": 100,
"description": "Determines the maximum number of machines the monkey"
" is allowed to successfully exploit. "
+ WARNING_SIGN
+ " Note that setting this value too high may result in the "
"monkey propagating to "
"a high number of machines",
},
"alive": {
"title": "Alive",
"type": "boolean",