mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
No point in unescaping the expression also in suffixQuery() also 'cause it will exit sqlmap if the parameter value is a string hence injection payload starts with single quote (')
This commit is contained in:
parent
061f56daf9
commit
bf5ca4bd9a
|
@ -181,7 +181,6 @@ class Agent:
|
|||
return self.payloadDirect(expression)
|
||||
|
||||
expression = self.cleanupPayload(expression)
|
||||
expression = unescaper.unescape(expression)
|
||||
|
||||
if comment is not None:
|
||||
expression += comment
|
||||
|
|
Loading…
Reference in New Issue
Block a user