Open AddaxSoft opened 3 years ago
I made some progress:
I learned that some tags are configured as read only, so finally I was able to write to a writable tag. However, I have a writable tag that I could clone with a cheap device from aliexpress, but cannot write to it with the proxmark3 easy.
I can't figure out why
I have a writable tag that I could clone with a cheap device from aliexpress, but cannot write to it with the proxmark3 easy
Sounds like the cloner put a password on it. If so, you will need the password to make changes.
not really, simply because when I use the cloner to write on the t5577 card I can still over-write on it with my proxmark3 easy.
OK, the tag that you can write to with the cloner, but not the proxmark, does the proxmark find it with an
lf t55 det
I'm replacing hardware JUST IN CASE, but I remember I was able to detect the tag with lf search
You can always try out the RRG/Iceman repo and see if that one works better. Worth a try before you replace your hw
ok got new hardware, but same issue persists. I'm happy to debug and test.
lf t55 det
returns this:
proxmark3> lf t55 read
Reading Page 0:
blk | hex data | binary
----+----------+---------------------------------
That shows a lf t55 read
, can you try the lf t55 detect
I'm on kali linux:
I did
killall modem_manager
and run the proxmark3:I did
lf search u
to identify my tagOk, so it's a
EM410x
tag. I read the UID with this command:Now I want to write the UID to another tag:
nothing happens next even
hw tune
doesn't response anymore:I noticed an error message in my dmesg:
now I can't read or do anything until I exit. When I read after exit the tag is still old value.
so far I tried:
sometimes I get this:
but again that's not true, the UID is not written. What could be the issue?