How to clone Indala (Actually MIFARE Classic 1K)

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

1 Like

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

2 Likes

ok moved to HF and got this
what must i do next?

You need a magic mifare chip to clone it to. Check out th card pack.

1 Like

they was expensive
i have this, dont know if they will work

Time for some learning

Read this and watch the videos

3 Likes

i did little reading..
so i must buy this tool?
based from this video

Cloning a Mifare S50 1k to the xM1

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.

1 Like

ok then more studys :grin:

3 Likes

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

1 Like

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?

1 Like

gettiing this

1 Like

always getting hf mf restore –help

1 Like

The way the proxmark works is, it steps you through

If you are just doing the ID

hf mf restore --1k --uid 57EF8A33

If you are doing the keys

hf mf restore --1k --uid 57EF8A33 -k 57EF8A33-key.bin

2 Likes

ok i did ID all good and verifyed
must i also do keys? after?

maybe key also inserted

i will test in my door after work

2 Likes

It worked!!
thank you all
now i have to order only CUID cards and also seen a CUID ring :grin:

2 Likes

You can still use gen1a(UID), the commands are just a slightly different

1 Like

what is the command?

In my post above

1 Like