Skip to main content

Wordlist generator based on password cards

Project description

Wordlist generator based on password cards

Travis CI Code Climate

What is a password card?

Password (aka. grid) card is a physical card that allows you to memorize your passwords easier.

Password Card

The card contains a block of random alphanumeric characters. You just need to choose and memorize a row, a column and a direction to pick a password from the card.

Security

Passwords cards heavily rely on physical security. The card should be kept in your wallet or pocket, far away from watchful eyes around you.

In case the card is lost or recorded with a camera (e.g. CCTV), your password is compromised therefore it should be changed immediately.

Features

Munchkin can generate wordlists from compromised password cards.

This utility generates potential passwords and dumps them onto the screen or into a text file. The list of passwords can be used for brute-force attacks.

Supported Strategies

Munchkin can generate passwords based on the following card reading strategies.

Left to right

Left to Right

Right to left

Right to Left

Top down

Top Down

Bottom up

Bottom Up

Supported Cards

Installing Munchkin

The latest package is available on PyPI

$ pip install munchkin

Usage Instructions

The following section explains the basic usage of Munchkin. You can also use the -h switch for getting more information on the individual features.

Operation Modes

There are two operation modes available. The first one generates cards similar to the ones from http://passwordcard.org, and the second allows to bring your own password cards.

passwordcard.org Cards

Use the pcard selector to generate passwords from passwordcard.org cards

$ munchkin pcard -h

This selector recognises the following options:

-s str, --seed str

card number (e.g. 7eb3fbfa560d1d1e)

--symbols

include symbols (broken)

--digits

incude digits

Custom Cards

The custom selector allows to supply password cards by pasting them as a block of text

$ munchkin custom -h

This selector does not require any special options.

Settings

The following switches are recognized for both card types

Password Length

Choose the minimum and maximum length of passwords to generate:

--minlen num

minimum password length (default: 6)

--maxlen num

maximum password length (default: 12)

Read Strategies

Select one or more strategies to generate passwords (refer to Supported Strategies section for further explanation)

-l, --left-to-right

Left to right

-r, --right-to-left

Right to left

-t, --top-down

Top left corner to bottom right

-b, --bottom-up

Bottom right corner to top left

File Output

Dump passwords to a file instead of the terminal:

-f name, --file name

Dump passwords to file

Examples

Generate 6-8 digit passwords from a password card generated with seed the initial seed of 7eb3fbfa560d1d1e

$ munchkin pcard -s 7eb3fbfa560d1d1e -l

Supply your own password card and generate passwords with multiple read strategies

$ munchkin custom -l -r -t -b

Contributors

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

munchkin-0.1.3.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

munchkin-0.1.3-py2-none-any.whl (24.1 kB view details)

Uploaded Python 2

File details

Details for the file munchkin-0.1.3.tar.gz.

File metadata

  • Download URL: munchkin-0.1.3.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for munchkin-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7ab647661de60688106cfcf83dc756f1b176153f4fb7d1b1d46dfdf4c8f0df5f
MD5 d18a7d47738ef9a33171f5135c291ec0
BLAKE2b-256 52f5c96f93c6e03bc094b757e0d9870a42e916f213edd6494d0353c35741fdd7

See more details on using hashes here.

File details

Details for the file munchkin-0.1.3-py2-none-any.whl.

File metadata

File hashes

Hashes for munchkin-0.1.3-py2-none-any.whl
Algorithm Hash digest
SHA256 b1e3e7b8c458a959284a64a43ddfff8adfd653f44efe93cea5b33aa8ef929ec4
MD5 2f833e6ecd608d7c4e7935e51004d36a
BLAKE2b-256 54b38709390665e85028faf1fda72fc11cd0938d384a2a65073eb445fa928c3d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page