Mikara is a tool that takes into input information gathered about a target and generates a passwordlist specific for that target.
Python
Linux
git clone https://github.com/kod34/Mikara
cd Mikara
chmod +x install.sh
./install.sh
mikara [-h] -o OUTPUT -t TYPE -s SIZE
options:
-h, --help show this help message and exit
required named arguments:
-o OUTPUT, --output OUTPUT wordlist path
-t TYPE, --type TYPE list type (simple, moderate, complex, impossible)
-s SIZE, --size SIZE minimum word size
mikara -o wordlist.txt -t complex -s 16
- Multiple inputs should be separated by spaces.
- Python
The sole purpose of writing this program was research, its misuse is the responsibility of the user only.