1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

added note in test.pl potthrough: it only works with unsalted hashes

This commit is contained in:
Your Name 2021-06-29 23:06:54 +02:00
parent 2aff6cba51
commit d22c599c98

View File

@ -602,7 +602,7 @@ sub usage_exit
. "\n" . "\n"
. "Potthrough:\n" . "Potthrough:\n"
. " Like passthrough, but includes both the hash and the plain in hash:plain format,\n" . " Like passthrough, but includes both the hash and the plain in hash:plain format,\n"
. " similar to the classic potfile format.\n" . " similar to the classic potfile format, yet this only works for unsalted hashes.\n"
. "\n" . "\n"
. "Verify:\n" . "Verify:\n"
. " Reads a list of hashes from <hashfile> and a list of hash:password pairs from\n" . " Reads a list of hashes from <hashfile> and a list of hash:password pairs from\n"