mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update (added comment)
This commit is contained in:
@@ -417,6 +417,8 @@ class Connect:
|
||||
|
||||
elif place:
|
||||
if place in (PLACE.GET, PLACE.POST):
|
||||
# payloads in GET and/or POST need to be urlencoded
|
||||
# throughly without safe chars (especially &, = and %)
|
||||
payload = urlencode(payload, None, True, True)
|
||||
value = agent.replacePayload(value, payload)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user