Dictionary attack not working black screen - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Dictionary attack not working black screen (/thread-4329.html) |
Dictionary attack not working black screen - Attacker - 04-28-2015 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) RE: Dictionary attack not working black screen - philsmd - 04-28-2015 -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). RE: Dictionary attack not working black screen - Attacker - 04-28-2015 thank you very much ! ) |