mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor fix
This commit is contained in:
parent
ed2aed972f
commit
8e83a26acf
2 changed files with 2 additions and 4 deletions
|
|
@ -259,6 +259,7 @@ def attackDumpedTable():
|
|||
|
||||
if value.lower() == hash_.lower():
|
||||
table[column]['values'][i] += " (%s)" % password
|
||||
table[column]['length'] = max(table[column]['length'], table[column]['values'][i])
|
||||
|
||||
def hashRecognition(value):
|
||||
retVal = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue