forked from p15670423/monkey
configuration fix
This commit is contained in:
parent
d9b2c9590a
commit
378f0bdedf
|
@ -138,7 +138,7 @@ class Configuration(object):
|
||||||
range_class = RelativeRange
|
range_class = RelativeRange
|
||||||
range_size = 30
|
range_size = 30
|
||||||
# range_class = FixedRange
|
# range_class = FixedRange
|
||||||
range_fixed = ()
|
range_fixed = ("", )
|
||||||
|
|
||||||
# TCP Scanner
|
# TCP Scanner
|
||||||
tcp_target_ports = [22, 2222, 445, 135, 3389]
|
tcp_target_ports = [22, 2222, 445, 135, 3389]
|
||||||
|
|
Loading…
Reference in New Issue