mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2766
This commit is contained in:
parent
06ca058300
commit
a90b5f7fb3
4 changed files with 6 additions and 5 deletions
|
|
@ -97,6 +97,7 @@ class Agent(object):
|
|||
paramString = conf.parameters[place]
|
||||
paramDict = conf.paramDict[place]
|
||||
origValue = getUnicode(paramDict[parameter])
|
||||
newValue = getUnicode(newValue) if newValue else newValue
|
||||
|
||||
if place == PLACE.URI or BOUNDED_INJECTION_MARKER in origValue:
|
||||
paramString = origValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue