-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# 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. | ||
![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 | ||
<p align="center"> | ||
<img src="https://sc0tfree.squarespace.com/s/Mentalist-logo-250px.png" alt="Logo"/> | ||
</p> | ||
<br> | ||
|
||
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). | ||
<br> | ||
|
||
For more information on installing and using Mentalist, please **[visit the wiki](https://www.github.com/sc0tfree/mentalist/wiki)**. | ||
|
||
<br> | ||
<p align="center"> | ||
<img src="https://sc0tfree.squarespace.com/s/mentalist-readme-gui.gif" alt="Mentalist GUI"/> | ||
</p> | ||
|
||
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. | ||
|
||
## 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 |