No output file
#9
Yes, that's what I meant. To be safe, I always put all the switches/options (starting with - or --) between the program (cudahashcat, oclhashcat, hashcat-cli...) and the target (usually an hash file). After that, you put the dics and/or masks (masks are like ?1?1?1?1?1?1?1?1). In your specific case, you could have avoided the -1 ?a and use directly ?a in the mask like ?a?a?a?a?a?a?a?a?a?a. My command line for your attack would have looked like that:

Code:
cudaHashCat64 -a 3 -m 0 -o crackedhashes.txt --outfile-format=2 -i orangehashes2.txt ?a?a?a?a?a?a?a?a?a?a


Messages In This Thread
No output file - by Theminatar - 04-14-2015, 05:42 PM
RE: No output file - by atom - 04-14-2015, 05:46 PM
RE: No output file - by Theminatar - 04-14-2015, 05:54 PM
RE: No output file - by mastercracker - 04-14-2015, 09:09 PM
RE: No output file - by Theminatar - 04-16-2015, 07:18 AM
RE: No output file - by mastercracker - 04-16-2015, 10:52 AM
RE: No output file - by Theminatar - 04-17-2015, 12:35 AM
RE: No output file - by Theminatar - 04-17-2015, 01:01 AM
RE: No output file - by mastercracker - 04-17-2015, 01:12 AM