mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Merge pull request #2699 from Nya0/hts-restore
lf hitag hts restore & 82xx improvements
This commit is contained in:
commit
7843de1988
3 changed files with 247 additions and 1 deletions
|
@ -9838,6 +9838,27 @@
|
|||
],
|
||||
"usage": "lf hitag hts dump [-h8] [--nrar <hex>] [--crypto] [-k <hex>] [-m <dec>] [-f <fn>] [--ns]"
|
||||
},
|
||||
"lf hitag hts restore": {
|
||||
"command": "lf hitag hts restore",
|
||||
"description": "Restore a dump file onto Hitag S tag Crypto mode: - key format ISK high + ISK low - default key 4F4E4D494B52 (ONMIKR) 8268/8310 password mode: - default password BBDD3399",
|
||||
"notes": [
|
||||
"lf hitag hts restore -f myfile --82xx -k BBDD3399 -> pwd mode",
|
||||
"lf hitag hts restore -f myfile --crypto -> use def crypto",
|
||||
"lf hitag hts restore -f myfile -k 4F4E4D494B52 -> crypto mode",
|
||||
"lf hitag hts restore -f myfile --nrar 0102030411223344"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
"-h, --help This help",
|
||||
"-8, --82xx 8268/8310 mode",
|
||||
"--nrar <hex> nonce / answer writer, 8 hex bytes",
|
||||
"--crypto crypto mode",
|
||||
"-k, --key <hex> pwd or key, 4 or 6 hex bytes",
|
||||
"-m, --mode <dec> response protocol mode. 0 (Standard 00110), 1 (Advanced 11000), 2 (Advanced 11001), 3 (Fast Advanced 11010) (def: 3)",
|
||||
"-f, --file <fn> specify file name"
|
||||
],
|
||||
"usage": "lf hitag hts restore [-h8] [--nrar <hex>] [--crypto] [-k <hex>] [-m <dec>] [-f <fn>]"
|
||||
},
|
||||
"lf hitag hts help": {
|
||||
"command": "lf hitag hts help",
|
||||
"description": "help This help list List Hitag S trace history --------------------------------------------------------------------------------------- lf hitag hts list available offline: yes Alias of `trace list -t hitags` with selected protocol data to annotate trace buffer You can load a trace from file (see `trace load -h`) or it be downloaded from device by default It accepts all other arguments of `trace list`. Note that some might not be relevant for this specific protocol",
|
||||
|
|
|
@ -1084,6 +1084,7 @@ Check column "offline" for their availability.
|
|||
|`lf hitag hts rdbl `|N |`Read Hitag S page`
|
||||
|`lf hitag hts dump `|N |`Dump Hitag S pages to a file`
|
||||
|`lf hitag hts wrbl `|N |`Write Hitag S page`
|
||||
|`lf hitag hts restore `|N |`Restore Hitag S memory from a dump file`
|
||||
|`lf hitag hts sim `|N |`Simulate Hitag S transponder`
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue