From 34c50aef085ed300a4adb448b619bf107a871bd7 Mon Sep 17 00:00:00 2001 From: rapperskull Date: Sat, 17 Feb 2018 13:37:52 +0100 Subject: [PATCH] Do not delete "foundKeys" file It could be useful for reference and future use. --- miLazyCracker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miLazyCracker.sh b/miLazyCracker.sh index 24b96d7..b68c1a0 100755 --- a/miLazyCracker.sh +++ b/miLazyCracker.sh @@ -113,7 +113,7 @@ while [ $keepTrying -eq 1 ]; do fi done -rm -f "$TMPFILE_UNK" "$TMPFILE_FND" "0x${myUID}_"*".txt" +rm -f "$TMPFILE_UNK" "0x${myUID}_"*".txt" if [ $mfocResult -eq 0 ]; then echo -e "\n\nDump left in: $TMPFILE_MFD" if ask "Do you want clone the card? Place card on reader now and press Y"; then