Maskprocessor包装说明
Maskprocessor是每个位置configureable字符集打包到一个独立的二进制一个高性能的字发生器。 Maskprocessor是每个位置configureable字符集打包到一个独立的二进制一个高性能的字发生器。
资料来源:https://hashcat.net/wiki/doku.php?id=maskprocessor
Maskprocessor首页 | 卡利Maskprocessor回购
- 作者:凌
- 许可:其它
包含在maskprocessor包工具
maskprocessor - 每个位置configureable字符集高性能字发生器
[email protected]:~# maskprocessor -h
mp by atom, High-Performance word generator with per-position configureable charset
Usage: ./mp.bin [options]... mask
* Startup:
-V, --version Print version
-h, --help Print help
* Increment:
-i, --increment Enable increment mode
--increment-min=NUM Start incrementing at NUM
--increment-max=NUM Stop incrementing at NUM
* Misc:
--combinations Calculate number of combinations
--hex-charset Assume charset is given in hex
-q, --seq-max Maximum number of multiple sequential characters
* Resources:
-s, --start-at=WORD Start at specific position
-l, --stop-at=WORD Stop at specific position
* Files:
-o, --output-file=FILE Output-file
* Custom charsets:
-1, --custom-charset1=CS User-defineable charsets
-2, --custom-charset2=CS Example:
-3, --custom-charset3=CS --custom-charset1=?dabcdef
-4, --custom-charset4=CS sets charset ?1 to 0123456789abcdef
* Built-in charsets:
?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?s = !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
?h = 8 bit characters from 0xc0 - 0xff
?D = 8 bit characters from german alphabet
?F = 8 bit characters from french alphabet
?R = 8 bit characters from russian alphabet
maskprocessor用法示例
生成单词,(通)开头的列表,并追加一个数字(D?)和一个小写字母(L):
[email protected]:~# maskprocessor pass?d?l
pass0a
pass0b
pass0c
pass0d
pass0e
pass0f
pass0g