Moved prompt to start brute force phase

This commit is contained in:
Aram
2016-05-03 06:31:37 +02:00
parent 9e57588c8d
commit cea37f3cf5

View File

@ -532,7 +532,7 @@ void notify_status_online(int sig){
stop_collection = true; stop_collection = true;
return; return;
} else { } else {
printf(" - press enter to start brute-force phase\n"); printf(" - press enter to start brute-force phase");
} }
} }
alarm(1); alarm(1);