MaskGenerator - 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: MaskGenerator (/thread-5591.html) |
MaskGenerator - ScAnMaG - 07-03-2016 atom, all You can make a dictionary mask generator, with the ability to set the count of masks, the minimum and maximum length of the mask and the sort by popularity? ========================= For example: Code: MaskGenerator.bin/exe | Patch to dictionary | Masks count | Min len of mask | Max len of mask | Sort Mode (0 or 1) RE: MaskGenerator - kiara - 07-03-2016 yes, u can use PACK-0.0.4.tar.gz https://thesprawl.org/projects/pack/ RE: MaskGenerator - ScAnMaG - 07-04-2016 (07-03-2016, 09:02 PM)kiara Wrote: yes, PACK tested. First you need to use StatsGen, then MaskGen. Do not understood how to sort by popularity. I would like to analyze the dictionary in a single pass, that is, specify a file path, mask parameters and press enter. If someone wants to work with the packs, install Python 2.7.12 version. In the Python 3.5.2 does not work. RE: MaskGenerator - atom - 07-04-2016 It sorts automatically by "popularity" RE: MaskGenerator - d2 - 07-05-2016 For password analysis you may also try this: http://thepasswordproject.com/passpal |