mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
text
This commit is contained in:
parent
1933f1be54
commit
5c31ad2f91
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,7 @@ This document is based mostly on information posted on http://www.proxmark.org/f
|
||||||
- [White cloner (after 2016)](#white-cloner-after-2016)
|
- [White cloner (after 2016)](#white-cloner-after-2016)
|
||||||
- [White cloner (after 2016 D Quality)](#white-cloner-after-2016-d-quality)
|
- [White cloner (after 2016 D Quality)](#white-cloner-after-2016-d-quality)
|
||||||
- [restore page1 data](#restore-page1-data)
|
- [restore page1 data](#restore-page1-data)
|
||||||
|
- [Sniffing the comms](#sniffing-the-comms)
|
||||||
|
|
||||||
|
|
||||||
# Blue and black cloners
|
# Blue and black cloners
|
||||||
|
@ -61,3 +62,10 @@ Standard password is normally (for T55xx): AA55BBBB
|
||||||
lf t55xx write b 1 d E0150A48 1
|
lf t55xx write b 1 d E0150A48 1
|
||||||
If t55xx write b 2 d 2D782308 1
|
If t55xx write b 2 d 2D782308 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Sniffing the comms
|
||||||
|
The T55x7 protocol uses a pwm based protocol for writing to tags. In order to make decoding easier when doing lf sniffing try the new command as seen below instead
|
||||||
|
|
||||||
|
```
|
||||||
|
lf t55xx sniff
|
||||||
|
```
|
Loading…
Reference in a new issue