Can you use oclHashcat to generate rainbow tables?
#1
Question 
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.
#2
No. Nor would you want to. Rainbow tables are a thing of the past.
#3
(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.
#4
A rainbow table is something very different from a list of hashes. Besides, no, you can't.
#5
(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?
#6
https://en.wikipedia.org/wiki/Rainbow_table