mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor update regarding encoding (adding few safe chars for e.g. CHR(50)|...)
This commit is contained in:
parent
68c7247ee4
commit
30619c599b
|
@ -80,7 +80,7 @@ def urldecode(value, encoding=None):
|
|||
|
||||
return result
|
||||
|
||||
def urlencode(value, safe=":/?%&=", convall=False):
|
||||
def urlencode(value, safe=":/?%&=|()", convall=False):
|
||||
if conf.direct or "POSTxml" in conf.paramDict:
|
||||
return value
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user