mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 00:55:19 +08:00
rebase - fix missed iclass doc changes
This commit is contained in:
parent
c276f48c46
commit
4447e72486
1 changed files with 25 additions and 23 deletions
|
@ -245,26 +245,28 @@ Check column "offline" for their availability.
|
||||||
|command |offline |description
|
|command |offline |description
|
||||||
|------- |------- |-----------
|
|------- |------- |-----------
|
||||||
|`hf iclass help `|Y |`This help`
|
|`hf iclass help `|Y |`This help`
|
||||||
|`hf iclass calcnewkey `|Y |`[options..] Calc diversified keys (blocks 3 & 4) to write new keys`
|
|`hf iclass dump `|N |`[options..] Dump Picopass / iCLASS tag to file`
|
||||||
|`hf iclass chk `|Y |`[options..] Check keys`
|
|
||||||
|`hf iclass clone `|N |`[options..] Restore a dump file onto a iClass tag`
|
|
||||||
|`hf iclass decrypt `|Y |`[options..] Decrypt given block data or tag dump file`
|
|
||||||
|`hf iclass dump `|N |`[options..] Dump iClass tag to file`
|
|
||||||
|`hf iclass eload `|N |`[f <fname>] Load iClass dump file into emulator memory`
|
|
||||||
|`hf iclass encrypt `|Y |`[options..] Encrypt given block data`
|
|
||||||
|`hf iclass info `|Y |` Tag information`
|
|`hf iclass info `|Y |` Tag information`
|
||||||
|`hf iclass list `|Y |` List iClass history`
|
|`hf iclass list `|Y |` List iclass history`
|
||||||
|
|`hf iclass rdbl `|N |`[options..] Read Picopass / iCLASS block`
|
||||||
|
|`hf iclass reader `|N |` Act like an Picopass / iCLASS reader`
|
||||||
|
|`hf iclass restore `|N |`[options..] Restore a dump file onto a Picopass / iCLASS tag`
|
||||||
|
|`hf iclass sniff `|N |` Eavesdrop Picopass / iCLASS communication`
|
||||||
|
|`hf iclass wrbl `|N |`[options..] Write Picopass / iCLASS block`
|
||||||
|
|`hf iclass chk `|Y |`[options..] Check keys`
|
||||||
|`hf iclass loclass `|Y |`[options..] Use loclass to perform bruteforce reader attack`
|
|`hf iclass loclass `|Y |`[options..] Use loclass to perform bruteforce reader attack`
|
||||||
|`hf iclass lookup `|Y |`[options..] Uses authentication trace to check for key in dictionary file`
|
|`hf iclass lookup `|Y |`[options..] Uses authentication trace to check for key in dictionary file`
|
||||||
|`hf iclass managekeys `|Y |`[options..] Manage keys to use with iClass`
|
|`hf iclass replay `|N |`<mac> Read Picopass / iCLASS tag via replay attack`
|
||||||
|
|`hf iclass sim `|N |`[options..] Simulate iCLASS tag`
|
||||||
|
|`hf iclass eload `|N |`[f <fn> ] Load Picopass / iCLASS dump file into emulator memory`
|
||||||
|
|`hf iclass esave `|N |`[f <fn> ] Save emulator memory to file`
|
||||||
|
|`hf iclass eview `|N |`[options..] View emulator memory`
|
||||||
|
|`hf iclass calcnewkey `|Y |`[options..] Calc diversified keys (blocks 3 & 4) to write new keys`
|
||||||
|
|`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 permute `|N |` Permute function from 'heart of darkness' paper`
|
|`hf iclass permute `|N |` Permute function from 'heart of darkness' paper`
|
||||||
|`hf iclass rdbl `|N |`[options..] Read iClass block`
|
|`hf iclass view `|Y |`[options..] Display content from tag dump file`
|
||||||
|`hf iclass reader `|N |` Act like an iClass reader`
|
|
||||||
|`hf iclass readtagfile `|Y |`[options..] Display content from tag dump file`
|
|
||||||
|`hf iclass replay `|N |`<mac> Read iClass tag via replay attack`
|
|
||||||
|`hf iclass sim `|N |`[options..] Simulate iClass tag`
|
|
||||||
|`hf iclass sniff `|N |` Eavesdrop iClass communication`
|
|
||||||
|`hf iclass wrbl `|N |`[options..] Write iClass block`
|
|
||||||
|
|
||||||
|
|
||||||
### hf legic
|
### hf legic
|
||||||
|
|
Loading…
Reference in a new issue