Need some help, as I am not getting anywhere on my own. I thought it would be easy to search the forum and find solutions, but I wasn’t coming up with the same situation
Ty, I’ll give it a try.
Update- nope getting this error)-
[!] The card data could not be encoded in the selected format.
I tried these combos
lf hid clone -w H10301 --fc 7848 --cn 4373
lf hid clone -w H10301 --fc 4997 --cn 14872
lf hid clone -w H10301 --fc 359 --cn 52241
lf hid clone -w H10301 --fc 359 --cn 14872
lf hid clone -w H10301 --fc 359 --cn 4373
I’ll be going out of town for a bit but I will be able to check this thread, I appreciate all the help, you definitely taught me what FC and CN meant!!! I’m learning
So, if we are starting with a T5577 that we want to clone, first we need to detect it before we can do anything else
lf t5 detect ← this primes the proxmark’s configuration to know how to communicate with this specific t5577 that you have infront of you.
Once we have done the detection we can now dump it to obtain a file of its memory.
lf t5 dump ← running this command as-is will generate a file with a super long name, we can choose the name we want the file to be by adding -f to the dump command.
lf t5 dump -f example will create a file called example, this is easier to have on hand for later when we do a restore.
onto the second T5577, The one we want to turn into a copy of the first
Again we do lf t5 detect to prime the proxmark to be able to talk to it.
Once we have the detection output we then do lf t5 restore -f example this will load the example file we made earlier onto the new t5577.
Repeat lf t5 detect and lf t5 dump to compare the two to make sure theyre now identical.
The output of lf search on both the original and new t5577 should also be the same to show they carry the same emulated chip information.
I am unable to get any of this to take… I am thinking that the original card is in Indala format and it is not copying correctly? I have modified the coding using lf indala and lf t55xx when trying to dump and restore.
So I ended up just using
lf hid clone -r (and inserting the raw string info)
This cloned all the data perfectly onto new t5577 cards, fob keychains and even a bracelet. The ring- not so much; I think its an antenna issue. When I lf tune, I can never get under 23v out of 24v. and this command is the only time I think it is even reading anything at all:
[usb] pm3 → lf search
[=] Note: False Positives ARE possible
[=]
[=] Checking for known tags…
[=]
[-]Searching for COTAG tag…
[-] No data found!
[?] Maybe not an LF tag?
[usb] pm3 → lf t55xx config
[=] — current t55xx config --------------------------
[=] Chip type… T55x7
[=] Modulation… ASK
[=] Bit rate… 2 - RF/32
[=] Inverted… No
[=] Offset… 32
[=] Seq. terminator… Yes
[=] Block0… 000880E8 (auto detect)
[=] Downlink mode… default/fixed bit length
[=] Password set… No
Ahhh, then I’m getting nothing from that t5577 ring at all… no issues with other cards and tags! Learning curve but THANKS for making me figure out out!
Do you have a recommendations on “classes” or other ways to learn about becoming more proficient in the proxmark3 process?? Or just keep trolling the forums for self teaching?