issues
search
JakeWnuk
/
ptt
Password Transformation Tool (ptt) is a versatile utility designed for password cracking.
GNU General Public License v3.0
19
stars
1
forks
source link
v0.2.0 Pre-Release
#17
Closed
JakeWnuk
closed
6 months ago
JakeWnuk
commented
6 months ago
Increment version from
v0.1.0
to
v0.2.0
🎉
Added the bypass flag as
-b
in
https://github.com/JakeWnuk/ptt/commit/f9c6f602405b06ec3572d836a07d6ba730a999b5
which allows skipping the in-memory map creation to print results faster and reduce memory requirements
Added the debug flag as
-d [0-2]
in
https://github.com/JakeWnuk/ptt/commit/d6fe18408a359e7eb14a024bec187996a0e1f7cf
which allows two new debugging verbosity levels for tracing errors and workflows
Added the template flag as
-tp
in
https://github.com/JakeWnuk/ptt/commit/daaea6fd3fa5b4a24dd3fca108dd48af65970ecd
which allows the loading of JSON files to perform multistep processes in a single command
Improved the
mask-swap
mode in
https://github.com/JakeWnuk/ptt/commit/f2fe8064ad670081dd986c043a55c94170995684
and
https://github.com/JakeWnuk/ptt/commit/c3d562fb1cab1677e6f21c63f9987d690932db50
by implementing more flexible logic to help make swaps and prevent bad ones
Renamed functions, improved documentation, and aligned output to
stderr
across the application
v0.1.0
tov0.2.0
🎉-b
in https://github.com/JakeWnuk/ptt/commit/f9c6f602405b06ec3572d836a07d6ba730a999b5 which allows skipping the in-memory map creation to print results faster and reduce memory requirements-d [0-2]
in https://github.com/JakeWnuk/ptt/commit/d6fe18408a359e7eb14a024bec187996a0e1f7cf which allows two new debugging verbosity levels for tracing errors and workflows-tp
in https://github.com/JakeWnuk/ptt/commit/daaea6fd3fa5b4a24dd3fca108dd48af65970ecd which allows the loading of JSON files to perform multistep processes in a single commandmask-swap
mode in https://github.com/JakeWnuk/ptt/commit/f2fe8064ad670081dd986c043a55c94170995684 and https://github.com/JakeWnuk/ptt/commit/c3d562fb1cab1677e6f21c63f9987d690932db50 by implementing more flexible logic to help make swaps and prevent bad onesstderr
across the application