mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor fix
This commit is contained in:
@@ -477,7 +477,7 @@ def __setBulkMultipleTargets():
|
|||||||
|
|
||||||
for line in f.xreadlines():
|
for line in f.xreadlines():
|
||||||
if re.search(r"[^ ]+\?(.+)", line, re.I):
|
if re.search(r"[^ ]+\?(.+)", line, re.I):
|
||||||
kb.targetUrls.add((line, None, None, None))
|
kb.targetUrls.add((line.strip(), None, None, None))
|
||||||
|
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user