error when running hashcat: "no such file or directory. (null) Bad address"
#1
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!! 


.png   Schermafbeelding 2022-02-25 om 12.58.06.png (Size: 129.37 KB / Downloads: 4)
Reply
#2
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
Reply
#3
https://github.com/hashcat/hashcat/issues/3082
Reply