@@ -586,11 +586,13 @@ int online_from_files_coverage(char *start_path, char *end_path, int pwd_length)
586586int main (int argc , char * argv []) {
587587
588588 if (argc < 5 ) {
589- printf ("Error: not enough arguments given.\nUsage: 'online startpath endpath -p password', where:"
589+ printf ("Error: too many arguments given.\nUsage: 'online startpath endpath -p password', where:"
590590 "\n - startpath is the path to the start points file."
591591 "\n - endpath is the path to the end points file."
592592 "\n - password is the plain text password you're looking to crack. The program will thus hash it first, then try to crack it."
593- "\nOther usage: 'online startpath endpath -h hash', where hash is the NTLM hash you're looking to crack.\n\n" );
593+ "\nOther usage: 'online startpath endpath -h hash', where hash is the NTLM hash you're looking to crack."
594+ "\nOther usage: 'online startpath endpath -c none', where none is any string."
595+ "\n\n" );
594596 exit (1 );
595597 }
596598
@@ -599,11 +601,13 @@ int main(int argc, char *argv[]) {
599601 "\n - startpath is the path to the start points file."
600602 "\n - endpath is the path to the end points file."
601603 "\n - password is the plain text password you're looking to crack. The program will thus hash it first, then try to crack it."
602- "\nOther usage: 'online startpath endpath -h hash', where hash is the NTLM hash you're looking to crack.\n\n" );
604+ "\nOther usage: 'online startpath endpath -h hash', where hash is the NTLM hash you're looking to crack."
605+ "\nOther usage: 'online startpath endpath -c none', where none is any string."
606+ "\n\n" );
603607 exit (1 );
604608 }
605609
606- printf ("GPUCrack v0.1.1 \n"
610+ printf ("GPUCrack v0.1.2 \n"
607611 "<https://github.com/gpucrack/GPUCrack/>\n\n" );
608612
609613 const char * start_path = argv [1 ];
0 commit comments