mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fixed iclass offline mode commands
Fixed iclass offline mode commands
This commit is contained in:
parent
fc6feea0d4
commit
90ac7fb67b
5 changed files with 14 additions and 13 deletions
|
@ -406,9 +406,9 @@ Check column "offline" for their availability.
|
|||
|command |offline |description
|
||||
|------- |------- |-----------
|
||||
|`hf iclass help `|Y |`This help`
|
||||
|`hf iclass list `|Y |`List iclass history`
|
||||
|`hf iclass list `|N |`List iclass history`
|
||||
|`hf iclass dump `|N |`Dump Picopass / iCLASS tag to file`
|
||||
|`hf iclass info `|Y |`Tag information`
|
||||
|`hf iclass info `|N |`Tag information`
|
||||
|`hf iclass rdbl `|N |`Read Picopass / iCLASS block`
|
||||
|`hf iclass reader `|N |`Act like a Picopass / iCLASS reader`
|
||||
|`hf iclass restore `|N |`Restore a dump file onto a Picopass / iCLASS tag`
|
||||
|
@ -426,7 +426,7 @@ Check column "offline" for their availability.
|
|||
|`hf iclass eview `|N |`View emulator memory`
|
||||
|`hf iclass configcard `|N |`Reader configuration card`
|
||||
|`hf iclass calcnewkey `|Y |`Calc diversified keys (blocks 3 & 4) to write new keys`
|
||||
|`hf iclass encode `|Y |`Encode binary wiegand to block 7`
|
||||
|`hf iclass encode `|N |`Encode binary wiegand to block 7`
|
||||
|`hf iclass encrypt `|Y |`Encrypt given block data`
|
||||
|`hf iclass decrypt `|Y |`Decrypt given block data or tag dump file`
|
||||
|`hf iclass managekeys `|Y |`Manage keys to use with iclass commands`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue