How to crack hasches in a List, second collum - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: How to crack hasches in a List, second collum (/thread-4824.html) |
How to crack hasches in a List, second collum - SmnFz - 11-17-2015 If you have a list, and the list contains 2 columns how to crack hashes in the second column (the right one)? in this example, the haschlist.txt contains 2 columns, separated by a ":" and we want to crack second column in the file, and we want to save the result in a result file. i guess its somewhere along this lines, but whats missing for oclHaschcat to choose second column in haschlist.txt oclHashcat32.exe -m 0 haschlist.txt -o result_file.txt passwordfile.txt RE: How to crack hasches in a List, second collum - epixoip - 11-17-2015 You can use the --username switch. RE: How to crack hasches in a List, second collum - SmnFz - 11-17-2015 (11-17-2015, 12:13 PM)epixoip Wrote: You can use the --username switch. so, if i get it correct it would be oclHashcat32.exe -m 0 --username haschlist.txt -o result_file.txt passwordfile.txt --username = it will automatically detect and ignore first column RE: How to crack hasches in a List, second collum - rico - 11-17-2015 (11-17-2015, 03:46 PM)SmnFz Wrote:(11-17-2015, 12:13 PM)epixoip Wrote: You can use the --username switch. Did you try it? Did you read the --help entry for the --username parameter? RE: How to crack hasches in a List, second collum - SmnFz - 11-17-2015 yeah.. i found it out.. thanks guys |