v1.01 combination attack
#3
As "User" said you need to specify exactly 2 dictionaries for instance:

Code:
./cudaHashcat64.bin -m 0 -a 1 -o output.txt hash.txt dict1.txt dict2.txt


Therefore, if you use -o outfile file two you all together need to specify 4 files
1. -o outfile
2. hash file (hash.txt)
3. first dictionary (dict1.txt)
4. second dictionary (dict2.txt

Number 3 and 4 can possibly be the same physical file, but anyway you need to specify it twice: e.g

Code:
./cudaHashcat64.bin -m 0 -a 1 -o output.txt hash.txt dict.txt dict.txt


Messages In This Thread
v1.01 combination attack - by MadDog - 01-17-2014, 10:34 PM
RE: v1.01 combination attack - by User - 01-17-2014, 11:59 PM
RE: v1.01 combination attack - by philsmd - 01-18-2014, 12:03 AM
RE: v1.01 combination attack - by MadDog - 01-18-2014, 12:08 AM
RE: v1.01 combination attack - by MadDog - 01-18-2014, 12:05 AM