forked from p15670423/monkey
Fixed random IP
This commit is contained in:
parent
bbc5cfb24c
commit
6a51e926f8
|
@ -171,7 +171,7 @@ class Configuration(object):
|
||||||
|
|
||||||
range_class = FixedRange
|
range_class = FixedRange
|
||||||
range_size = 1
|
range_size = 1
|
||||||
range_fixed = ['10.0.1.160']
|
range_fixed = ['']
|
||||||
|
|
||||||
# TCP Scanner
|
# TCP Scanner
|
||||||
HTTP_PORTS = [80, 8080, 443,
|
HTTP_PORTS = [80, 8080, 443,
|
||||||
|
|
Loading…
Reference in New Issue