forked from p15670423/monkey
Remove unused `should_exploit` in `infection_monkey/config.py` and `infection_monkey/example.conf`
This commit is contained in:
parent
67d7ad8834
commit
aed9c4ae56
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"should_exploit": true,
|
|
||||||
"command_servers": [
|
"command_servers": [
|
||||||
"192.0.2.0:5000"
|
"192.0.2.0:5000"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue