mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor update
This commit is contained in:
parent
457f501bbd
commit
0643ced651
|
@ -308,6 +308,9 @@ Spencer J. McIntyre <smcintyre@securestate.com>
|
|||
Ahmad Maulana <matdhule@gmail.com>
|
||||
for contributing one tamper scripts, halfversionedmorekeywords.py
|
||||
|
||||
Brad Merrell <bradmer12@gmail.com>
|
||||
for reporting a minor bug
|
||||
|
||||
Enrico Milanese <enricomilanese@gmail.com>
|
||||
for reporting a minor bug
|
||||
for sharing some ideas for the PHP backdoor
|
||||
|
|
|
@ -98,7 +98,7 @@ def checkCharEncoding(encoding):
|
|||
return encoding
|
||||
|
||||
# http://www.destructor.de/charsets/index.htm
|
||||
translate = { 'windows-874': 'iso-8859-11', 'en_us': 'utf8', 'macintosh': 'iso-8859-1', 'euc_tw': 'big5_tw' }
|
||||
translate = { 'windows-874': 'iso-8859-11', 'en_us': 'utf8', 'macintosh': 'iso-8859-1', 'euc_tw': 'big5_tw', 'th': 'tis-620' }
|
||||
|
||||
for delimiter in (';', ',', '('):
|
||||
if delimiter in encoding:
|
||||
|
|
Loading…
Reference in New Issue
Block a user