hashcat Forum

Full Version: match column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all, i want to solve a little problem

i have two csv files

file1 contain

emails,hashs

and file2 contain

hashs,crackedhashs

i want to merge those two file with a condition that hashs in file1 match the hashs in file2

and get a result like this in file3:

emails,crackedhashs

thanks
There are a number of methods. A searc for:

merge two csv primary key

... should yield some results.