Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/sc0tfree/mentalist
cracking cracking-hashes password wordlist wordlist-generator wordlist-technique
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sc0tfree/mentalist
- Owner: sc0tfree
- License: mit
- Created: 2017-11-05T20:34:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T14:44:01.000Z (over 1 year ago)
- Last Synced: 2024-11-30T08:07:12.743Z (12 days ago)
- Topics: cracking, cracking-hashes, password, wordlist, wordlist-generator, wordlist-technique
- Language: Python
- Size: 1.22 MB
- Stars: 1,814
- Watchers: 41
- Forks: 244
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - 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. (Wordlist tools / Generation/Manipulation)
- awesome-hacking-lists - 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 an (Python)
README
![Version 1.0](http://img.shields.io/badge/version-v1.0-orange.svg)
![Python 3.6](http://img.shields.io/badge/python-3.6-blue.svg)
![MIT License](http://img.shields.io/badge/license-MIT%20License-blue.svg)
[![sc0tfree Twitter](http://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/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](https://hashcat.net/hashcat) and [John the Ripper](http://www.openwall.com/john).
For more information on installing and using Mentalist, please **[visit the wiki](https://www.github.com/sc0tfree/mentalist/wiki)**.
To get up and running quickly, download a prebuilt executable on the [releases page](https://github.com/sc0tfree/mentalist/releases).
## Disclaimer
Mentalist should be used only for **informational purposes** or on **authorized system audits**. _Do not use this tool to aid in illicit access to a system._
## License and Contributions
Mentalist is under the MIT License.
Contributions are always welcomed! Please let me know if there's a specific piece of functionality that you'd like to see built-in to the next version of Mentalist.
## Thanks
A special thanks to Craig Baker, who was instrumental in helping to develop the backend logic of Mentalist. Additionally, thank you to Shane Carlyon, whose Tkinter-fu was invaluable, and to Gregory Brewer, who contributed the artwork to this project.
## Note on ‘Slang and Expletives’ List
I apologize to anyone offended by the built-in list of `Slang & Expletives`, compiled from a variety of sources. The reality is that some people use truly heinous words for their credentials and this list is meant to help crack them.
## Future Work
* Ability to scrape sites as an attribute in the Base Words node.
* Add dictionaries and lists for more languages
* Add UK post codes to Append/Prepend Nodes
* Option to perform de-duplication of Base Words
* Mentalist Chain file differencing