UT: Remove `skip_exploit_if_file_exist` config field
This commit is contained in:
parent
201a838e23
commit
3c80e1c38b
|
@ -96,7 +96,6 @@
|
|||
"readme": true
|
||||
}
|
||||
},
|
||||
"skip_exploit_if_file_exist": false,
|
||||
"smb_download_timeout": 300,
|
||||
"smb_service_name": "InfectionMonkey",
|
||||
"subnet_scan_list": ["192.168.1.50", "192.168.56.0/24", "10.0.33.0/30"],
|
||||
|
|
|
@ -118,10 +118,7 @@
|
|||
"exploits": {
|
||||
"exploit_lm_hash_list": [],
|
||||
"exploit_ntlm_hash_list": [],
|
||||
"exploit_ssh_keys": [],
|
||||
"general": {
|
||||
"skip_exploit_if_file_exist": false
|
||||
}
|
||||
"exploit_ssh_keys": []
|
||||
},
|
||||
"testing": {
|
||||
"export_monkey_telems": false
|
||||
|
|
Loading…
Reference in New Issue