mirror of
https://github.com/hashcat/hashcat
synced 2025-03-19 06:14:22 +01:00
Inform user about how to verify reported cracking speed
This commit is contained in:
parent
94e9fe7836
commit
9174767847
@ -6111,6 +6111,9 @@ int main (int argc, char **argv)
|
|||||||
{
|
{
|
||||||
log_info ("%s (%s) starting in benchmark-mode...", PROGNAME, VERSION_TAG);
|
log_info ("%s (%s) starting in benchmark-mode...", PROGNAME, VERSION_TAG);
|
||||||
log_info ("");
|
log_info ("");
|
||||||
|
log_info ("Note: Reported benchmark cracking speed = real cracking speed");
|
||||||
|
log_info ("To verify, run hashcat like this: only_one_hash.txt -a 3 -w 3 ?b?b?b?b?b?b?b");
|
||||||
|
log_info ("");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user