Creating hashes with hashcat - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Creating hashes with hashcat (/thread-4975.html) |
Creating hashes with hashcat - tread32 - 01-08-2016 Does anyone know of a command switch or possibly log output that could be used to create hashes from a given word list and salt? I'm thinking the hash is being created to compare against a list so it should be possible to view that hash. RE: Creating hashes with hashcat - Xanadrel - 01-08-2016 It's not hashcat's purpose to output hashes. RE: Creating hashes with hashcat - atom - 01-12-2016 True, but if you clone the GitHub repository there's a tool called test.pl in the tools/ folder. Once you manage to install all the required perl modules you can use it to generate almost all hashes supported by oclHashcat with any given password. Quote:root@sf:~/oclHashcat# echo testpass | tools/test.pl passthrough 3200 |