10-27-2012, 11:44 PM
Basically, I have a file which looks like.
email:hash
And I have a file which looks like
hash:pass.
I've tried writing a script to match these up, but I fucking failed. I want the output to be like email:pass.
I've tried looking at replied on here from earlier threads, but It's not working for me.
This Is what I'm using.
But I'm getting this error.
I've tried adding -m 3000 (it's plain md5 hashes), but it's not helping.
Any input is appreciated.
email:hash
And I have a file which looks like
hash:pass.
I've tried writing a script to match these up, but I fucking failed. I want the output to be like email:pass.
I've tried looking at replied on here from earlier threads, but It's not working for me.
This Is what I'm using.
Code:
oclHashcat-plus64.exe --show --outfile [output file] --outfile-format 2 [dicts]
But I'm getting this error.
Code:
Usage: oclHashcat-plus64.exe [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
Try --help for more help.
I've tried adding -m 3000 (it's plain md5 hashes), but it's not helping.
Any input is appreciated.