![]() |
pwgen rule - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: pwgen rule (/thread-905.html) |
pwgen rule - noubo - 02-07-2012 Hi, I'm working to make a rule based in pwgen. But I'm a little bit newbie :-P . I read the code and I see that: passwords don't starts by 'ng' or 'gh' Any vowel can't be before vowel|diphtong ('ae', 'ah', 'ai', 'ee', 'ei', 'ie', 'oh', 'oo') 2 number in 8 characters . Numbers in random positions. Anyone can help me?? Thank you! RE: pwgen rule - noubo - 02-08-2012 Anyone can help me? RE: pwgen rule - atom - 02-09-2012 sry, guess most of us, including me, have no idea what you are talking about RE: pwgen rule - noubo - 02-09-2012 Ops sry.... Anyone knows pwgen? password generator soft... This soft use phonema rule to generate the password like: The passwords never starts by 'ng' or 'gh'... Every password (8 characters) have 2 numbers in random positions... A vowel (a,e,i,o,u) can't be before this ('ae', 'ah', 'ai', 'ee', 'ei', 'ie', 'oh', 'oo')... It's stange but I have thousand of passwords generates by this soft and i need a rule to crack it more easly Is there a way to make complex rules? http://sourceforge.net/projects/pwgen/ <-- Source of pwgen |