Skip to main content

Python maskprocessor implementation which inspired by hashcat maskprocessor

Project description

Python MaskProcessor

Python Version Version License

Python maskprocessor implementation which inspired by hashcat maskprocessor

Installation

pip install maskprocessor

Usage

Print help

maskprocessor --help  # or -h

Via command line

$ maskprocessor '?d'
0
1
2
3
4
5
6
7
8
9

Import as python module

>>> from maskprocessor import maskprocessor as maskproc
>>> g = maskproc('?l')
>>> print(next(g))
a
>>> print(next(g))
b

License

MIT License

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

maskprocessor-0.0.5.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distributions

maskprocessor-0.0.5-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

maskprocessor-0.0.5-py2-none-any.whl (6.2 kB view hashes)

Uploaded Python 2

Supported by

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