multiple characters in generated password
#2
Applying a rule could be an option. This site explains how to do it: https://hashcat.net/wiki/doku.php?id=rule_based_attack .

That being said, I may be wrong, but there is no reject rule that rejects passwords that has repeated characters.

The most similar reject rule that is aviable is %NX which "Reject plains which contain char X less than N times". From what I understood, it rejects passwords that contain e.g. if %4a it will reject aaar45gU9 ; 8YnjaaKw3 and so on.

Now, if you already have a wordlist you could just open it in a text editor, like Notepad++ (I just tried with this one) and find "aaa ; bbb ; ccc ; ddd ; eee ; AAA ; BBB ; CCC ; DDD ; EEE ; 444 ;..." and delete the repeated characters. It may sound tedious, but it's the only way I've found right now.
Reply


Messages In This Thread
RE: multiple characters in generated password - by hblender - 12-26-2020, 06:59 PM