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
Hi All. Could someone tell me what i'm doing wrong please.
I have this Indala fob... https://www.idcardgroup.com/product?ownerGuid=c5a31e5d-8aaf-485c-b2a8-c6c5dad8c496&imageType=Default
My Proxmark says the following;
pm3 --> lf search
NOTE: some demods output possible binary
if it finds something that looks like a tag
False Positives ARE possible
Checking for known tags:
Valid Indala ID Found!
pm3 -->
I then do...
pm3 --> lf indala read
pm3 -->
Nothing appears?
If I do lf read i get ...
pm3 --> lf read
#db# LF Sampling config:
#db# [q] divisor.............95 (125 KHz)
#db# [\b] bps.................8
#db# [d] decimation..........1
#db# [a] averaging...........Yes
#db# [t] trigger threshold...0
#db# Done, saved 40000 out of 40000 seen samples at 8 bits/sample
#db# buffer samples: 80 7f 7e 7d 7c 7b 7b 7a ...
Reading 39999 bytes from device memory
Data fetched
Samples @ 8 bits/smpl, decimation 1:1
pm3 -->
Anyone know how I'll be able to clone this card to a T55X? I tried also just doing lf indala read and lf indala clone with the new card on the proxmark but nothing happens.
Offline
Do:
lf read
data save xxxxxx.txt
Post the txt file on a file share and link it here.
Offline
it appears there may be bugs in whatever version of iceman's code you are using... please flash the current master github repo and see if you still have a problem.
Offline
Okay, cause i tried your lf read and i get this;
#db# LF Sampling config:
#db# [q] divisor.............95 (125 KHz)
#db# [b\] bps.................8
#db# [d] decimation..........1
#db# [a] averaging...........Yes
#db# [t] trigger threshold...0
Waiting for a response from the proxmark...
Don't forget to cancel its operation first by pressing on the button
command execution time out
#db# Done, saved 40000 out of 40000 seen samples at 8 bits/sample
#db# buffer samples: 7b 7a 7a 79 79 77 78 77 ...
pm3 --> data save /tmp/indala.txt
If I cat indala.txt its 0 bytes.
Also, I flashed Iceman's current repo 2 days ago when I tested this and posted the above. Has there been updates to it since then?
Offline
UPDATE
Ok sorry it seems to be VERY specific as to how far I hold the tag from the device. I did it again and got a successful read.
Please find the data txt file here.... https://pastebin.com/9PEHpVmX
Offline
When it says A valid Indala ID found! , does not mean always its an Indala tag.
Use lf t55xx {commands} , you may get some info. { detect, read, info etc..}
Offline
Pages: 1