Skip to content

Instantly share code, notes, and snippets.

@emcniece
Last active July 14, 2023 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emcniece/adf624cb88fb90cddf0bf0dd42e32a9e to your computer and use it in GitHub Desktop.
Save emcniece/adf624cb88fb90cddf0bf0dd42e32a9e to your computer and use it in GitHub Desktop.
Proxmark3 quickstart
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