forked from p15670423/monkey
Agent: Remove `should_stop` from configuration
This commit is contained in:
parent
6221a43fef
commit
bcbb005ba0
|
@ -72,8 +72,6 @@ class Configuration(object):
|
||||||
###########################
|
###########################
|
||||||
# monkey config
|
# monkey config
|
||||||
###########################
|
###########################
|
||||||
# sets whether or not the monkey is alive. if false will stop scanning and exploiting
|
|
||||||
should_stop = False
|
|
||||||
|
|
||||||
# depth of propagation
|
# depth of propagation
|
||||||
depth = 2
|
depth = 2
|
||||||
|
|
Loading…
Reference in New Issue