![]() |
Possible to save or generate hashes for future use? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Possible to save or generate hashes for future use? (/thread-913.html) |
Possible to save or generate hashes for future use? - hashgen - 02-09-2012 Is it possible? I'm not asking for rainbow tables; I'm just asking for efficiency. RE: Possible to save or generate hashes for future use? - atom - 02-09-2012 plus is already doing this with its hashcat.pot RE: Possible to save or generate hashes for future use? - hashgen - 02-09-2012 (02-09-2012, 10:46 AM)atom Wrote: plus is already doing this with its hashcat.pot oclHashcat-plus? RE: Possible to save or generate hashes for future use? - atom - 02-09-2012 yes RE: Possible to save or generate hashes for future use? - hashgen - 02-09-2012 (02-09-2012, 06:59 PM)atom Wrote: yes Does it automatically output all hashes or do I need to specify this functionality? Also, I ran Code: cudaHashcat-plus64.exe -m 0 ..\hashes_to_crack.txt Here is pic of a run: Code: Status.......: Running I've also tried this method and get an error stating to look at the help file: Code: .\cudaHashcat-plus64.exe -m 0 -a 3 -o ..\hashes.dic '..\hashes to crack.txt' RE: Possible to save or generate hashes for future use? - atom - 02-10-2012 Quote:Does it automatically output all hashes or do I need to specify this functionality? yes, with the --show parameter Quote:Also, I ran this is because you missed to add the dictionary, so oclHashcat-plus switches to stdin mode (piped) (02-09-2012, 09:25 PM)hashgen Wrote: I've also tried this method and get an error stating to look at the help file: you have set the hash and the dictionary in wrong order |