mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Bug fix (now it's possible to use multiple parsed requests without mixing associated headers)
This commit is contained in:
parent
2f18df345e
commit
34aed7cde0
4 changed files with 11 additions and 7 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue