add: performance improvements in scanner

This commit is contained in:
cr0hn
2016-02-24 18:12:00 +01:00
parent cf00a497ca
commit 16e0711697
2 changed files with 31 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ class ModuleModel(CommonData):
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)
output = StringField(label="output file, in JSON format")
# ----------------------------------------------------------------------