mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
fix for "unknown charset 'en_us'" (reported by ToR)
This commit is contained in:
parent
3aba0b1bec
commit
f1f7e0bfe0
|
@ -79,7 +79,7 @@ def checkCharEncoding(encoding):
|
|||
return encoding
|
||||
|
||||
#http://www.destructor.de/charsets/index.htm
|
||||
translate = { 'windows-874':'iso-8859-11' }
|
||||
translate = { 'windows-874':'iso-8859-11', 'en_us':'utf8' }
|
||||
|
||||
for delimiter in (';', ','):
|
||||
if delimiter in encoding:
|
||||
|
|
Loading…
Reference in New Issue
Block a user