hashcat-047 problem with mavericks
#1
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
#2
Code:
maccat:hashcat-0.47 radix$ uname -a
Darwin maccat.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
maccat:hashcat-0.47 radix$ ./hashcat-cli64.app
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.
#3
(01-24-2014, 10:11 AM)radix Wrote:
Code:
maccat:hashcat-0.47 radix$ uname -a
Darwin maccat.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
maccat:hashcat-0.47 radix$ ./hashcat-cli64.app
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.

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
#4
has hashcat-cli64.app exec permissions?
#5
(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
#6
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?
#7
(01-24-2014, 05:03 PM)vrposter Wrote: 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?

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