"zsh: segmentation fault (core dumped)" error (pls help ;-;) - 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: "zsh: segmentation fault (core dumped)" error (pls help ;-;) (/thread-11795.html) |
"zsh: segmentation fault (core dumped)" error (pls help ;-;) - rafmiqgus - 01-29-2024 Hey guys So I'm having trouble using hashcat. I'm currently using a The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux (v2023.4) vm on VirtualBox (v7.0.12) and I'm trying to run this command : Code: hashcat -m 1400 -a 0 BabyEncryption.zip /usr/share/wordlists/rockyou.txt and I get this error : Code: hashcat (v6.2.6) starting I thought that it was a problem with my vm not being able to access my gpu since I don't have gpu passthrough but apparently it works fine with my cpu. I have no idea what is causing this error, I've trying running the command as root, upgrading the ram using and the number of cores used by the machine, I've also tried to install hashcat on my host machine (windows 11) but it was worst there, I didn't even get an output. So I need your expert help guys. here is the output of hashcat -b : Code: hashcat (v6.2.6) starting in benchmark mode and here is the output of hashcat -I : Code: hashcat (v6.2.6) starting in backend information mode RE: "zsh: segmentation fault (core dumped)" error (pls help ;-;) - Banaanhangwagen - 01-29-2024 Avoid VM's. Avoid The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Use a machine with the correct GPU-drivers installed. See the homepage for minimum versions: https://hashcat.net/hashcat/ RE: "zsh: segmentation fault (core dumped)" error (pls help ;-;) - rafmiqgus - 01-29-2024 (01-29-2024, 10:31 AM)Banaanhangwagen Wrote: Avoid VM's. Avoid The-Distribution-Which-Does-Not-Handle-OpenCL-Well (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)). That's what I tried to do. I tried to install hashcat on my host machine, but it was even worst. It was impossible to make it work, I didn't get any output neither an error message or a log file |