Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
My 13.56mhz card has stopped working. I did hf mf restore ok, and then I did csetuid 12345678 and everything went fine, but now proxmark does not detect the card, the card is dead
proxmark3> hf 14a read
Card doesn't support standard iso14443-3 anticollision
ATQA : 00 00
proxmark3>
Last edited by oscuro (2017-11-25 18:57:54)
Offline
proxmark3> hf 14a raw -a -p -b 7 40
received 1 bytes:
0A
proxmark3> hf 14a raw -p 43
received 1 bytes:
0A
proxmark3> hf 14a raw -p -c a0 00
received 1 bytes:
0A
proxmark3> hf 14a raw -p -c de ad be ef 22 08 04 00 46 59 25 58 49 10 23 02
received 1 bytes:
0A
wewe
proxmark3> hf 14a read
UID : de ad be ef
ATQA : 00 04
SAK : 08 [2]
Offline
Nice learning, to find the raw commands for reseting your tag. You could have used the simpler way of using a hf mf c* command (depening on offical/branch) or a lua script script run remagic
Offline
I have problem smth like this but tag doesnt answer this commands.
pm3 --> hf search
Card doesn't support standard iso14443-3 anticollision
ATQA : 00 00
Valid ISO14443-A Tag Found
and nothing more. Have someone ideas how to recovery tag in this case?
Offline
It can use with gen1a,not gen2.
Last edited by zhuminggang (2019-12-24 01:16:33)
Offline
my card is now relived.......
I fixed my died card today (happened after a csetuid just like your, maybe because the card was in a thin plastic bag), thanks to Iceman's tip with "hf mf c*"
proxmark3> hf search
#db# Reading card ...
No or unknown card found, aborting
no known/supported 13.56 MHz tags found
proxmark3> hf mf cwipe
Usage: hf mf cwipe [card size] [w] [f]
sample: hf mf cwipe 1 w f
[card size]: 0 = 320 bytes (Mifare Mini), 1 = 1K (default), 2 = 2K, 4 = 4K
w - Wipe magic Chinese card (only works with gen:1a cards)
f - Fill the card with default data and keys (works with gen:1a and gen:1b cards only)
proxmark3> hf mf cwipe f
#db# halt error. response len: 1
Chinese magic backdoor commands (GEN 1a) detected
--blocks count:64 wipe:n fill:y
#db# halt error. response len: 1
OK
proxmark3> hf search OK again!!!
UID : 01 02 03 04
ATQA : 00 04
SAK : 08 [2]
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1
proprietary non iso14443-4 card found, RATS not supported
#db# halt error. response len: 1
Chinese magic backdoor commands (GEN 1a) detected
Prng detection: WEAK
Valid ISO14443A Tag Found - Quiting Search
proxmark3>
NO MORE PROBLEM:
proxmark3> hf mf csetuid 00700700
uid:00 70 07 00
#db# halt error. response len: 1
Chinese magic backdoor commands (GEN 1a) detected
#db# halt error. response len: 1
#db# Halt error
old block 0: 01 02 03 04 04 08 04 00 00 00 00 00 00 00 be af
new block 0: 00 70 07 00 77 08 04 00 00 00 00 00 00 00 be af
#db# halt error. response len: 1
old UID:01 02 03 04
new UID:00 70 07 00
proxmark3> hf search
UID : 00 70 07 00
ATQA : 00 04
SAK : 08 [2]
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1
proprietary non iso14443-4 card found, RATS not supported
#db# halt error. response len: 1
Chinese magic backdoor commands (GEN 1a) detected
Prng detection: WEAK
Valid ISO14443A Tag Found - Quiting Search
proxmark3>
Offline
Pages: 1