list of utils / helpers - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: list of utils / helpers (/thread-5515.html) |
list of utils / helpers - patpro - 06-12-2016 Hello, I've got a bunch of plains. About 1500 of them are 8 char long, mostly random and issued at account creation and not changed since. The 12000 other plains are user picked after account creation, ranging from 9 to 49 char long. What would be the best tool(s) to derive interesting stuffs from these plains like rules/masks/statistics…? Anything that would help me optimize cracking sessions (these are not supposed to be plains, I plan to make a password audit by cracking their hash counterparts, and I've got about 24000 more hashed password from same source). I've given PACK a try. I've also tried Pipal and Passpal. Pipal is interesting but on the vocabulary side, it fails splitting pass phrases into dictionary words. For 10 years old dumps it's not so important, but for recent dumps it's a problem. thanks, pat RE: list of utils / helpers - azren - 06-12-2016 Try expander from hashcat-utils. Normally what I will do is expanding the plains that I've cracked using expander and attack the hashes using the expanded output either straight, combinator, rules, etc. See hashcat-utils wiki Best regards, Azren RE: list of utils / helpers - kiara - 06-13-2016 (06-12-2016, 09:05 PM)patpro Wrote: I've given PACK a try. i had the same issue, and PACK was my solution, why u did not find it usefull in ur case? RE: list of utils / helpers - patpro - 06-14-2016 (06-12-2016, 11:23 PM)azren Wrote: Try expander from hashcat-utils. thanks azren. That's not exactly what I'm looking for but any tool/helper is welcome full disclosure: I'm don't use hashcat often because I'm running almost only FreeBSD boxes (no GPU) and old MacOS X boxes (lame GPU). I'm currently building a multi GPU box to run Linux and Windows and hopefully I'll start using hashcat along with JtR soon. RE: list of utils / helpers - patpro - 06-14-2016 (06-13-2016, 01:23 PM)kiara Wrote:(06-12-2016, 09:05 PM)patpro Wrote: I've given PACK a try. I had the feeling that PACK was not enough but after trying again yesterday I've understood I have a dictionary problem, and PACK don't work as it should on my FreeBSD servers. PACK is definitively a great tool, but any other tool is good to know, and more importantly PACK is a bit old now. RE: list of utils / helpers - kiara - 06-14-2016 (06-14-2016, 06:43 AM)patpro Wrote: PACK is definitively a great tool, but any other tool is good to know, and more importantly PACK is a bit old now. old but working great, u can use policygen to create mask files, to know which mask to make u can use StatsGen.. RE: list of utils / helpers - patpro - 06-14-2016 By the way, I've got a problem with PACK, but it's not directly caused by PACK. Depending on your OS/package/etc. enchant can come with myspell, hunspell, aspell, etc. bindings making results highly unreliable across OSes. On the same plain list, here is the result of rulegen.py on FreeBSD (enchant bound to aspell): Code: [*]Top 10 rules and the result on OS X, enchant bound to myspell: Code: [*] Top 10 rules |