Remove debug print on what users/passwords to try

This commit is contained in:
Daniel Goldberg 2018-12-31 12:08:09 +02:00
parent d32c7932b7
commit b536083573
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ class InfectionMonkey(object):
ControlClient.keepalive() ControlClient.keepalive()
ControlClient.load_control_config() ControlClient.load_control_config()
LOG.debug("Users to try: %s" % str(WormConfiguration.exploit_user_list))
LOG.debug("Passwords to try: %s" % str(WormConfiguration.exploit_password_list))
self._network.initialize() self._network.initialize()
self._exploiters = WormConfiguration.exploiter_classes self._exploiters = WormConfiguration.exploiter_classes