mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
dc7649241a
commit
8293b81217
9 changed files with 57 additions and 38 deletions
|
@ -176,6 +176,7 @@ const static vocabulary_t vocabulary[] = {
|
||||||
{ 1, "hf 14b valid" },
|
{ 1, "hf 14b valid" },
|
||||||
{ 0, "hf 14b calypso" },
|
{ 0, "hf 14b calypso" },
|
||||||
{ 0, "hf 14b mobib" },
|
{ 0, "hf 14b mobib" },
|
||||||
|
{ 0, "hf 14b setuid" },
|
||||||
{ 1, "hf 15 help" },
|
{ 1, "hf 15 help" },
|
||||||
{ 1, "hf 15 list" },
|
{ 1, "hf 15 list" },
|
||||||
{ 1, "hf 15 demod" },
|
{ 1, "hf 15 demod" },
|
||||||
|
|
|
@ -1613,6 +1613,19 @@
|
||||||
],
|
],
|
||||||
"usage": "hf 14b restore [-h] [-f <fn>] [--512] [--4k]"
|
"usage": "hf 14b restore [-h] [-f <fn>] [--512] [--4k]"
|
||||||
},
|
},
|
||||||
|
"hf 14b setuid": {
|
||||||
|
"command": "hf 14b setuid",
|
||||||
|
"description": "Set UID for magic card (only works with such cards)",
|
||||||
|
"notes": [
|
||||||
|
"hf 14b setuid -u 11223344"
|
||||||
|
],
|
||||||
|
"offline": false,
|
||||||
|
"options": [
|
||||||
|
"-h, --help This help",
|
||||||
|
"-u, --uid <hex> UID, 4 hex bytes"
|
||||||
|
],
|
||||||
|
"usage": "hf 14b setuid [-h] -u <hex>"
|
||||||
|
},
|
||||||
"hf 14b sim": {
|
"hf 14b sim": {
|
||||||
"command": "hf 14b sim",
|
"command": "hf 14b sim",
|
||||||
"description": "Simulate a ISO/IEC 14443 type B tag with 4 byte UID / PUPI",
|
"description": "Simulate a ISO/IEC 14443 type B tag with 4 byte UID / PUPI",
|
||||||
|
@ -3221,12 +3234,14 @@
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help",
|
"-h, --help This help",
|
||||||
"--ci <dec> use config slot at index",
|
"--ci <dec> use config slot at index",
|
||||||
"--ki <dec> Key index to select key from memory 'hf iclass managekeys'",
|
"--ki <dec> Card Key - index to select key from memory 'hf iclass managekeys'",
|
||||||
|
"--krki <dec> Elite Keyroll Key - index to select key from memory 'hf iclass managekeys'",
|
||||||
|
"--elite Use elite key for the the Card Key ki",
|
||||||
"-g generate card dump file",
|
"-g generate card dump file",
|
||||||
"-l load available cards",
|
"-l load available cards",
|
||||||
"-p print available cards"
|
"-p print available cards"
|
||||||
],
|
],
|
||||||
"usage": "hf iclass configcard [-hglp] [--ci <dec>] [--ki <dec>]"
|
"usage": "hf iclass configcard [-hglp] [--ci <dec>] [--ki <dec>] [--krki <dec>] [--elite]"
|
||||||
},
|
},
|
||||||
"hf iclass creditepurse": {
|
"hf iclass creditepurse": {
|
||||||
"command": "hf iclass creditepurse",
|
"command": "hf iclass creditepurse",
|
||||||
|
@ -5111,9 +5126,10 @@
|
||||||
"",
|
"",
|
||||||
"FM11RF08S specific options: Incompatible with above options, except -k; output in JSON",
|
"FM11RF08S specific options: Incompatible with above options, except -k; output in JSON",
|
||||||
"--collect_fm11rf08s collect all nT/{nT}/par_err.",
|
"--collect_fm11rf08s collect all nT/{nT}/par_err.",
|
||||||
"--collect_fm11rf08s_with_data collect all nT/{nT}/par_err and data blocks."
|
"--collect_fm11rf08s_with_data collect all nT/{nT}/par_err and data blocks.",
|
||||||
|
"-f, --file <fn> Specify a filename for collected data"
|
||||||
],
|
],
|
||||||
"usage": "hf mf isen [-hab] [--blk <dec>] [-c <dec>] [-k <hex>] [--blk2 <dec>] [--a2] [--b2] [--c2 <dec>] [--key2 <hex>] [-n <dec>] [--reset] [--hardreset] [--addread] [--addauth] [--incblk2] [--corruptnrar] [--corruptnrarparity] FM11RF08S specific options: [--collect_fm11rf08s] [--collect_fm11rf08s_with_data]"
|
"usage": "hf mf isen [-hab] [--blk <dec>] [-c <dec>] [-k <hex>] [--blk2 <dec>] [--a2] [--b2] [--c2 <dec>] [--key2 <hex>] [-n <dec>] [--reset] [--hardreset] [--addread] [--addauth] [--incblk2] [--corruptnrar] [--corruptnrarparity] FM11RF08S specific options: [--collect_fm11rf08s] [--collect_fm11rf08s_with_data] [-f <fn>]"
|
||||||
},
|
},
|
||||||
"hf mf mad": {
|
"hf mf mad": {
|
||||||
"command": "hf mf mad",
|
"command": "hf mf mad",
|
||||||
|
@ -9793,9 +9809,10 @@
|
||||||
"--nrar <hex> nonce / answer writer, 8 hex bytes",
|
"--nrar <hex> nonce / answer writer, 8 hex bytes",
|
||||||
"--crypto crypto mode",
|
"--crypto crypto mode",
|
||||||
"-k, --key <hex> pwd or key, 4 or 6 hex bytes",
|
"-k, --key <hex> pwd or key, 4 or 6 hex bytes",
|
||||||
"-p, --page <dec> page address to read from"
|
"-p, --page <dec> page address to read from",
|
||||||
|
"-c, --count <dec> how many pages to read. '0' reads all pages up to the end page (default: 1)"
|
||||||
],
|
],
|
||||||
"usage": "lf hitag hts rdbl [-h8] [--nrar <hex>] [--crypto] [-k <hex>] -p <dec>"
|
"usage": "lf hitag hts rdbl [-h8] [--nrar <hex>] [--crypto] [-k <hex>] [-p <dec>] [-c <dec>]"
|
||||||
},
|
},
|
||||||
"lf hitag hts reader": {
|
"lf hitag hts reader": {
|
||||||
"command": "lf hitag hts reader",
|
"command": "lf hitag hts reader",
|
||||||
|
@ -12954,8 +12971,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 747,
|
"commands_extracted": 748,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2024-10-04T07:43:15"
|
"extracted_on": "2024-10-12T11:55:26"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -227,6 +227,7 @@ Check column "offline" for their availability.
|
||||||
|`hf 14b valid `|Y |`SRIX4 checksum test`
|
|`hf 14b valid `|Y |`SRIX4 checksum test`
|
||||||
|`hf 14b calypso `|N |`Read contents of a Calypso card`
|
|`hf 14b calypso `|N |`Read contents of a Calypso card`
|
||||||
|`hf 14b mobib `|N |`Read contents of a Mobib card`
|
|`hf 14b mobib `|N |`Read contents of a Mobib card`
|
||||||
|
|`hf 14b setuid `|N |`Set UID for magic card`
|
||||||
|
|
||||||
|
|
||||||
### hf 15
|
### hf 15
|
||||||
|
@ -1078,9 +1079,9 @@ Check column "offline" for their availability.
|
||||||
|`lf hitag hts help `|Y |`This help`
|
|`lf hitag hts help `|Y |`This help`
|
||||||
|`lf hitag hts list `|Y |`List Hitag S trace history`
|
|`lf hitag hts list `|Y |`List Hitag S trace history`
|
||||||
|`lf hitag hts reader `|N |`Act like a Hitag S reader`
|
|`lf hitag hts reader `|N |`Act like a Hitag S reader`
|
||||||
|`lf hitag hts rdbl `|N |`Read Hitag S memory`
|
|`lf hitag hts rdbl `|N |`Read Hitag S page`
|
||||||
|`lf hitag hts wrbl `|N |`Write Hitag S page`
|
|`lf hitag hts wrbl `|N |`Write Hitag S page`
|
||||||
|`lf hitag hts sim `|N |`Simulate Hitag transponder`
|
|`lf hitag hts sim `|N |`Simulate Hitag S transponder`
|
||||||
|
|
||||||
|
|
||||||
### lf idteck
|
### lf idteck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue