This commit is contained in:
Miroslav Stampar
2020-10-29 12:33:12 +01:00
parent 0ff3b1ce70
commit 227a23f091
2 changed files with 2 additions and 2 deletions

View File

@@ -463,7 +463,7 @@ def _setBulkMultipleTargets():
if conf.scope and not re.search(conf.scope, line, re.I):
continue
if re.match(r"[^ ]+\?(.+)", line, re.I) or kb.customInjectionMark in line:
if re.match(r"[^ ]+\?(.+)", line, re.I) or kb.customInjectionMark in line or conf.data:
found = True
kb.targets.add((line.strip(), conf.method, conf.data, conf.cookie, None))