mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Bug fix (now it's possible to use multiple parsed requests without mixing associated headers)
This commit is contained in:
@@ -3391,7 +3391,7 @@ def findPageForms(content, url, raise_=False, addToTargets=False):
|
||||
logger.debug(debugMsg)
|
||||
continue
|
||||
|
||||
target = (url, method, data, conf.cookie)
|
||||
target = (url, method, data, conf.cookie, None)
|
||||
retVal.add(target)
|
||||
else:
|
||||
errMsg = "there were no forms found at the given target URL"
|
||||
|
||||
Reference in New Issue
Block a user