mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 08:38:35 +08:00
Add Mifare Ultralight commands to cheatsheet.md
This commit is contained in:
parent
c64ab2117a
commit
40f553ffdc
1 changed files with 13 additions and 0 deletions
|
@ -277,6 +277,19 @@ pm3 --> hf mf dump
|
|||
pm3 --> hf mf restore 1 u 4A6CE843 k hf-mf-A29558E4-key.bin f hf-mf-A29558E4-data.bin
|
||||
```
|
||||
|
||||
Read Mifare Ultralight EV1
|
||||
```
|
||||
pm3 --> hf mfu info
|
||||
```
|
||||
|
||||
Clone Mifare Ultralight EV1 Sequence
|
||||
```
|
||||
pm3 --> hf mfu dump k FFFFFFFF
|
||||
pm3 --> script run dumptoemul-mfu -i hf-mfu-XXXX-dump.bin -o hf-mfu-XXXX-dump.eml
|
||||
pm3 --> hf mfu eload u hf-mfu-XXXX-dump.eml
|
||||
pm3 --> hf mfu sim t 7 u hf-mfu-XXXX-dump.eml
|
||||
```
|
||||
|
||||
## Wiegand manipulation
|
||||
^[Top](#top)
|
||||
|
||||
|
|
Loading…
Reference in a new issue