mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Bug fix (now it's possible to use multiple parsed requests without mixing associated headers)
This commit is contained in:
@@ -143,4 +143,4 @@ def crawl(target):
|
||||
logger.warn(warnMsg)
|
||||
else:
|
||||
for url in threadData.shared.value:
|
||||
kb.targets.add((url, None, None, None))
|
||||
kb.targets.add((url, None, None, None, None))
|
||||
|
||||
Reference in New Issue
Block a user