11-08-2024, 04:51 AM
I now have the hash file hash.txt created. I have tried to use hashcat to figure out the password inputting:
hashcat -m 0 -a 0 hash.txt /usr/share/wordlists/rockyou.txt
I got this as a response:
/usr/share/wordlists/rockyou.txt: No such file or directory
Is the wordlist rockyou.txt something I have to download and save it somewhere on my computer, and if so, would it be in the same location as the hash.txt file I created? I had downloaded and saved the rockyou.txt wordlist and tried it again with the same response. I am a complete noob, so I am at a very early learning phase so it is possible I may be missing a step. I think if I can learn to put homebrew on my switch, I should be able to figure this out with some direction.
hashcat -m 0 -a 0 hash.txt /usr/share/wordlists/rockyou.txt
I got this as a response:
/usr/share/wordlists/rockyou.txt: No such file or directory
Is the wordlist rockyou.txt something I have to download and save it somewhere on my computer, and if so, would it be in the same location as the hash.txt file I created? I had downloaded and saved the rockyou.txt wordlist and tried it again with the same response. I am a complete noob, so I am at a very early learning phase so it is possible I may be missing a step. I think if I can learn to put homebrew on my switch, I should be able to figure this out with some direction.