mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
lf em 4x70 writepin
--> lf em 4x70 setpin
This commit is contained in:
parent
2cac75d8bd
commit
ba83ac065e
8 changed files with 26 additions and 26 deletions
|
@ -8982,12 +8982,12 @@
|
|||
],
|
||||
"usage": "lf em 4x70 writekey [-h] [--par] -k <hex>"
|
||||
},
|
||||
"lf em 4x70 writepin": {
|
||||
"command": "lf em 4x70 writepin",
|
||||
"lf em 4x70 setpin": {
|
||||
"command": "lf em 4x70 setpin",
|
||||
"description": "Write PIN",
|
||||
"notes": [
|
||||
"lf em 4x70 writepin -p 11223344 -> Write PIN",
|
||||
"lf em 4x70 writepin -p 11223344 --par -> Write PIN using parity commands"
|
||||
"lf em 4x70 setpin -p 11223344 -> Write new PIN",
|
||||
"lf em 4x70 setpin -p 11223344 --par -> Write new PIN using parity commands"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
|
@ -8995,7 +8995,7 @@
|
|||
"--par Add parity bit when sending commands",
|
||||
"-p, --pin <hex> pin, 4 bytes"
|
||||
],
|
||||
"usage": "lf em 4x70 writepin [-h] [--par] -p <hex>"
|
||||
"usage": "lf em 4x70 setpin [-h] [--par] -p <hex>"
|
||||
},
|
||||
"lf em help": {
|
||||
"command": "lf em help",
|
||||
|
|
|
@ -960,8 +960,8 @@ Check column "offline" for their availability.
|
|||
|`lf em 4x70 write `|N |`Write EM4x70`
|
||||
|`lf em 4x70 unlock `|N |`Unlock EM4x70 for writing`
|
||||
|`lf em 4x70 auth `|N |`Authenticate EM4x70`
|
||||
|`lf em 4x70 writepin `|N |`Write PIN`
|
||||
|`lf em 4x70 writekey `|N |`Write key`
|
||||
|`lf em 4x70 setpin `|N |`Write new PIN`
|
||||
|`lf em 4x70 writekey `|N |`Write new key`
|
||||
|`lf em 4x70 recover `|N |`Recover remaining key from partial key`
|
||||
|`lf em 4x70 autorecover `|N |`Recover entire key from writable tag`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue