hashcat Forum

Full Version: Won't start cracking (beginner)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So basically when i attempt a brute force attack and try to start it it says that it is starting but nothing happens and i get returned to typing again.
Please help
are you sure you installed the driver correctly? please use these instructions:
https://hashcat.net/wiki/doku.php?id=fre...hould_i_do

it's probably a driver installation issue.
furthermore, you do not need to run hashcat as admin (in general).

use hashcat -I and hashcat -b for debugging and testing, respectively
You specify attack mode 3 (mask) but you don’t provide a mask so there is no work to  be done. Head over here and do a bit of reading https://hashcat.net/wiki/
(11-26-2018, 03:32 PM)soxrok2212 Wrote: [ -> ]You specify attack mode 3 (mask) but you don’t provide a mask so there is no work to  be done.

hashcat uses a default mask (which is possibly not what the user wants but you get what you ask for Tongue). The problem encountered is connected to a broken opencl driver. This can be the driver of the main gpu or of another opencl device.
(11-26-2018, 09:39 PM)undeath Wrote: [ -> ]
(11-26-2018, 03:32 PM)soxrok2212 Wrote: [ -> ]You specify attack mode 3 (mask) but you don’t provide a mask so there is no work to  be done.

hashcat uses a default mask (which is possibly not what the user wants but you get what you ask for Tongue). The problem encountered is connected to a broken opencl driver. This can be the driver of the main gpu or of another opencl device.

Was not aware of that. Thanks Smile