v1.31 Multi-GPU not working with standalone devices
#3
(10-07-2014, 12:32 PM)SopalajoArrierez Wrote: ERROR: 2: No such file or directory

means that you didn't specify the wordlist.

Since you didn't specify any --attack-mode (-a), -a 0 was implied... therefore you need to specify a wordlist...

If you instead want to use mask attack, you must specify "--attack-mode 3" etc

So something like this should work:

Code:
oclHashcat64.exe -a 0 -d 1,2 -m 2500 .\HandshakeWPA.hccap rockyou.txt
where rockyou.txt must be a valid file in the current directory

or w/ mask attack
Code:
oclHashcat64.exe -a 3 -d 1,2 -m 2500 .\HandshakeWPA.hccap ?a?a?a?a?a?a

EDIT: Whoops, again epixoip was faster than me (and absolutely correct w/ what he is saying), anyway maybe my comment helps also a little bit


Messages In This Thread
RE: v1.31 Multi-GPU not working with standalone devices - by philsmd - 10-07-2014, 12:43 PM