maskprocessor

Python maskprocessor implementation which inspired by hashcat maskprocessor


Keywords
hash, hashcat, maskprocessor, bruteforce, brute-force-attacks, cracking-hash, hashcat-masks, python-library, python2, python3
License
MIT
Install
pip install maskprocessor==0.0.1

Documentation

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