Password Attacks

Mentalist – Graphical Tool For Custom Wordlist Generation

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.
Screenshot:
https://camo.githubusercontent.com/8f840cc3d9c2195264eedc2de564cdd6174246f3/68747470733a2f2f73633074667265652e73717561726573706163652e636f6d2f732f6d656e74616c6973742d726561646d652d6775692e676966
Install from Source

Prerequisites

Linux (APT package manager)
Check if Python 3 is installed by running

python3 --version

If it is not, run:

sudo apt-get update && apt-get install python3.6

Additionally, you will need setuptools and Tk:

sudo apt-get install python3-setuptools python3-tk

OS X
There are varying ways of installing Python 3 on OS X, but the easiest is to install through Homebrew.

brew update && brew install python3

Windows
If using Windows, please refer to Installing Python 3 on Windows from the Hitchhiker’s Guide. It is also extremely helpful to click the Python 3 installer checkbox to add Python to your PATH.

Install Mentalist
Clone the Mentalist repository:

git clone https://github.com/sc0tfree/mentalist.git

Go into the directory:

cd mentalist

Run setup.py:

python3 setup.py install

Running Mentalist

You can now run mentalist from the shell with the command

mentalist

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