Skip to content

Commit 1161954

Browse files
authored
correcting a double assignment: tbl = tbl = cracker_results_table
1 parent 18b611f commit 1161954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/crack_windows.rb

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

166166
def run
167-
tbl = tbl = cracker_results_table
167+
tbl = cracker_results_table
168168
cracker = new_password_cracker(action.name)
169169
if action.name == 'auto'
170170
@cracker_type = cracker.get_type

0 commit comments

Comments
 (0)