mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor refactoring
This commit is contained in:
@@ -57,6 +57,7 @@ from lib.core.exception import sqlmapNoneDataException
|
||||
from lib.core.exception import sqlmapMissingDependence
|
||||
from lib.core.exception import sqlmapSyntaxException
|
||||
from lib.core.optiondict import optDict
|
||||
from lib.core.settings import INFERENCE_UNKNOWN_CHAR
|
||||
from lib.core.settings import DESCRIPTION
|
||||
from lib.core.settings import IS_WIN
|
||||
from lib.core.settings import PLATFORM
|
||||
@@ -2139,4 +2140,4 @@ def decodeIntToUnicode(value):
|
||||
try:
|
||||
return struct.pack('>H', value).decode(kb.pageEncoding)
|
||||
except:
|
||||
return '?'
|
||||
return INFERENCE_UNKNOWN_CHAR
|
||||
|
||||
Reference in New Issue
Block a user