05-07-2017, 04:26 PM
The full Github hashcat distribution also has a "test.pl" Perl script in the tools/ directory that can hash quite a few formats.
$ echo -n 'password' | ./tools/test.pl passthrough 0
5f4dcc3b5aa765d61d8327deb882cf99
$ echo -n 'password' | ./tools/test.pl passthrough 100
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
$ echo -n 'password' | ./tools/test.pl passthrough 1500
57pK2EK2Kjgos
$ echo -n 'password' | ./tools/test.pl passthrough 0
5f4dcc3b5aa765d61d8327deb882cf99
$ echo -n 'password' | ./tools/test.pl passthrough 100
5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
$ echo -n 'password' | ./tools/test.pl passthrough 1500
57pK2EK2Kjgos
~