joplin-mdbooks-website/content/software/cloning-a-paxton-fob-with-a-proxmark3.md
Stavros Korokithakis 35baa4f799
Updates
2024-02-14 13:45:18 +02:00

1.2 KiB

Cloning a Paxton fob with a Proxmark3

Basically, follow this guide:

https://badcfe.org/how-to-paxton-with-proxmark/

I managed to read my fob with:

lf hitag read --ht2 -k BDF5E846

If you're getting "Password failed!" or nothing back, move the fob around the 125KHz antenna (the top one), it should eventually work.

Afterwards, convert the fob pages to an EM4100 ID, and flash the ID to a T5577, emulating an EM4100 chip:

lf em 410x clone --id <your hex id>

Read it back to make sure:

lf em 410x reader

You should be done, but I haven't tested it as I don't have a Paxton reader handy.


Last updated on February 14, 2024. For any questions/feedback, email me at hi@stavros.io.