Skip to content
/ Mikara Public

Generate wordlists specific to targets you've done reconnaissance on.

Notifications You must be signed in to change notification settings

kod34/Mikara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikara


Mikara is a tool that takes into input information gathered about a target and generates a passwordlist specific for that target.

📝 Table of Contents

🏁 Getting Started

Prerequisites

Python
Linux

Installing

git clone https://github.com/kod34/Mikara
cd Mikara
chmod +x install.sh
./install.sh

🎈 Usage

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

Examples:

mikara -o wordlist.txt -t complex -s 16

📝 Notes

  • Multiple inputs should be separated by spaces.

⛏️ Built Using

  • Python

✍️ Authors

⚠️ Disclaimer

The sole purpose of writing this program was research, its misuse is the responsibility of the user only.

About

Generate wordlists specific to targets you've done reconnaissance on.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published