Psudohash is a password list generator for orchestrating brute force attacks and cracking hashes. It imitates certain password creation patterns commonly used by humans, like substituting a word’s letters with symbols or numbers (leet), using char-case variations, adding a common padding before or after the main passphrase and more. It is keyword-based and highly customizable.
- psudohash (GitHub)
Installation
git clone https://github.com/t3l3machus/psudohash.git
cd psudohash
chmod u+x psudohash.py
Help
./psudohash.py -h
Usage
Use common padding values
./psudohash.py -w <SOME WORD> -cbp -cap
Append the year
./psudohash.py -w <SOME WORD> -y 2020-2024