mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
Fix typo in PW-Inspector
This commit is contained in:
parent
273334df88
commit
b77d49d407
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ void help() {
|
||||||
printf(" -u upcase characters (A,B,C,D, etc.)\n");
|
printf(" -u upcase characters (A,B,C,D, etc.)\n");
|
||||||
printf(" -n numbers (1,2,3,4, etc.)\n");
|
printf(" -n numbers (1,2,3,4, etc.)\n");
|
||||||
printf(" -p printable characters (which are not -l/-n/-p, e.g. $,!,/,(,*, etc.)\n");
|
printf(" -p printable characters (which are not -l/-n/-p, e.g. $,!,/,(,*, etc.)\n");
|
||||||
printf(" -s special characters - all others not withint the sets above\n");
|
printf(" -s special characters - all others not within the sets above\n");
|
||||||
printf("\n%s reads passwords in and prints those which meet the requirements.\n", PROGRAM);
|
printf("\n%s reads passwords in and prints those which meet the requirements.\n", PROGRAM);
|
||||||
printf("The return code is the number of valid passwords found, 0 if none was found.\n");
|
printf("The return code is the number of valid passwords found, 0 if none was found.\n");
|
||||||
printf("Use for security: check passwords, if 0 is returned, reject password choice.\n");
|
printf("Use for security: check passwords, if 0 is returned, reject password choice.\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue