Skip to content

Commit 18b611f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/crack_webapps.rb

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

9292
def run
93-
tbl = tbl = cracker_results_table
93+
tbl = cracker_results_table
9494
cracker = new_password_cracker(action.name)
9595
if action.name == 'auto'
9696
@cracker_type = cracker.get_type

0 commit comments

Comments
 (0)