mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for an Issue #1056
This commit is contained in:
@@ -565,7 +565,7 @@ def paramToDict(place, parameters=None):
|
||||
parts[-1] = parts[-1].rstrip()
|
||||
|
||||
condition = not conf.testParameter
|
||||
condition |= parameter in conf.testParameter
|
||||
condition |= conf.testParameter is not None and parameter in conf.testParameter
|
||||
condition |= place == PLACE.COOKIE and len(intersect((PLACE.COOKIE,), conf.testParameter, True)) > 0
|
||||
|
||||
if condition:
|
||||
|
||||
Reference in New Issue
Block a user