![]() |
hashcat-047 problem with mavericks - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: hashcat-047 problem with mavericks (/thread-3065.html) |
hashcat-047 problem with mavericks - johnjohnsp1 - 01-24-2014 Hiya, i'm try running the hash cat 0.47 from a osx mavericks uname -a :: Darwin 13.0.0 but once i open a terminal and type ./hashcat-cli64.app -bash: ./hashcat-cli64.app: Operation not permitted even trying with sudo Anyone else got the same problem ? Did a search but haven't found anything like this Thanks RE: hashcat-047 problem with mavericks - radix - 01-24-2014 Code: maccat:hashcat-0.47 radix$ uname -a RE: hashcat-047 problem with mavericks - johnjohnsp1 - 01-24-2014 (01-24-2014, 10:11 AM)radix Wrote: Thanks for the reply, issued the same command on my terminal and getting this output mbpr:hashcat-0.47 default$ ./hashcat-cli64.app --help -bash: ./hashcat-cli64.app: Operation not permitted mbpr:hashcat-0.47 default$ uname -a Darwin mbpr.local 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64 mbpr:hashcat-0.47 default$ really no idea what i do wrong or i did wrong, have also xcode installed mbpr:hashcat-0.47 default$ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix anything else i can check or look ? Thanks much Regards RE: hashcat-047 problem with mavericks - undeath - 01-24-2014 has hashcat-cli64.app exec permissions? RE: hashcat-047 problem with mavericks - johnjohnsp1 - 01-24-2014 (01-24-2014, 02:58 PM)undeath Wrote: has hashcat-cli64.app exec permissions? Should be executable, i did chmod +x hashcat-cli64.app then the output here: mbpr:hashcat-0.47 default$ ls -l hash* -rwx------@ 1 default staff 905208 30 Dic 10:20 hashcat-cli32.bin -rw-------@ 1 default staff 970240 30 Dic 10:17 hashcat-cli32.exe -rwx--x--x@ 1 default staff 800840 30 Dic 10:18 hashcat-cli64.app -rwx------@ 1 default staff 833936 30 Dic 10:20 hashcat-cli64.bin -rw-------@ 1 default staff 860672 30 Dic 10:17 hashcat-cli64.exe -rwx------@ 1 default staff 803632 30 Dic 10:20 hashcat-cliAVX.bin -rw-------@ 1 default staff 830976 30 Dic 10:17 hashcat-cliAVX.exe -rwx------@ 1 default staff 783888 30 Dic 10:20 hashcat-cliXOP.bin -rw-------@ 1 default staff 809984 30 Dic 10:17 hashcat-cliXOP.exe mbpr:hashcat-0.47 default$ did also chmod 755 but have the same result RE: hashcat-047 problem with mavericks - vrposter - 01-24-2014 Just downloaded hc0.47 to my mavericks mac and unpacked. Works -rwx------@ 1 me staff 800840 30 Dez 10:18 hashcat-cli64.app What did you use to unpack the .7z download? RE: hashcat-047 problem with mavericks - johnjohnsp1 - 01-24-2014 (01-24-2014, 05:03 PM)vrposter Wrote: Just downloaded hc0.47 to my mavericks mac and unpacked. Works Used "rar-7zExtractor" had no error when decompressed but will try different probably that is the problem, what did you use ? Thanks **edited** used the program "keka" and it worked, now the output is : mbpr:hashcat-0.47 default$ ./hashcat-cli64.app Usage: hashcat [options] hashfile [mask|wordfiles|directories] Try --help for more help. mbpr:hashcat-0.47 default$ Thanks much for the help guys, removed that software definitely since is pretty bugged i see. Regards |