how to hash with hashcat
#8
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
~


Messages In This Thread
how to hash with hashcat - by Hxsh - 05-01-2017, 02:58 AM
RE: how to hash with hashcat - by rjmendez - 05-01-2017, 03:36 AM
RE: how to hash with hashcat - by Hxsh - 05-01-2017, 03:51 AM
RE: how to hash with hashcat - by rjmendez - 05-01-2017, 06:48 AM
RE: how to hash with hashcat - by Hxsh - 05-01-2017, 12:25 PM
RE: how to hash with hashcat - by jimby - 05-01-2017, 07:56 PM
RE: how to hash with hashcat - by undeath - 05-01-2017, 05:24 PM
RE: how to hash with hashcat - by royce - 05-07-2017, 04:26 PM