Won't start cracking (beginner) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: Hardware (https://hashcat.net/forum/forum-13.html) +--- Thread: Won't start cracking (beginner) (/thread-7973.html) |
Won't start cracking (beginner) - Darek143 - 11-25-2018 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 RE: Won't start cracking (beginner) - philsmd - 11-25-2018 are you sure you installed the driver correctly? please use these instructions: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_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 RE: Won't start cracking (beginner) - soxrok2212 - 11-26-2018 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/ RE: Won't start cracking (beginner) - undeath - 11-26-2018 (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 ). The problem encountered is connected to a broken opencl driver. This can be the driver of the main gpu or of another opencl device. RE: Won't start cracking (beginner) - soxrok2212 - 11-26-2018 (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. Was not aware of that. Thanks |