mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor update (added comment)
This commit is contained in:
parent
6cc745f789
commit
2fd3f0d7b2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user