Hello,
I have just started to this journeu with rfid and have a problem that i dont understand.
This is the card a want to copy:
[usb|script] pm3 → lf search
[=] Note: False Positives ARE possible
[=]
[=] Checking for known tags…
[=]
[+] [+] EM 410x ID 0110185C5B
[+] EM410x ( RF/64 )
[=] -------- Possible de-scramble patterns ---------
[+] Unique TAG ID : 8008183ADA
[=] HoneyWell IdentKey
[+] DEZ 8 : 01596507
[+] DEZ 10 : 0270031963
[+] DEZ 5.5 : 04120.23643
[+] DEZ 3.5A : 001.23643
[+] DEZ 3.5B : 016.23643
[+] DEZ 3.5C : 024.23643
[+] DEZ 14/IK2 : 00004564999259
[+] DEZ 15/IK3 : 000549891619546
[+] DEZ 20/ZK : 08000008010803101310
[=]
[+] Other : 23643_024_01596507
[+] Pattern Paxton : 19700315 [0x12C9A5B]
[+] Pattern 1 : 4507500 [0x44C76C]
[+] Pattern Sebury : 23643 24 1596507 [0x5C5B 0x18 0x185C5B]
[+] VD / ID : 001 / 0270031963
[+] Pattern ELECTRA : 272 1596507
[=] ------------------------------------------------
[+] Valid EM410x ID found!
[=] Couldn’t identify a chipset
and i use:
[usb|script] pm3 → lf em 410x clone --id 0110185C5B --electra
[+] Preparing to clone EM4102 to T55x7 tag with EM Tag ID 0110185C5B (RF/64)
[=] Encoded to FF 80 63 00 E2 AC 2A FC
[#] Clock rate: 64
[#] Tag T55x7 written with 0xff806300e2ac2afc
[#] Electra 0x7e1eaaaaaaaaaaaa
[+] Done!
[?] Hint: Try lf em 410x reader to verify
[usb|script] pm3 → lf em410x reader
and get this result:
[+] EM 410x ID 0110185C5B
[+] EM410x ( RF/64 )
[=] -------- Possible de-scramble patterns ---------
[+] Unique TAG ID : 8008183ADA
[=] HoneyWell IdentKey
[+] DEZ 8 : 01596507
[+] DEZ 10 : 0270031963
[+] DEZ 5.5 : 04120.23643
[+] DEZ 3.5A : 001.23643
[+] DEZ 3.5B : 016.23643
[+] DEZ 3.5C : 024.23643
[+] DEZ 14/IK2 : 00004564999259
[+] DEZ 15/IK3 : 000549891619546
[+] DEZ 20/ZK : 08000008010803101310
[=]
[+] Other : 23643_024_01596507
[+] Pattern Paxton : 19700315 [0x12C9A5B]
[+] Pattern 1 : 4507500 [0x44C76C]
[+] Pattern Sebury : 23643 24 1596507 [0x5C5B 0x18 0x185C5B]
[+] VD / ID : 001 / 0270031963
[+] Pattern ELECTRA : 272 1596507
[=] ------------------------------------------------
[+] Valid EM410x ID found!
[+] Chipset… T55xx
soo far so good:
when dump memory it looks like this from orginal card:
usb|script] pm3 → lf t5 dump
[=] ------------------------- T55xx tag memory -----------------------------
[+] Page 0
[+] blk | hex data | binary | ascii
[+] ----±---------±---------------------------------±------
[+] 00 | 31807156 | 00110001100000000111000101010110 | 1.qV
[+] 01 | 038AB0AB | 00000011100010101011000010101011 | …
[+] 02 | 31807156 | 00110001100000000111000101010110 | 1.qV
[+] 03 | 2AFCFF80 | 00101010111111001111111110000000 | *…
[+] 04 | CFF80630 | 11001111111110000000011000110000 | …0
[+] 05 | 806300E2 | 10000000011000110000000011100010 | .c..
[+] 06 | 6300E2AC | 01100011000000001110001010101100 | c…
[+] 07 | 1C55855F | 00011100010101011000010101011111 | .U._
[+] Page 1
[+] blk | hex data | binary | ascii
[+] ----±---------±---------------------------------±------
[+] 00 | AC2AFCFF | 10101100001010101111110011111111 | ...
[+] 01 | 6300E2AC | 01100011000000001110001010101100 | c…
[+] 02 | 0E2AC2AF | 00001110001010101100001010101111 | ...
[+] 03 | 6300E2AC | 01100011000000001110001010101100 | c…
and like this from clone and the card dosent work:
[+] Page 0
[+] blk | hex data | binary | ascii
[+] ----±---------±---------------------------------±------
[+] 00 | 00148080 | 00000000000101001000000010000000 | …
[+] 01 | FF806300 | 11111111100000000110001100000000 | ..c.
[+] 02 | E2AC2AFC | 11100010101011000010101011111100 | ..*.
[+] 03 | 7E1EAAAA | 01111110000111101010101010101010 | ~…
[+] 04 | AAAAAAAA | 10101010101010101010101010101010 | …
[+] 05 | 00000000 | 00000000000000000000000000000000 | …
[+] 06 | 00000000 | 00000000000000000000000000000000 | …
[+] 07 | 00000000 | 00000000000000000000000000000000 | …
[+] Page 1
[+] blk | hex data | binary | ascii
[+] ----±---------±---------------------------------±------
[+] 00 | 00148080 | 00000000000101001000000010000000 | …
[+] 01 | E0150A18 | 11100000000101010000101000011000 | …
[+] 02 | A7A19171 | 10100111101000011001000101110001 | …q
[+] 03 | 00000000 | 00000000000000000000000000000000 | …
I have tried to write it block by block but i always bricking the card.
What am i doing wrong?
Merry christmas!
