mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Potential patch for #4232
This commit is contained in:
parent
bbdedb39f9
commit
3910b86853
2 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ class Agent(object):
|
|||
|
||||
newValue = "%s%s" % (value, newValue)
|
||||
|
||||
newValue = self.cleanupPayload(newValue, origValue)
|
||||
newValue = self.cleanupPayload(newValue, origValue) or ""
|
||||
|
||||
if base64Encoding:
|
||||
_newValue = newValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue