![]() |
Add min/max parameter to req (hashcat-utils) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html) +--- Thread: Add min/max parameter to req (hashcat-utils) (/thread-874.html) |
Add min/max parameter to req (hashcat-utils) - chort - 01-31-2012 Could you add a paramater to specify minimum and maximum limit of characters found in string to be passed by req? For instance, if the password must have at least 2 numeric characters, the command would be: Code: $ ./req.bin 4 2 <dict.txt >2-digit.txt If the output should have no more than 3 special characters, it would be: Code: $ ./req.bin 8 -3 <dict.txt >lt4-special.txt No more than 5 non-alpha (can it work this way, or is '8' a negated set?): Code: $ ./req.bin 12 -5 <dict.txt >lt5-ds.txt The reason for this request is that I have a huge amount of entries in my expanded wordlists which have multiple special characters and are unlikely to ever create a real plaintext when used in combinator or hybrid attacks. I want to reduce the expanded dictionaries to be concentrated on likely plaintext combinations. RE: Add min/max parameter to req (hashcat-utils) - atom - 02-01-2012 All right, please add to Wiki Feature request section. RE: Add min/max parameter to req (hashcat-utils) - chort - 02-01-2012 I added it as Accepted. Is that correct, or should it be Pending? RE: Add min/max parameter to req (hashcat-utils) - atom - 02-01-2012 Accepted is correct. Thank you RE: Add min/max parameter to req (hashcat-utils) - tomaso1z - 07-06-2012 Hi Atom, thanks for an top notch program I've jusat bought an AMD/ATI gpu entirely for hashcat ![]() I'm wondering how close are you from finishing this new Req feature? Look forward to your reply RE: Add min/max parameter to req (hashcat-utils) - atom - 07-07-2012 I did not start yet, sry, busy with other things, and welcome to AMD world. |