mirror of
https://github.com/RfidResearchGroup/miLazyCracker.git
synced 2026-05-12 11:20:09 -07:00
Do not delete "foundKeys" file
It could be useful for reference and future use.
This commit is contained in:
committed by
Romuald Conty
parent
3922b084d1
commit
34c50aef08
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user