Island: Remove max iters and timeout between iters config option
This commit is contained in:
parent
ee285b6fbd
commit
03d3a22b42
|
@ -97,23 +97,6 @@ MONKEY = {
|
||||||
"title": "Persistent scanning",
|
"title": "Persistent scanning",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"max_iterations": {
|
|
||||||
"title": "Max iterations",
|
|
||||||
"type": "integer",
|
|
||||||
"default": 1,
|
|
||||||
"minimum": 1,
|
|
||||||
"description": "Determines how many iterations of the monkey's full lifecycle "
|
|
||||||
"should occur "
|
|
||||||
"(how many times to do the scan)",
|
|
||||||
},
|
|
||||||
"timeout_between_iterations": {
|
|
||||||
"title": "Wait time between iterations",
|
|
||||||
"type": "integer",
|
|
||||||
"default": 100,
|
|
||||||
"minimum": 0,
|
|
||||||
"description": "Determines for how long (in seconds) should the monkey wait "
|
|
||||||
"before starting another scan",
|
|
||||||
},
|
|
||||||
"retry_failed_explotation": {
|
"retry_failed_explotation": {
|
||||||
"title": "Retry failed exploitation",
|
"title": "Retry failed exploitation",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Reference in New Issue