Skip to content

Commit d89932b

Browse files
committed
Use the correct variable
1 parent 4cef4e8 commit d89932b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/jtr_aix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run
6060
end
6161

6262
hashlist = Rex::Quickfile.new("jtrtmp")
63-
hashlist.write(row)
63+
hashlist.write(loot_data)
6464
hashlist.close
6565

6666
print_status("HashList: #{hashlist.path}")

0 commit comments

Comments
 (0)