mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-01 12:29:04 +00:00
Some more drei stuff
This commit is contained in:
@@ -31,6 +31,7 @@ from lib.core.exception import SqlmapUndefinedMethod
|
||||
from lib.core.settings import TAKEOVER_TABLE_PREFIX
|
||||
from lib.core.settings import UNICODE_ENCODING
|
||||
from lib.request import inject
|
||||
from lib.utils.xrange import xrange
|
||||
|
||||
class Filesystem:
|
||||
"""
|
||||
@@ -70,7 +71,7 @@ class Filesystem:
|
||||
sameFile = None
|
||||
|
||||
if isNumPosStrValue(remoteFileSize):
|
||||
remoteFileSize = long(remoteFileSize)
|
||||
remoteFileSize = int(remoteFileSize)
|
||||
localFile = getUnicode(localFile, encoding=sys.getfilesystemencoding() or UNICODE_ENCODING)
|
||||
sameFile = False
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ from lib.request import inject
|
||||
from lib.utils.hash import attackCachedUsersPasswords
|
||||
from lib.utils.hash import storeHashesToFile
|
||||
from lib.utils.pivotdumptable import pivotDumpTable
|
||||
from lib.utils.xrange import xrange
|
||||
|
||||
class Users:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user