mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Merge pull request #1000 from tcprst/iclass_cliparser
hf iclass view, permute - now use cliparser
This commit is contained in:
commit
ddd92fcf69
4 changed files with 52 additions and 81 deletions
|
@ -46,9 +46,10 @@ Reverse permute iCLASS master key
|
|||
```
|
||||
Options
|
||||
---
|
||||
r reverse permuted key
|
||||
-r --reverse : reverse permuted key
|
||||
--key <bytes> : input key
|
||||
|
||||
pm3 --> hf iclass permute r 3F90EBF0910F7B6F
|
||||
pm3 --> hf iclass permute --reverse --key 3F90EBF0910F7B6F
|
||||
```
|
||||
|
||||
iCLASS Reader
|
||||
|
|
|
@ -241,7 +241,7 @@ Check column "offline" for their availability.
|
|||
### hf iclass
|
||||
|
||||
{ ICLASS RFIDs... }
|
||||
|
||||
|
||||
|command |offline |description
|
||||
|------- |------- |-----------
|
||||
|`hf iclass help `|Y |`This help`
|
||||
|
@ -265,8 +265,8 @@ Check column "offline" for their availability.
|
|||
|`hf iclass encrypt `|Y |`[options..] Encrypt given block data`
|
||||
|`hf iclass decrypt `|Y |`[options..] Decrypt given block data or tag dump file`
|
||||
|`hf iclass managekeys `|Y |`[options..] Manage keys to use with iclass commands`
|
||||
|`hf iclass permutekey `|N |` Permute function from 'heart of darkness' paper`
|
||||
|`hf iclass view `|Y |`[options..] Display content from tag dump file`
|
||||
|`hf iclass permute `|N |` Permute function from 'heart of darkness' paper`
|
||||
|`hf iclass view `|Y |`[options..] Display content from tag dump file`
|
||||
|
||||
|
||||
### hf legic
|
||||
|
@ -304,7 +304,7 @@ Check column "offline" for their availability.
|
|||
|`hf lto wrbl `|N |`Write block`
|
||||
|`hf lto list `|Y |`List LTO-CM history`
|
||||
|
||||
|
||||
|
||||
### hf mf
|
||||
|
||||
{ MIFARE RFIDs... }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue