14 lines
474 B
Diff
14 lines
474 B
Diff
diff --git a/miLazyCracker.sh b/miLazyCracker.sh
|
|
index 74d960f..f6f3858 100755
|
|
--- a/miLazyCracker.sh
|
|
+++ b/miLazyCracker.sh
|
|
@@ -123,7 +123,7 @@ 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
|
|
- nfc-mfclassic W a $TMPFILE_MFD
|
|
+ nfc-mfclassic w A u $TMPFILE_MFD
|
|
fi
|
|
else
|
|
rm -f "$TMPFILE_MFD"
|