03-10-2013, 10:01 PM
I have a mac, and how do I run hashcat on my mac? I downloaded hashcat-0.43 and I know I have to run it in command line, but isn't terminal different from CMD?
Thanks.
Thanks.
(03-10-2013, 10:20 PM)radix Wrote: [ -> ]./hashcat-cli64.app --help
(03-10-2013, 10:35 PM)Convex Wrote: [ -> ](03-10-2013, 10:33 PM)tony Wrote: [ -> ](03-10-2013, 10:22 PM)Convex Wrote: [ -> ](03-10-2013, 10:20 PM)radix Wrote: [ -> ]./hashcat-cli64.app --help
What? It says "No such file or directory"
run it from the same directory where the app is located !
I tried and it said "Can't find "hashcat-0.43"
vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ls
docs hashcat-cli32.bin hashcat-cli64.app hashcat-cli64.exe hashcat-cliAVX.exe hashcat-cliXOP.exe salts
examples hashcat-cli32.exe hashcat-cli64.bin hashcat-cliAVX.bin hashcat-cliXOP.bin rules tables
vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ./hashcat-cli64.app --help
hashcat, advanced password recovery
Usage: hashcat [options] hashfile [mask|wordfiles|directories]
(03-11-2013, 09:59 PM)vizzdoom Wrote: [ -> ]Code:vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ls
docs hashcat-cli32.bin hashcat-cli64.app hashcat-cli64.exe hashcat-cliAVX.exe hashcat-cliXOP.exe salts
examples hashcat-cli32.exe hashcat-cli64.bin hashcat-cliAVX.bin hashcat-cliXOP.bin rules tables
vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ./hashcat-cli64.app --help
hashcat, advanced password recovery
Usage: hashcat [options] hashfile [mask|wordfiles|directories]
(03-11-2013, 11:24 PM)mykulh Wrote: [ -> ]Oh my god! Thank you so much man! But how do I change what mode to run it in?(03-11-2013, 09:59 PM)vizzdoom Wrote: [ -> ]Code:vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ls
docs hashcat-cli32.bin hashcat-cli64.app hashcat-cli64.exe hashcat-cliAVX.exe hashcat-cliXOP.exe salts
examples hashcat-cli32.exe hashcat-cli64.bin hashcat-cliAVX.bin hashcat-cliXOP.bin rules tables
vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ./hashcat-cli64.app --help
hashcat, advanced password recovery
Usage: hashcat [options] hashfile [mask|wordfiles|directories]
So now try this from within the Hashcat-43 folder:
./hashcat-cli64.app examples/A0.M0.hash /Users/XXXXXX/Desktop/Wordlist.dict
Where /Users/XXXXXX/Desktop/Wordlist.dict is the path to your dictionary file.
(03-13-2013, 05:16 AM)Convex Wrote: [ -> ](03-11-2013, 11:24 PM)mykulh Wrote: [ -> ]Oh my god! Thank you so much man! But how do I change what mode to run it in?(03-11-2013, 09:59 PM)vizzdoom Wrote: [ -> ]Code:vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ls
docs hashcat-cli32.bin hashcat-cli64.app hashcat-cli64.exe hashcat-cliAVX.exe hashcat-cliXOP.exe salts
examples hashcat-cli32.exe hashcat-cli64.bin hashcat-cliAVX.bin hashcat-cliXOP.bin rules tables
vizzdoom@viMac:~/Pentest/hashcat/hashcat-0.43$ ./hashcat-cli64.app --help
hashcat, advanced password recovery
Usage: hashcat [options] hashfile [mask|wordfiles|directories]
So now try this from within the Hashcat-43 folder:
./hashcat-cli64.app examples/A0.M0.hash /Users/XXXXXX/Desktop/Wordlist.dict
Where /Users/XXXXXX/Desktop/Wordlist.dict is the path to your dictionary file.