0.7.0
The charset selection interface is now similar to Hashcat for more flexibility.
l | abcdefghijklmnopqrstuvwxyz [a-z]
u | ABCDEFGHIJKLMNOPQRSTUVWXYZ [A-Z]
d | 0123456789 [0-9]
h | 0123456789abcdef [0-9a-f]
H | 0123456789ABCDEF [0-9A-F]
s | «space»!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
What's Changed
- gitignore: allow
target
to be a symlink by @mathstuf in #70 - Rework charset to support combining charsets by @Lucky2307 in #68
New Contributors
- @mathstuf made their first contribution in #70
- @Lucky2307 made their first contribution in #68
Full Changelog: v0.6.4...v0.7.0