Last active
July 14, 2023 22:34
-
-
Save emcniece/adf624cb88fb90cddf0bf0dd42e32a9e to your computer and use it in GitHub Desktop.
Proxmark3 quickstart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew tap proxmark/proxmark3 | |
brew install proxmark3 | |
proxmark3 /dev/tty.usbmodem214401 | |
lf hid read 1 | |
# present card | |
# read the tag id and copy it | |
# place the ring on the LF antena, have the antenna cutting the ring in half (don't just put it in the middle) | |
lf hid clone SOMEHEXVALUE | |
# remove ring | |
lf hid read 1 | |
# present ring to confirm it wrote ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment