hashcat Forum
What does this hashcat outupt mean? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: What does this hashcat outupt mean? (/thread-9329.html)



What does this hashcat outupt mean? - led5150 - 06-23-2020

hashcat output:

Code:
Applicable optimizers:
* Zero-Byte
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
* Raw-Hash


What does these lines of output mean?  Are they optimizers that can be applied?  or that have been applied?

If they haven't been applied, how do you apply them?

Thanks!

Matt


RE: What does this hashcat outupt mean? - royce - 06-23-2020

They are the ones that have actually been applied. Smile

The phrasing could be more clear - I'll propose something better.

Thanks for the question - this will hopefully make things more clear for other users, too!

https://github.com/hashcat/hashcat/pull/2464


RE: What does this hashcat outupt mean? - led5150 - 06-23-2020

(06-23-2020, 10:08 PM)royce Wrote: They are the ones that have actually been applied. Smile

The phrasing could be more clear - I'll propose something better.

Thanks for the question - this will hopefully make things more clear for other users, too!

https://github.com/hashcat/hashcat/pull/2464

No problem Royce!  Thanks for the reply