Having Issues Trying To Crack MD5 w/ Wordlist - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Having Issues Trying To Crack MD5 w/ Wordlist (/thread-7639.html) |
Having Issues Trying To Crack MD5 w/ Wordlist - UnknownPerson - 07-06-2018 Hi I am trying to learn about hashes and cracking them as I explore the topic of Ethical Hacking and Cybersecurity. Now I was meddling with some hashes I made up (Saved them as Hashes in a folder) I tried using a wordlist on hashcat but it gave me an error: Code: root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# hashcat -m 0 -a 0 '/root/Desktop/Hash/hashes' '/root/Downloads/Cracking/Wordlists/rockyou.txt' Now I have The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) dual booted on my PC; which has a Ryzen 5 1600 and a MSI 1070. I did Code: sudo apt-get update Code: sudo apt-get upgrade How can I fix this? RE: Having Issues Trying To Crack MD5 w/ Wordlist - undeath - 07-06-2018 whatever other OS you have on your computer is probably better for using with hashcat than The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). RE: Having Issues Trying To Crack MD5 w/ Wordlist - UnknownPerson - 07-06-2018 Well I dont want to switch between W10 and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) when trying to pentest. I was going to install blackarch but it was a bit problamatic as I couldn't use a Live ISO so I had to use CLI; which wasn't clear on installation. So no way to fix this? Change my OS? RE: Having Issues Trying To Crack MD5 w/ Wordlist - philsmd - 07-06-2018 Well, you could try to remove pocl and mesa and other OpenCL runtimes that are not recommended on https://hashcat.net/hashcat/ and install the Intel OpenCL driver for your AMD CPU (yeah, that's not a joke, as far as I know the Intel OpenCL runtime works best for most CPUs!) This is of course not easy at all to do on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) because of all the dependencies, therefore you might need to also remove the debian hashcat package (that has/had some very strange dependencies on open source OpenCL runtimes) and download hashcat from https://hashcat.net/hashcat instead. This is why we do not recommend messing around with The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and just use ubuntu (which is supported/recommended by most OpenCL drivers themself) and the binaries from https://hashcat.net/hashcat instead. Anyway, you could always mess around your linux distribution that much until everything works as expected (or nothing at all works anymore) to come up with a running OpenCL environment + latest hashcat from https://hashcat.net/hashcat. It might be much more difficult for some distros and that is why some are not recommended here, because we do not see the point why users should feel the pain in struggling so much with just installing OpenCL+hashcat |