Skip to content

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

About

👺 Python maskprocessor implementation which inspired by hashcat maskprocessor

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published