Hashcat fails on MacBook hardware. Any cloud suggestions? - 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: Hashcat fails on MacBook hardware. Any cloud suggestions? (/thread-9257.html) |
Hashcat fails on MacBook hardware. Any cloud suggestions? - konarktriv7 - 05-26-2020 I am trying to learn hashcat for educational/white-hat purposes. It seems that whenever I run the tool using larger wordlists and/or masks of average complexity, it dies out with this error: [i]Abort trap: 6[/i] I believe this means that the device ran out of memory or something. I have read on GitHub that MacBooks seem to be an unsuitable platform for hashcat, hardware-wise. So I am thinking of standing up a Linux environment on the cloud someplace for testing, like on AWS possibly. Any recommendations for something like that? RE: Hashcat fails on MacBook hardware. Any cloud suggestions? - philsmd - 05-26-2020 you could try to use the git version from https://github.com/hashcat/hashcat install git, make, gcc, sed and all the other common build tools and run Code: git clone https://github.com/hashcat/hashcat |