forked from p15670423/monkey
UT: Remove started_on_island from sample configs
This commit is contained in:
parent
03b7be3be1
commit
a91d6e1f05
|
@ -101,7 +101,6 @@
|
|||
"skip_exploit_if_file_exist": false,
|
||||
"smb_download_timeout": 300,
|
||||
"smb_service_name": "InfectionMonkey",
|
||||
"started_on_island": false,
|
||||
"subnet_scan_list": [],
|
||||
"system_info_collector_classes": [
|
||||
"AwsCollector",
|
||||
|
|
|
@ -44,8 +44,7 @@
|
|||
},
|
||||
"internal": {
|
||||
"general": {
|
||||
"keep_tunnel_open_time": 60,
|
||||
"started_on_island": false
|
||||
"keep_tunnel_open_time": 60
|
||||
},
|
||||
"monkey": {
|
||||
"victims_max_find": 100,
|
||||
|
|
Loading…
Reference in New Issue