hashcat v3 macOS - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: hashcat v3 macOS (/thread-5594.html) Pages:
1
2
|
RE: hashcat v3 macOS - rico - 07-06-2016 I just built this on a mac from the latest src on https://github.com/hashcat/hashcat. It should match what's on the http://hashcat.net/beta link right now, i.e. hashcat-3.00+30[url=https://hashcat.net/beta/hashcat-3.00%2b30.7z][/url] You need to run it from the hashcat dir you already have. RE: hashcat v3 macOS - haMac - 07-06-2016 Hi rico, thank you very much. I'll try it in a minute. Could you please post what you've done to compile this? I just would prefer to compile the next version myself, rather than asking everytime for it. Thanks! RE: hashcat v3 macOS - rico - 07-06-2016 I just downloaded hashcat-master.zip and ran the commands in BUILD.md (on a Mac running OS X El Capitan) . In fact, all you need are the commands themselves. I hope this is right - I've not actually done this before. Code: $ mkdir hashcat RE: hashcat v3 macOS - haMac - 07-06-2016 Thank you so much! Now i have something to play with this afternoon. :-) btw: your compiled version works fine. thanks again. RE: hashcat v3 macOS - rico - 07-06-2016 OK, the earlier version was compiled outside the sh environment and isn't quite right - it doesn't output the version number for a start. So you should download this one instead. Code: $ ./hashcat --version RE: hashcat v3 macOS - haMac - 07-06-2016 I've just followed your compiling routine. It produced a working version! Surprisingly i even understand what to do and why! :-) Thanks mate! |