Island: Remove max iters and timeout between iters config option

This commit is contained in:
Shreya Malviya 2021-11-16 11:58:32 +05:30 committed by Mike Salvatore
parent ee285b6fbd
commit 03d3a22b42
1 changed files with 0 additions and 17 deletions

View File

@ -97,23 +97,6 @@ MONKEY = {
"title": "Persistent scanning",
"type": "object",
"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": {
"title": "Retry failed exploitation",
"type": "boolean",