Hi,
Thanks ATOM for the update,
I got a bug on MAC ( Mavericks 10.9.5 ) for HASHCAT-UTILS, impossible to build for me. all the files are deleted from the folder after $ make
Here the return i have ;
****************************
MacBookPro:utils xxxx$ make
rm -f core *.bin *.exe
/opt/hashcat-toolchain/linux32/bin/i686-hashcat-linux-gnu-gcc -Wall -W -pipe -O2 -s -m32 -o cleanup-rules.bin cleanup-rules.c
make: /opt/hashcat-toolchain/linux32/bin/i686-hashcat-linux-gnu-gcc: No such file or directory
make: *** [posix] Error 1
*****************************
Regards,
Tony
*****************************
*****************************
EDIT : I FIXED the issue ;
I just take the MakeFile from the Hashcat-utils 1.0.7
& copy & replace this code line on the MakeFile of the new version ;
NEW Version of the MakeFile ;
To replace with ;
& It's working great as $ ./script.bin
Regards,
Tony
***********
EDIT II : Just for info's & about Statsprocessor v0.10, the --version on MAC displaying ;
MacBookProtats xxx$ ./sp64.app --version
v0.081
Thanks ATOM for the update,
I got a bug on MAC ( Mavericks 10.9.5 ) for HASHCAT-UTILS, impossible to build for me. all the files are deleted from the folder after $ make
Here the return i have ;
****************************
MacBookPro:utils xxxx$ make
rm -f core *.bin *.exe
/opt/hashcat-toolchain/linux32/bin/i686-hashcat-linux-gnu-gcc -Wall -W -pipe -O2 -s -m32 -o cleanup-rules.bin cleanup-rules.c
make: /opt/hashcat-toolchain/linux32/bin/i686-hashcat-linux-gnu-gcc: No such file or directory
make: *** [posix] Error 1
*****************************
Regards,
Tony
*****************************
*****************************
EDIT : I FIXED the issue ;
I just take the MakeFile from the Hashcat-utils 1.0.7
& copy & replace this code line on the MakeFile of the new version ;
NEW Version of the MakeFile ;
Code:
CC_POSIX = /opt/hashcat-toolchain/linux32/bin/i686-hashcat-linux-gnu-gcc
STRIP_POSIX = /opt/hashcat-toolchain/linux32/bin/i686-hashcat-linux-gnu-strip
CFLAGS_POSIX = $(CFLAGS) -m32
To replace with ;
Code:
CC_POSIX = gcc
STRIP_POSIX = strip
CFLAGS_POSIX = $(CFLAGS)
& It's working great as $ ./script.bin
Regards,
Tony
***********
EDIT II : Just for info's & about Statsprocessor v0.10, the --version on MAC displaying ;
MacBookProtats xxx$ ./sp64.app --version
v0.081