hashcat Forum

Full Version: Dictionary attack not working black screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recorded the video to make it easier to explain.
https://youtu.be/2hIO7d7fGWA 1:24 sec
p.s.
Previously worked at Win7x64 SP1 and installed all the updates via the Windows update.
A new system of current Win7x64 SP1, without updates.

Sorry for the translation (Google Translate)
-a 3 or --attack-mode 3 enables according to --help and the wiki a mask attack ( https://hashcat.net/wiki/doku.php?id=mask_attack ).

-a 0 must be used if you want to run a dictionary attack. So it seems this is no problem of oclHashcat, you just use the wrong command line parameters (i.e. attack mode).
thank you very much ! )