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