hi
im very new of this
i bought this programmer
when i hit auto i see this
so my question how do i clone it??
thank you
hi
im very new of this
i bought this programmer
when i hit auto i see this
so my question how do i clone it??
thank you
That is very likely a false positive, indala often pops up like that
You may try moving it over the HF antenna and re-trying
You need a magic mifare chip to clone it to. Check out th card pack.
i did little reading..
so i must buy this tool?
based from this video
That model is discontinued, so youâll probably get a cloneâŚ
Also, you already have a Proxmark3 Easy, which is significantly more capable than the ACR reader.
ok then more studys ![]()
Ahhh, That was the first video in the link I posted.
The last video is a better example.
It talks about writing to a Magic Ring using MCT (Android App) to write to a gen2 which for your cards would be the CUID card
For the Proxmark, the following should get you started in the right direction, but there maybe some gaps you need to fill
TO READ
The easiest would be
âhf mf autopwnâ
which will create a dump.bin file
TO WRITE
differs for gen1a(UID) or gen2(CUID)
For the gen1a ( UID card) Youâll need:
hf mf cload <filename>
For gen2 (CUID) Youâll need:
hf mf restore <filename>
I think the <filename> will be âsomething likeâ
57EF8A33_dump.bin
yes i did this hf mf autopwnâŚ.
and i got this file( i did many times same thing)
Ok, now i have to write CUID card?
always getting hf mf restore âhelp
The way the proxmark works is, it steps you through
hf mf restore --1k --uid 57EF8A33
hf mf restore --1k --uid 57EF8A33 -k 57EF8A33-key.bin
It worked!!
thank you all
now i have to order only CUID cards and also seen a CUID ring ![]()
You can still use gen1a(UID), the commands are just a slightly different
what is the command?
In my post above