Skip to content

Commit 2a70b78

Browse files
authored
correcting a double assignment: tbl = tbl = cracker_results_table
1 parent 6ccc495 commit 2a70b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/crack_databases.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def check_results(passwords, results, hash_type, method)
110110
end
111111

112112
def run
113-
tbl = tbl = cracker_results_table
113+
tbl = cracker_results_table
114114
cracker = new_password_cracker(action.name)
115115
if action.name == 'auto'
116116
@cracker_type = cracker.get_type

0 commit comments

Comments
 (0)