Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cce541c

Browse files
committed
Patch for an Issue #429
1 parent 33e9b3c commit cce541c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def _setBulkMultipleTargets():
580580
raise SqlmapFilePathException(errMsg)
581581

582582
for line in getFileItems(conf.bulkFile):
583-
if re.search(r"[^ ]+\?(.+)", line, re.I):
583+
if re.search(r"[^ ]+\?(.+)", line, re.I) or CUSTOM_INJECTION_MARK_CHAR in line:
584584
kb.targets.add((line.strip(), None, None, None))
585585

586586
def _findPageForms():

0 commit comments

Comments
 (0)