mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-11 15:46:24 -07:00
hf iclass rdbl - now use cliparser
This commit is contained in:
parent
f4b100b068
commit
5130bb24e2
2 changed files with 87 additions and 107 deletions
|
@ -78,10 +78,15 @@ Read iCLASS Block
|
|||
```
|
||||
Options
|
||||
---
|
||||
b <block> : The block number as 2 hex symbols
|
||||
k <key> : Access Key as 16 hex symbols or 1 hex to select key from memory
|
||||
-k, --key <key> Access key as 16 hex symbols
|
||||
-b, --block <block> The block number to read as an integer
|
||||
--ki <key idx> Key index to select key from memory 'hf iclass managekeys'
|
||||
--credit key is assumed to be the credit key
|
||||
--elite elite computations applied to key
|
||||
--raw no computations applied to key (raw)
|
||||
--nr replay of NR/MAC
|
||||
|
||||
pm3 --> hf iclass rdbl b 7 k 0
|
||||
pm3 --> hf iclass rdbl -b 7 --ki 0
|
||||
```
|
||||
|
||||
Write to iCLASS Block
|
||||
|
@ -149,7 +154,7 @@ pm3 --> hf iclass eload -f hf-iclass-db883702f8ff12e0.bin
|
|||
|
||||
Clone iCLASS Legacy Sequence
|
||||
```
|
||||
pm3 --> hf iclass rdbl b 7 k 0
|
||||
pm3 --> hf iclass rdbl -b 7 --ki 0
|
||||
pm3 --> hf iclass wrbl b 7 d 6ce099fe7e614fd0 k 0
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue