Not Cracking Passwords With Symbol Followed by Uppercase
#11
Oops. I knew that. It's been a long day.
oclHashcat64.exe -m 0 -a 3 --workload-profile=3 -o Cracked.txt md5uplownumsym.txt ?a
This works for one character crack.
I guess now my only question is how exactly to implement the --increment flag to let this automatically continue to add ?a on the end.
I tried
oclHashcat64.exe -m 0 -a 3 --increment --workload-profile=3 -o Cracked.txt md5uplownumsym.txt ?a
but that didn't seem to do it (I'm assuming --increment falls under the options category).
Again, thanks for all the help and your patience. I know working with newbies can be frustrating because we ask stupid stuff a lot.


Messages In This Thread
RE: Not Cracking Passwords With Symbol Followed by Uppercase - by gaminfreak22 - 08-28-2014, 03:21 AM