Skip to content

Commit

Permalink
improved status - usually read ERRORs are format ERRORs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Dec 20, 2023
1 parent 4a0a7e1 commit de1d781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcxhashtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ if(flagvendorout == true)
}
if(pbkdf2count > 0) fprintf(stdout, "PBKDF2 lines..................: %ld\n", pbkdf2count);
if(pbkdf2readerrorcount > 0) fprintf(stdout, "PBKDF2 errors.................: %ld\n", pbkdf2readerrorcount);
if(readerrorcount > 0) fprintf(stdout, "read errors...................: %ld\n", readerrorcount);
if(readerrorcount > 0) fprintf(stdout, "read / format errors..........: %ld\n", readerrorcount);
if(pmkideapolcount > 0) fprintf(stdout, "valid hash lines..............: %ld\n", pmkideapolcount);
if(pmkidcount > 0) fprintf(stdout, "PMKID hash lines..............: %ld\n", pmkidcount);
if(eapolcount > 0) fprintf(stdout, "EAPOL hash lines..............: %ld\n", eapolcount);
Expand Down

0 comments on commit de1d781

Please sign in to comment.