mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor refactoring
This commit is contained in:
parent
60ebb97915
commit
20a66567a3
3 changed files with 9 additions and 10 deletions
|
|
@ -294,7 +294,6 @@ class Users:
|
|||
else:
|
||||
for user in kb.data.cachedUsersPasswords:
|
||||
kb.data.cachedUsersPasswords[user] = list(set(kb.data.cachedUsersPasswords[user]))
|
||||
|
||||
|
||||
message = "do you want to perform a dictionary-based attack "
|
||||
message += "against retrieved password hashes? [Y/n/q]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue