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.
Hi,
I'm a newbie to this forum. Currently I'm having trouble with 64 bit UID indala card cloning.
I'm using proxmark 3 board which I bought from a China supplier.
Here is the result I get:
data sample 9000
Reading 9000 samples
Done!
lf indalademod 224
I can get the UID.
Occurences: 4 <expected 4>
Then I used this command:
lf indalaclone [first 16 numbers of UID I get from above]
copied to a T5557 blank card.
But the cloned card is not working. Anyone here can help me with it? What is the correct way to clone a 64 bit UID indala card? I'm not good at using proxmark3 and still learning it. Thanks!
Offline
looks like you may have missed the "lf read" before the "data samples 9000"
Offline
looks like you may have missed the "lf read" before the "data samples 9000"
Thanks for your reply. Yes, I have used "lf read" before "data sample 9000" but still failed.
Offline
lf indalademod 224 is for a 224 bit indala card not a 64 bit indala. if you have a 64 bit indala card you'd need:
lf read
data samples 16000
lf indalademod
lf indalaclone [id found]
if it is a 224 bit you'd need:
lf read
data samples 16000
lf indalademod 224
lf indalaclone [id found] 1
Offline
I have a problem with it, this what I got
I cannot get the id
proxmark3> lf indalademod 224
Recovered 262 raw bits, expected: 281
worst metric (0=best..7=worst): 8 at pos 622
UID=0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (0000000000000000000000000000000000000000000000000)
Offline