Skip to content

Commit 3956ad9

Browse files
Removed annoying point.
1 parent 32e1141 commit 3956ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/online.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ int main(int argc, char *argv[]) {
670670
}
671671
exit(0);
672672
}else if (strcmp(argv[3], "-c") == 0) {
673-
printf(".\nStarting attack...\n");
673+
printf("Starting attack...\n");
674674
int foundNumber = online_from_files_coverage(start_path, end_path, pwd_length);
675675
printf("Number of passwords found: %d\n", foundNumber);
676676
printf("Coverage: %f %%", ((double)foundNumber/TEST_COVERAGE)*100);

0 commit comments

Comments
 (0)