Skip to content

👺 Python maskprocessor implementation which inspired by hashcat maskprocessor

License

Notifications You must be signed in to change notification settings

Xvezda/python-maskprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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