Remove unused `should_exploit` in `infection_monkey/config.py` and `infection_monkey/example.conf`

This commit is contained in:
Shreya 2021-05-06 16:54:11 +05:30
parent 67d7ad8834
commit aed9c4ae56
2 changed files with 0 additions and 2 deletions

View File

@ -188,7 +188,6 @@ class Configuration(object):
# exploiters config # exploiters config
########################### ###########################
should_exploit = True
skip_exploit_if_file_exist = False skip_exploit_if_file_exist = False
ms08_067_exploit_attempts = 5 ms08_067_exploit_attempts = 5

View File

@ -1,5 +1,4 @@
{ {
"should_exploit": true,
"command_servers": [ "command_servers": [
"192.0.2.0:5000" "192.0.2.0:5000"
], ],