forked from p15670423/monkey
Remove debug print on what users/passwords to try
This commit is contained in:
parent
2ada581672
commit
3ca5119e03
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue