mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Minor update
This commit is contained in:
parent
ea49fa2db2
commit
64b4586883
|
@ -1986,7 +1986,7 @@ def findMultipartPostBoundary(post):
|
|||
|
||||
return retVal
|
||||
|
||||
def urldecode(value, encoding=None, unsafe="%%&=*%s" % CUSTOM_INJECTION_MARK_CHAR, convall=False):
|
||||
def urldecode(value, encoding=None, unsafe="%%&=;%s" % CUSTOM_INJECTION_MARK_CHAR, convall=False):
|
||||
result = None
|
||||
|
||||
if value:
|
||||
|
|
Loading…
Reference in New Issue
Block a user