Fixed random IP

This commit is contained in:
daniel goldberg 2016-08-29 19:14:37 +03:00
parent bbc5cfb24c
commit 6a51e926f8
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class Configuration(object):
range_class = FixedRange
range_size = 1
range_fixed = ['10.0.1.160']
range_fixed = ['']
# TCP Scanner
HTTP_PORTS = [80, 8080, 443,