do not log username

This commit is contained in:
Henrique Coura 2018-09-26 13:07:04 -03:00
parent e57a629efc
commit 5f9931d2ad
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ class TelnetConsole(protocol.ServerFactory):
if not self.password:
self.password = binascii.hexlify(os.urandom(8)).decode('utf8')
logger.info('Telnet Username: %s', self.username)
logger.info('Telnet Password: %s', self.password)
self.crawler.signals.connect(self.start_listening, signals.engine_started)