Output with --show help.
#1
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.

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.


Messages In This Thread
Output with --show help. - by DanUK - 10-27-2012, 11:44 PM
RE: Output with --show help. - by M@LIK - 10-28-2012, 12:14 AM
RE: Output with --show help. - by DanUK - 10-28-2012, 12:37 AM