(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
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