Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save ss23/fd74f5f0002a027a965f087d8ef09aa1 to your computer and use it in GitHub Desktop.
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