forked from p34709852/monkey
Island: Remove max victims to find options
This commit is contained in:
parent
b02d277e55
commit
9fa489b046
|
@ -1,5 +1,3 @@
|
||||||
from monkey_island.cc.services.utils.typographic_symbols import WARNING_SIGN
|
|
||||||
|
|
||||||
INTERNAL = {
|
INTERNAL = {
|
||||||
"title": "Internal",
|
"title": "Internal",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -21,17 +19,6 @@ INTERNAL = {
|
||||||
"title": "Monkey",
|
"title": "Monkey",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"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": {
|
"alive": {
|
||||||
"title": "Alive",
|
"title": "Alive",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Reference in New Issue