mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
Some checks failed
CodeQL / Analyze (push) Has been cancelled
MacOS Build and Test / macos-make (push) Has been cancelled
MacOS Build and Test / macos-make-btaddon (push) Has been cancelled
MacOS Build and Test / macos-cmake (push) Has been cancelled
Ubuntu Build and Test / ubuntu-make (push) Has been cancelled
Ubuntu Build and Test / ubuntu-make-btaddon (push) Has been cancelled
Ubuntu Build and Test / ubuntu-cmake (push) Has been cancelled
Windows Build and Test / proxspace (push) Has been cancelled
Windows Build and Test / wsl (push) Has been cancelled
Some checks failed
CodeQL / Analyze (push) Has been cancelled
MacOS Build and Test / macos-make (push) Has been cancelled
MacOS Build and Test / macos-make-btaddon (push) Has been cancelled
MacOS Build and Test / macos-cmake (push) Has been cancelled
Ubuntu Build and Test / ubuntu-make (push) Has been cancelled
Ubuntu Build and Test / ubuntu-make-btaddon (push) Has been cancelled
Ubuntu Build and Test / ubuntu-cmake (push) Has been cancelled
Windows Build and Test / proxspace (push) Has been cancelled
Windows Build and Test / wsl (push) Has been cancelled
This commit is contained in:
parent
d75b170cd4
commit
8ab2f2b5a0
4 changed files with 24 additions and 20 deletions
|
@ -252,8 +252,8 @@ const static vocabulary_t vocabulary[] = {
|
||||||
{ 0, "hf felica rqspecver" },
|
{ 0, "hf felica rqspecver" },
|
||||||
{ 0, "hf felica resetmode" },
|
{ 0, "hf felica resetmode" },
|
||||||
{ 0, "hf felica litesim" },
|
{ 0, "hf felica litesim" },
|
||||||
{ 0, "hf felica litedump" },
|
|
||||||
{ 0, "hf felica liteauth" },
|
{ 0, "hf felica liteauth" },
|
||||||
|
{ 0, "hf felica litedump" },
|
||||||
{ 1, "hf fido help" },
|
{ 1, "hf fido help" },
|
||||||
{ 1, "hf fido list" },
|
{ 1, "hf fido list" },
|
||||||
{ 0, "hf fido info" },
|
{ 0, "hf fido info" },
|
||||||
|
|
|
@ -2710,17 +2710,19 @@
|
||||||
"description": "Authenticate",
|
"description": "Authenticate",
|
||||||
"notes": [
|
"notes": [
|
||||||
"hf felica liteauth -i 11100910C11BC407",
|
"hf felica liteauth -i 11100910C11BC407",
|
||||||
"hf felica liteauth -k 46656c69436130313233343536616263",
|
"hf felica liteauth --key 46656c69436130313233343536616263",
|
||||||
"hf felica liteauth -c 701185c59f8d30afeab8e4b3a61f5cc4 -k 46656c69436130313233343536616263"
|
"hf felica liteauth --key 46656c69436130313233343536616263 -k",
|
||||||
|
"hf felica liteauth -c 701185c59f8d30afeab8e4b3a61f5cc4 --key 46656c69436130313233343536616263"
|
||||||
],
|
],
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help",
|
"-h, --help This help",
|
||||||
"-k, --key <hex> set card key, 16 bytes",
|
"--key <hex> set card key, 16 bytes",
|
||||||
"-c, <hex> set random challenge, 16 bytes",
|
"-c, <hex> set random challenge, 16 bytes",
|
||||||
"-i, <hex> set custom IDm"
|
"-i, <hex> set custom IDm",
|
||||||
|
"-k, keep signal field ON after receive"
|
||||||
],
|
],
|
||||||
"usage": "hf felica liteauth [-h] [-k <hex>] [-c <hex>] [-i <hex>]"
|
"usage": "hf felica liteauth [-hk] [--key <hex>] [-c <hex>] [-i <hex>]"
|
||||||
},
|
},
|
||||||
"hf felica litedump": {
|
"hf felica litedump": {
|
||||||
"command": "hf felica litedump",
|
"command": "hf felica litedump",
|
||||||
|
@ -2730,9 +2732,11 @@
|
||||||
],
|
],
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help"
|
"-h, --help This help",
|
||||||
|
"-i, <hex> set custom IDm",
|
||||||
|
"--key <hex> set card key, 16 bytes"
|
||||||
],
|
],
|
||||||
"usage": "hf felica litedump [-h]"
|
"usage": "hf felica litedump [-h] [-i <hex>] [--key <hex>]"
|
||||||
},
|
},
|
||||||
"hf felica litesim": {
|
"hf felica litesim": {
|
||||||
"command": "hf felica litesim",
|
"command": "hf felica litesim",
|
||||||
|
@ -13485,6 +13489,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 775,
|
"commands_extracted": 775,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2025-08-04T17:50:35"
|
"extracted_on": "2025-08-12T16:26:32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -343,8 +343,8 @@ Check column "offline" for their availability.
|
||||||
|`hf felica rqspecver `|N |`acquire the version of card OS.`
|
|`hf felica rqspecver `|N |`acquire the version of card OS.`
|
||||||
|`hf felica resetmode `|N |`reset Mode to Mode 0.`
|
|`hf felica resetmode `|N |`reset Mode to Mode 0.`
|
||||||
|`hf felica litesim `|N |`Emulating ISO/18092 FeliCa Lite tag`
|
|`hf felica litesim `|N |`Emulating ISO/18092 FeliCa Lite tag`
|
||||||
|`hf felica litedump `|N |`Wait for and try dumping FelicaLite`
|
|
||||||
|`hf felica liteauth `|N |`authenticate a card.`
|
|`hf felica liteauth `|N |`authenticate a card.`
|
||||||
|
|`hf felica litedump `|N |`Wait for and try dumping FelicaLite`
|
||||||
|
|
||||||
|
|
||||||
### hf fido
|
### hf fido
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue