Created
July 9, 2018 08:58
-
-
Save ss23/fd74f5f0002a027a965f087d8ef09aa1 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 search | |
| NOTE: some demods output possible binary | |
| if it finds something that looks like a tag | |
| False Positives ARE possible | |
| Checking for known tags: | |
| HID Prox TAG ID: 20050c5d8f (11975) - Format Len: 26bit - FC: 134 - Card: 11975 | |
| Valid HID Prox ID Found! | |
| proxmark3> lf t55xx write b 2 d AAB32AD2 | |
| Writing page 0 block: 02 data: 0xAAB32AD2 | |
| proxmark3> lf search | |
| NOTE: some demods output possible binary | |
| if it finds something that looks like a tag | |
| False Positives ARE possible | |
| Checking for known tags: | |
| No Known Tags Found! | |
| proxmark3> lf search | |
| NOTE: some demods output possible binary | |
| if it finds something that looks like a tag | |
| False Positives ARE possible | |
| Checking for known tags: | |
| No Known Tags Found! | |
| proxmark3> lf t55xx read b 2 | |
| Reading Page 0: | |
| blk | hex data | binary | |
| ----+----------+--------------------------------- | |
| 2 | 55599569 | 01010101010110011001010101101001 | |
| proxmark3> lf t55xx read b 2 | |
| Reading Page 0: | |
| blk | hex data | binary | |
| ----+----------+--------------------------------- | |
| 2 | 55599569 | 01010101010110011001010101101001 | |
| proxmark3> lf t55xx read b 2 | |
| Reading Page 0: | |
| blk | hex data | binary | |
| ----+----------+--------------------------------- | |
| 2 | 55599569 | 01010101010110011001010101101001 | |
| 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 read b 2 | |
| Reading Page 0: | |
| blk | hex data | binary | |
| ----+----------+--------------------------------- | |
| 2 | AAB32AD2 | 10101010101100110010101011010010 | |
| proxmark3> lf t55xx read b 2 | |
| Reading Page 0: | |
| blk | hex data | binary | |
| ----+----------+--------------------------------- | |
| 2 | AAB32AD2 | 10101010101100110010101011010010 | |
| proxmark3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment