Xvezda / python-maskprocessor

:japanese_goblin: Python maskprocessor implementation which inspired by hashcat maskprocessor

Home Page:https://pypi.org/project/maskprocessor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:japanese_goblin: Python maskprocessor implementation which inspired by hashcat maskprocessor

https://pypi.org/project/maskprocessor/

License:MIT License


Languages

Language:Python 90.5%Language:Makefile 9.5%