mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
proper fix
This commit is contained in:
parent
ad4584da70
commit
457f501bbd
2 changed files with 2 additions and 2 deletions
|
|
@ -278,7 +278,7 @@ def attackDumpedTable():
|
|||
value = table[column]['values'][i]
|
||||
|
||||
if hashRecognition(value, isOracle, isMySQL):
|
||||
if colUser:
|
||||
if colUser and i < len(table[colUser]['values']):
|
||||
if table[colUser]['values'][i] not in attack_dict:
|
||||
attack_dict[table[colUser]['values'][i]] = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue