sc0tfree / mentalist

Mentalist is a graphical tool for custom wordlist generation. It utilizes common human paradigms for constructing passwords and can output the full wordlist as well as rules compatible with Hashcat and John the Ripper.
MIT License
1.81k stars 244 forks source link

Why in the special chars doesn't appear the symbols less than "<", greater than">", dot "." and the tilde "~", question mark "?", etc. #12

Open EdTech101 opened 5 years ago

EdTech101 commented 5 years ago

When comes to select the special chars for the wordlist the window doesn't show some symbols why is that? , it's an awesome tool btw... I came into this issue because the password that i'm trying to generate has a dot in it.

image

Staubgeborener commented 4 years ago

There is no real reason. It seems, that this project is no longer supported. There are a couple of pull requests which fixes that like this and especially this. All in all, you can do this by your own. Just change L22 in const.py (path: /mentalist/view/) and add a couple of special characters like <>.?§$´€°^. There are even more missing special characters.