error when running hashcat: "no such file or directory. (null) Bad address" - 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: error when running hashcat: "no such file or directory. (null) Bad address" (/thread-10639.html) |
error when running hashcat: "no such file or directory. (null) Bad address" - khyaram - 02-25-2022 Hi there! I really hope anyone can help me on this issue. I am trying to hash a forgotten password somehow get this error the whole time. I tried a lot and tried finding a solution online, but haven't found one yet. Khyara@MacBook-Pro-van-Khyara hashcat % hashcat -m 0 -a 0 /Users/Khyara/Desktop/hashcat/hash.txt /Users/Khyara/Desktop/hashcat/wordlist.txt hashcat (v6.2.5) starting /Users/Khyara/.local/share/hashcat/sessions/hashcat.pid: No such file or directory /Users/Khyara/.local/share/hashcat/sessions/hashcat.induct: No such file or directory (null): Bad address Started: Fri Feb 25 12:49:32 2022 Stopped: Fri Feb 25 12:49:32 2022 Khyara@MacBook-Pro-van-Khyara hashcat % hashcat -m 0 -a 0 hash.txt wordlist.txt hashcat (v6.2.5) starting /Users/Khyara/.local/share/hashcat/sessions/hashcat.pid: No such file or directory /Users/Khyara/.local/share/hashcat/sessions/hashcat.induct: No such file or directory (null): Bad address Started: Fri Feb 25 12:49:55 2022 Stopped: Fri Feb 25 12:49:55 2022 I have given the terminal full access and the folder really exists. I tried two ways: drag and drop the folder (first option, gives the whole path) and just write the name (hash.txt, wordlist.txt). If needed to know: installed hashcat through Homebrew. Any help/suggestions on would be amazing! Thank you!! Schermafbeelding 2022-02-25 om 12.58.06.png (Size: 129.37 KB / Downloads: 4) RE: error when running hashcat: "no such file or directory. (null) Bad address" - Snoopy - 02-25-2022 didnt used a mac and homebrew for quite some time, but i think it needed root rights? so i think its a rights problem you could test starting hashcat with sudo RE: error when running hashcat: "no such file or directory. (null) Bad address" - m4tr1x - 02-25-2022 https://github.com/hashcat/hashcat/issues/3082 |