mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Patch for an Issue #1056
This commit is contained in:
parent
3056fd4765
commit
fc7dd2a9b9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user