Skip to content

Instantly share code, notes, and snippets.

@ss23
Created July 9, 2018 08:27
Show Gist options
  • Select an option

  • Save ss23/56a75c439e156107f75835ac85490c59 to your computer and use it in GitHub Desktop.

Select an option

Save ss23/56a75c439e156107f75835ac85490c59 to your computer and use it in GitHub Desktop.
proxmark3> lf hid clone 20050c5d8f
Cloning tag with ID 20050c5d8f
#db# DONE!
proxmark3> lf t55xx read b 2
Reading Page 0:
blk | hex data | binary
----+----------+---------------------------------
2 | AAB32AD2 | 10101010101100110010101011010010
proxmark3> lf t55xx write b 2 d AAB32AD2
Writing page 0 block: 02 data: 0xAAB32AD2
proxmark3> lf t55xx read b 2
Reading Page 0:
blk | hex data | binary
----+----------+---------------------------------
2 | 55599569 | 01010101010110011001010101101001
proxmark3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment