Agent: Remove `should_stop` from configuration

This commit is contained in:
Shreya Malviya 2022-05-31 17:39:15 +05:30
parent 6221a43fef
commit bcbb005ba0
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ class Configuration(object):
###########################
# monkey config
###########################
# sets whether or not the monkey is alive. if false will stop scanning and exploiting
should_stop = False
# depth of propagation
depth = 2