![]() |
Hashcat - OSX - 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 - OSX (/thread-1434.html) |
Hashcat - OSX - tony - 08-05-2012 Hi, I just download Hashcat 4.0 for OSX, but can't run it ! Config : MacBookPro 17' I7 OSX_LION 1.7.4 I launch from the terminal & got this error : *************************** new-host:h xxxx$ ./hashcat-cli64.app Illegal instruction: 4 *************************** Any help will be appreciated, thanks in advance, Tony Edit : i take an look on the app & it's mentioned "(classic)", maybe is this cause the fault ?? RE: Hashcat - OSX - radix - 08-05-2012 thats the only error message thats output? also, what version of OS X are you running? 1.7.4 should be 10.7.4? RE: Hashcat - OSX - tony - 08-05-2012 (08-05-2012, 05:46 PM)radix Wrote: thats the only error message thats output? Yes that's the only output error msg For the version , yes it's = OSX LION 10.7.4 Thanks a lot, Tony ******************* new-host:~ xxxxx$ uname -a Darwin new-host.livebox.home 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64 RE: Hashcat - OSX - radix - 08-05-2012 It would seem as though you will need to be running 10.8 for this binary. I am working on getting it compatible with earlier versions, but until then, only 10.8 will work. RE: Hashcat - OSX - tony - 08-05-2012 (08-05-2012, 06:26 PM)radix Wrote: It would seem as though you will need to be running 10.8 for this binary. I am working on getting it compatible with earlier versions, but until then, only 10.8 will work. Ahh ok understand, well, from my part ( & i think many other's one's who use them Mac's in Pro mode..) i have to stay on OSX LION 10.7.4 for multiples reasons, Pro stuff here, & ; 1/ OSX 1.8 Mountain Lion is an to young OS, from experiences, is allways good to wait min 6 months / 1 years or wait the 1.8.1 for bug resolving Anyway, i have again to thank you for your time, effort's & OSX support, i am sure the MAC users gona enjoy an lot this news. Regards, Tony EDIT : otherwize, i see that one = http://twitpic.com/ae9w1v/full , i'm so un_patient to make the same playing lol ;-) RE: Hashcat - OSX - radix - 08-05-2012 Stay tuned while we get this worked out. If need be I'll drop back to 10.6 but from the dev documentation it should have been compatible on 10.4+ RE: Hashcat - OSX - tony - 08-05-2012 (08-05-2012, 06:36 PM)radix Wrote: Stay tuned while we get this worked out. If need be I'll drop back to 10.6 but from the dev documentation it should have been compatible on 10.4+ Ok, Radix, i will wait so, no problem, you can compt on me for any futur test you whant on Mac ( i'v got also many Mac's here, MacPro etc...nice for bench comparaison...) Thanks again ! EDIT : 10.6 is snow Leopard i think ?, maybe 1.7.X ( LION ) will enough i think...( & 10.4 = Tiger than Leopard for 10.5 ) ( 60/70 % of mac Users have switched today on Lion, the rest are on SNOW LEOPARD & propably for the 7/9 % = on older version, like Leopard & tiger, but no sens for the both two last one's, no new app's can run on...) OS X v10.4 (Tiger) OS X v10.5 (Leopard) OS X v10.6 (Snow Leopard) OS X v10.7 (Lion) OS X v10.8 (Mountain Lion) RE: Hashcat - OSX - radix - 08-05-2012 tony, please download again and try it. RE: Hashcat - OSX - tony - 08-05-2012 (08-05-2012, 08:07 PM)radix Wrote: tony, please download again and try it. YESSS ! well done, working on top !! Thanks a lot Radix, impressive speed_up ***************** new-host:h xxxx$ ./hashcat-cli64.app --help hashcat, advanced password recovery Usage: hashcat [options] hashfile [mask|wordfiles|directories] ======= Options ======= * General: -m, --hash-type=NUM Hash-type, see references below -a, --attack-mode=NUM Attack-mode, see references below -V, --version Print version -h, --help Print help --eula Print EULA --quiet Suppress output * Misc: --hex-charset Assume charset is given in hex * Files: -p, --seperator=CHAR Define seperator char for hashlists/outfile -o, --output-file=FILE output-file for recovered hashes --output-format=NUM 0 = hash:pass 1 = hash:hex_pass 2 = hash:pass:hex_pass --remove Enable remove of hash once it is cracked --stdout stdout mode --disable-potfile do not write potfile --debug-file=FILE debug-file --debug-mode=NUM 1 = save finding rule (hybrid only) 2 = save original word (hybrid only) -e, --salt-file=FILE salts-file for unsalted hashlists Etc......... ********************* Regards, Tony RE: Hashcat - OSX - tony - 08-05-2012 Hi, Here an small report after some quick test ( i don't find the --test option for bench' all the Algo's ) In BF mode : new-host:h xxxx$ ./hashcat-cli64.app -m0 -a3 -o ss.txt --remove -1 ?l?d?u?s o.txt ?1?1?1?1?1?1?1?1 **************** Input.Mode: Mask (?1?1?1?1?1) Index.....: 0/1 (segment), 7737809375 (words), 0 (bytes) Recovered.: 18/3300 hashes, 0/1 salts Speed/sec.: - plains, 46.73M words Progress..: 407160184/7737809375 (5.26%) Running...: 00:00:00:08 Estimated.: 00:00:02:36 ****************** & the Proc's are fully used, maybe the "-n" option can solved that... ![]() |