mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Added hf_mfu_ultra.lua
script enables restoring dump to ULTRA/UL-5 tags and clearing previously written ULTRA tags
This commit is contained in:
parent
b36b61feb0
commit
8227834730
3 changed files with 405 additions and 0 deletions
|
@ -2356,6 +2356,36 @@ After communication to iKey LLC (importer of those tags to Russian market), new
|
|||
[+] ATS: 85 00 00 A0 00 00 0A 3C 00 04 03 01 01 00 0E 03 [ C8 1D ]
|
||||
```
|
||||
|
||||
### Magic commands
|
||||
|
||||
^[Top](#top)
|
||||
|
||||
Use the script `hf_mfu_ultra.lua` to restore (write) dump to tag or clear previously written tag.
|
||||
|
||||
Usage:
|
||||
1. Restore dump to tag:
|
||||
```
|
||||
script run hf_mfu_ultra -k <passwd> -r <dump filename>
|
||||
```
|
||||
2. Wipe tag:
|
||||
```
|
||||
script run hf_mfu_ultra -k <passwd> -w
|
||||
```
|
||||
3. Show help:
|
||||
```
|
||||
script run hf_mfu_ultra -h
|
||||
```
|
||||
|
||||
Examples:
|
||||
1. Restore dump to tag:
|
||||
```
|
||||
script run hf_mfu_ultra -k ffffffff -r hf-mfu-3476FF1514D866-dump.bin
|
||||
```
|
||||
2. Wipe tag:
|
||||
```
|
||||
script run hf_mfu_ultra -k 1d237f76 -w
|
||||
```
|
||||
|
||||
## UL-5
|
||||
|
||||
^[Top](#top)
|
||||
|
@ -2389,6 +2419,28 @@ The manufacturer confirmed unpersonalized tags could be identified by first 2 by
|
|||
|
||||
* `AA 55...`
|
||||
|
||||
### Magic commands
|
||||
|
||||
^[Top](#top)
|
||||
|
||||
Use the script `hf_mfu_ultra.lua` to restore (write) dump to tag.
|
||||
|
||||
Usage:
|
||||
1. Restore dump to tag:
|
||||
```
|
||||
script run hf_mfu_ultra -k <passwd> -r <dump filename>
|
||||
```
|
||||
3. Show help:
|
||||
```
|
||||
script run hf_mfu_ultra -h
|
||||
```
|
||||
|
||||
Examples:
|
||||
1. Restore dump to tag:
|
||||
```
|
||||
script run hf_mfu_ultra -k ffffffff -r hf-mfu-3476FF1514D866-dump.bin
|
||||
```
|
||||
|
||||
## UL, other chips
|
||||
|
||||
** TODO **
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue