Created
July 9, 2018 08:27
-
-
Save ss23/56a75c439e156107f75835ac85490c59 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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