forked from p34709852/monkey
Swimm: update exercise Add a new configuration setting to the Agent ⚙ (id: AzD8XysWg1BBXCjCDkfq).
This commit is contained in:
parent
76a2dfdf91
commit
e0a40626be
|
@ -52,7 +52,7 @@
|
||||||
"type": "snippet",
|
"type": "snippet",
|
||||||
"path": "monkey/monkey_island/cc/services/config_schema/internal.py",
|
"path": "monkey/monkey_island/cc/services/config_schema/internal.py",
|
||||||
"comments": [],
|
"comments": [],
|
||||||
"firstLineNumber": 39,
|
"firstLineNumber": 42,
|
||||||
"lines": [
|
"lines": [
|
||||||
" \"title\": \"Monkey\",",
|
" \"title\": \"Monkey\",",
|
||||||
" \"type\": \"object\",",
|
" \"type\": \"object\",",
|
||||||
|
@ -61,7 +61,8 @@
|
||||||
"* \"title\": \"Max victims to find\",",
|
"* \"title\": \"Max victims to find\",",
|
||||||
"* \"type\": \"integer\",",
|
"* \"type\": \"integer\",",
|
||||||
"* \"default\": 100,",
|
"* \"default\": 100,",
|
||||||
"* \"description\": \"Determines the maximum number of machines the monkey is allowed to scan\",",
|
"* \"description\": \"Determines the maximum number of machines the monkey is \"",
|
||||||
|
"* \"allowed to scan\",",
|
||||||
"* },",
|
"* },",
|
||||||
" \"victims_max_exploit\": {",
|
" \"victims_max_exploit\": {",
|
||||||
" \"title\": \"Max victims to exploit\",",
|
" \"title\": \"Max victims to exploit\",",
|
||||||
|
@ -78,9 +79,9 @@
|
||||||
"meta": {
|
"meta": {
|
||||||
"app_version": "0.4.1-1",
|
"app_version": "0.4.1-1",
|
||||||
"file_blobs": {
|
"file_blobs": {
|
||||||
"monkey/infection_monkey/config.py": "7aeaccee2a663d2b69d62d4692acc2aa24e2d1f7",
|
"monkey/infection_monkey/config.py": "ffdea551eb1ae2b65d4700db896c746771e7954c",
|
||||||
"monkey/infection_monkey/monkey.py": "7123d8b9ef8c02870534bdf0008df1245bb1392a",
|
"monkey/infection_monkey/monkey.py": "c81a6251746e3af4e93eaa7d50af44d33debe05c",
|
||||||
"monkey/monkey_island/cc/services/config_schema/internal.py": "890e74efab70c4610f4a17cc531e09e5afcb5368"
|
"monkey/monkey_island/cc/services/config_schema/internal.py": "d03527b89c21dfb832a15e4f7d55f4027d83b453"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue