mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor update
This commit is contained in:
@@ -311,6 +311,9 @@ def attackDumpedTable():
|
|||||||
if hash_:
|
if hash_:
|
||||||
lut[hash_.lower()] = password
|
lut[hash_.lower()] = password
|
||||||
|
|
||||||
|
infoMsg = "postprocessing table dump"
|
||||||
|
logger.info(infoMsg)
|
||||||
|
|
||||||
for i in xrange(count):
|
for i in xrange(count):
|
||||||
for column in columns:
|
for column in columns:
|
||||||
if not (column == colUser or column == '__infos__' or len(table[column]['values']) <= i):
|
if not (column == colUser or column == '__infos__' or len(table[column]['values']) <= i):
|
||||||
|
|||||||
Reference in New Issue
Block a user