mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
minor patch
This commit is contained in:
parent
262996fc5b
commit
600ef3eace
|
@ -553,6 +553,9 @@ Zhen Zhou <zhouzhenster@gmail.com>
|
|||
abc abc <biedimc@gmx.net>
|
||||
for reporting a minor bug
|
||||
|
||||
Alex m3zero@gmail.com
|
||||
for reporting a minor bug
|
||||
|
||||
anonymous anonymous <tmp@2ch.so>
|
||||
for reporting a couple of bugs
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@ def checkCharEncoding(encoding):
|
|||
# http://philip.html5.org/data/charsets-2.html
|
||||
if encoding in translate:
|
||||
encoding = translate[encoding]
|
||||
elif encoding == 'null':
|
||||
elif encoding in ('null', '{charset}'):
|
||||
return None
|
||||
|
||||
# http://www.iana.org/assignments/character-sets
|
||||
|
|
Loading…
Reference in New Issue
Block a user