mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
quick fix
This commit is contained in:
parent
c517e97a44
commit
ba2c06c9dc
2 changed files with 3 additions and 3 deletions
|
|
@ -529,7 +529,7 @@ class Connect:
|
|||
# throughly without safe chars (especially & and =)
|
||||
# addendum: as we support url encoding in tampering
|
||||
# functions therefore we need to use % as a safe char
|
||||
payload = urlencode(payload, "%", False, True)
|
||||
payload = urlencode(payload, "%", False, True, not kb.tamperFunctions)
|
||||
value = agent.replacePayload(value, payload)
|
||||
elif place == PLACE.SOAP:
|
||||
# payloads in SOAP should have chars > and < replaced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue