configuration fix

This commit is contained in:
urihershgc 2015-12-02 14:18:49 +02:00
parent d9b2c9590a
commit 378f0bdedf
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class Configuration(object):
range_class = RelativeRange
range_size = 30
# range_class = FixedRange
range_fixed = ()
range_fixed = ("", )
# TCP Scanner
tcp_target_ports = [22, 2222, 445, 135, 3389]