diff --git a/content/SUMMARY.md b/content/SUMMARY.md index 3a9fccb..4526be6 100644 --- a/content/SUMMARY.md +++ b/content/SUMMARY.md @@ -49,7 +49,7 @@ - [🗈 Decorator that runs a function in a thread](python/decorator-that-runs-a-function-in-a-thread.md) - [💽 Software](software/index.md) - [🗈 Black pills](software/black-pills.md) - - [🗈 Cloning a Paxton fob with a Proxmark3](software/cloning-a-paxton-fob-with-a-proxmark3.md) + - [🗈 Cloning cards/fobs with a Proxmark3](software/cloning-cards-fobs-with-a-proxmark3.md) - [🗈 Getting VoWiFi working on Xiaomi.eu](software/getting-vowifi-working-on-xiaomi-eu.md) - [🗈 Monero GUI syncing stuck with Ledger](software/monero-gui-syncing-stuck-with-ledger.md) - [🗈 Pairing the Xbox One controller in Linux](software/pairing-the-xbox-one-controller-in-linux.md) diff --git a/content/software/cloning-a-paxton-fob-with-a-proxmark3.md b/content/software/cloning-cards-fobs-with-a-proxmark3.md similarity index 69% rename from content/software/cloning-a-paxton-fob-with-a-proxmark3.md rename to content/software/cloning-cards-fobs-with-a-proxmark3.md index daf8111..85370ee 100644 --- a/content/software/cloning-a-paxton-fob-with-a-proxmark3.md +++ b/content/software/cloning-cards-fobs-with-a-proxmark3.md @@ -1,4 +1,6 @@ -# Cloning a Paxton fob with a Proxmark3 +# Cloning cards/fobs with a Proxmark3 + +## Cloning a Paxton fob Basically, follow this guide: @@ -26,15 +28,28 @@ lf em 410x reader You should be done, but I haven't tested it as I don't have a Paxton reader handy. -## Related reading +### Related reading * [Iceman's Proxmark3 firmware (use this one)](https://github.com/RfidResearchGroup/proxmark3) * [How to copy Paxton fobs using an RFIDler](https://gist.github.com/natmchugh/18e82761dbce52fa284c87c190dc926f#getting-hold-of-hitag2-tags) * [ How to copy, read and write Paxton fobs and cards with a Proxmark ](https://badcfe.org/how-to-paxton-with-proxmark/) +## Cloning MiFare cards + +See [Cloning a Mifare Classic 1K](https://www.gavinjl.me/proxmark-3-cloning-a-mifare-classic-1k/). + +## Card cloner + +I have an AliExpress cloner which clones LF cards. Unfortunately, whenever it clones a card, it sets the password bit on it. To remove it with the Proxmark3, run: + +``` +lf t55 wipe --p 51243648 +``` + + * * *

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

diff --git a/content/software/index.md b/content/software/index.md index 0c4eb4e..9ac82e6 100644 --- a/content/software/index.md +++ b/content/software/index.md @@ -3,7 +3,7 @@ Click on a link in the list below to go to that page: 1. [Black pills](../../software/black-pills.html) -1. [Cloning a Paxton fob with a Proxmark3](../../software/cloning-a-paxton-fob-with-a-proxmark3.html) +1. [Cloning cards/fobs with a Proxmark3](../../software/cloning-cards-fobs-with-a-proxmark3.html) 1. [Getting VoWiFi working on Xiaomi.eu](../../software/getting-vowifi-working-on-xiaomi-eu.html) 1. [Monero GUI syncing stuck with Ledger](../../software/monero-gui-syncing-stuck-with-ledger.html) 1. [Pairing the Xbox One controller in Linux](../../software/pairing-the-xbox-one-controller-in-linux.html)