Remove debug print on what users/passwords to try

This commit is contained in:
Daniel Goldberg 2018-12-31 12:25:47 +02:00
parent 2ada581672
commit 3ca5119e03
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ class NetworkScanner(object):
break break
if SCAN_DELAY: if WormConfiguration.tcp_scan_interval:
time.sleep(SCAN_DELAY) time.sleep(WormConfiguration.tcp_scan_interval)
@staticmethod @staticmethod
def _is_any_ip_in_subnet(ip_addresses, subnet_str): def _is_any_ip_in_subnet(ip_addresses, subnet_str):