add: changed default concurrency value

This commit is contained in:
cr0hn
2016-02-29 11:54:02 +01:00
parent 549a7bb05a
commit d1f583af2d
2 changed files with 477 additions and 578 deletions

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -17,7 +17,7 @@ class ModuleModel(CommonData):
ports = StringField(default="5672,6379,5555", label="comma separated ports")
target = StringField(required=True)
own_ips = BoolField(label="Try to find all IPs registered for this company")
concurrency = IntegerField(label="maximum parallels scans", default=10)
concurrency = IntegerField(label="maximum parallels scans", default=20)
output = StringField(label="output file, in JSON format")
timeout = FloatField(label="timeout for socket connections", default=0.2)