From cea37f3cf5e13759ab2af72e83c5222d561889e6 Mon Sep 17 00:00:00 2001 From: Aram Date: Tue, 3 May 2016 06:31:37 +0200 Subject: [PATCH] Moved prompt to start brute force phase --- libnfc_crypto1_crack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc_crypto1_crack.c b/libnfc_crypto1_crack.c index df6f542..55d1b91 100644 --- a/libnfc_crypto1_crack.c +++ b/libnfc_crypto1_crack.c @@ -532,7 +532,7 @@ void notify_status_online(int sig){ stop_collection = true; return; } else { - printf(" - press enter to start brute-force phase\n"); + printf(" - press enter to start brute-force phase"); } } alarm(1);