mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
text
This commit is contained in:
parent
9d1e75a9b5
commit
08284414b0
1 changed files with 10 additions and 7 deletions
|
@ -3785,9 +3785,10 @@
|
|||
"--mini mifare classic mini / s20",
|
||||
"--1k mifare classic 1k / s50 (def)",
|
||||
"--2k mifare classic/plus 2k",
|
||||
"--4k mifare classic 4k / s70"
|
||||
"--4k mifare classic 4k / s70",
|
||||
"-v, --verbose verbose output"
|
||||
],
|
||||
"usage": "hf mf cview [-h] [--mini] [--1k] [--2k] [--4k]"
|
||||
"usage": "hf mf cview [-hv] [--mini] [--1k] [--2k] [--4k]"
|
||||
},
|
||||
"hf mf cwipe": {
|
||||
"command": "hf mf cwipe",
|
||||
|
@ -4005,9 +4006,10 @@
|
|||
"--mini mifare classic mini / s20",
|
||||
"--1k mifare classic 1k / s50 (def)",
|
||||
"--2k mifare classic/plus 2k",
|
||||
"--4k mifare classic 4k / s70"
|
||||
"--4k mifare classic 4k / s70",
|
||||
"-v, --verbose verbose output"
|
||||
],
|
||||
"usage": "hf mf eview [-h] [--mini] [--1k] [--2k] [--4k]"
|
||||
"usage": "hf mf eview [-hv] [--mini] [--1k] [--2k] [--4k]"
|
||||
},
|
||||
"hf mf fchk": {
|
||||
"command": "hf mf fchk",
|
||||
|
@ -4081,9 +4083,10 @@
|
|||
"--1k mifare classic 1k / s50 (def)",
|
||||
"--2k mifare classic/plus 2k",
|
||||
"--4k mifare classic 4k / s70",
|
||||
"-p, --pwd <hex> password 4bytes"
|
||||
"-p, --pwd <hex> password 4bytes",
|
||||
"-v, --verbose verbose output"
|
||||
],
|
||||
"usage": "hf mf gview [-h] [--mini] [--1k] [--2k] [--4k] [-p <hex>]"
|
||||
"usage": "hf mf gview [-hv] [--mini] [--1k] [--2k] [--4k] [-p <hex>]"
|
||||
},
|
||||
"hf mf hardnested": {
|
||||
"command": "hf mf hardnested",
|
||||
|
@ -10934,6 +10937,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 689,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2022-03-24T10:21:12"
|
||||
"extracted_on": "2022-03-26T19:01:37"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue