UT: Remove `skip_exploit_if_file_exist` config field

This commit is contained in:
Shreya Malviya 2022-02-21 16:46:23 +05:30
parent 201a838e23
commit 3c80e1c38b
2 changed files with 1 additions and 5 deletions

View File

@ -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"],

View File

@ -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