Mentalist: graphical tool for custom wordlist generator

R00B!Ni_gamer

Mentalist: graphical tool for custom wordlist generator

 

What Is an wordlist generatior:

A password generator is software program or hardware device that takes input from a random or pseudo-random number generator and automatically generates a password. Random passwords can be generated manually, using simple sources of randomness such as dice or coins, or they can be generated using a computer.

While there are many examples of "random" password generator programs available on the Internet, generating randomness can be tricky and many programs do not generate random characters in a way that ensures strong security.

A common recommendation is to use open source security tools where possible since they allow independent checks on the quality of the methods used.

Note that simply generating a password at random does not ensure the password is a strong password, because it is possible, although highly unlikely, to generate an easily guessed or cracked password.

In fact, there is no need at all for a password to have been produced by a perfectly random process: it just needs to be sufficiently difficult to guess.

 

What Is 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.

Features:

  • graphical clean interface
  • easy to use and learn
  • 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

Requirements:

  • python3

Screen shots:

Download:

(Ads Free) Github: LINK

Instal:

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:

git clone https://github.com/sc0tfree/mentalist.git
cd mentalist
python3 setup.py install

 

Tags

Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !