mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
minor minor update
This commit is contained in:
@@ -143,6 +143,9 @@ Jose Fonseca <jose.r.fonseca@gmail.com>
|
|||||||
Alan Franzoni <alan.franzoni@gmail.com>
|
Alan Franzoni <alan.franzoni@gmail.com>
|
||||||
for helping me out with Python subprocess library
|
for helping me out with Python subprocess library
|
||||||
|
|
||||||
|
Harold Fry <harold@violaceo.us>
|
||||||
|
for suggesting a minor enhancement
|
||||||
|
|
||||||
Daniel G. Gamonal <lgrecol@gmail.com>
|
Daniel G. Gamonal <lgrecol@gmail.com>
|
||||||
for reporting a minor bug
|
for reporting a minor bug
|
||||||
|
|
||||||
@@ -532,6 +535,9 @@ buawig <buawig@gmail.com>
|
|||||||
Bugtrace <bugtrace@gmail.com>
|
Bugtrace <bugtrace@gmail.com>
|
||||||
for reporting several bugs
|
for reporting several bugs
|
||||||
|
|
||||||
|
clav <elclav@gmail.com>
|
||||||
|
for reporting a minor bug
|
||||||
|
|
||||||
dragoun dash <dragoun.dash@gmail.com>
|
dragoun dash <dragoun.dash@gmail.com>
|
||||||
for reporting a minor bug
|
for reporting a minor bug
|
||||||
|
|
||||||
|
|||||||
@@ -107,6 +107,8 @@ def checkCharEncoding(encoding):
|
|||||||
# popular typos/errors
|
# popular typos/errors
|
||||||
if '8858' in encoding:
|
if '8858' in encoding:
|
||||||
encoding = encoding.replace('8858', '8859') # iso-8858 -> iso-8859
|
encoding = encoding.replace('8858', '8859') # iso-8858 -> iso-8859
|
||||||
|
elif '8559' in encoding:
|
||||||
|
encoding = encoding.replace('8559', '8859') # iso-8559 -> iso-8859
|
||||||
elif '5889' in encoding:
|
elif '5889' in encoding:
|
||||||
encoding = encoding.replace('5889', '8859') # iso-5889 -> iso-8859
|
encoding = encoding.replace('5889', '8859') # iso-5889 -> iso-8859
|
||||||
elif '2313' in encoding:
|
elif '2313' in encoding:
|
||||||
|
|||||||
Reference in New Issue
Block a user