Posts: 3
Threads: 1
Joined: Jun 2015
06-09-2015, 09:58 AM
Is it possible to use oclHashcat to generate hashes, without testing them against passwords? Basically just a bruteforce attack with whatever kind of hashing algorithm you want, but instead of testing them against another hash, just save them all to a file?
Thanks.
Posts: 2,936
Threads: 12
Joined: May 2012
No. Nor would you want to. Rainbow tables are a thing of the past.
Posts: 3
Threads: 1
Joined: Jun 2015
(06-09-2015, 10:00 AM)epixoip Wrote: No. Nor would you want to. Rainbow tables are a thing of the past.
It's not really because I wanted to create a rainbow table, I know they're pretty much useless now, but I just wanted to know if it was possible to output the tested hashes, like a rainbow table.
Posts: 2,301
Threads: 11
Joined: Jul 2010
A rainbow table is something very different from a list of hashes. Besides, no, you can't.
Posts: 3
Threads: 1
Joined: Jun 2015
(06-09-2015, 10:32 AM)undeath Wrote: A rainbow table is something very different from a list of hashes. Besides, no, you can't.
I see. Could you explain the difference to me?
Posts: 2,301
Threads: 11
Joined: Jul 2010