mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
run make style
This commit is contained in:
parent
db3c86958a
commit
e65263c73b
8 changed files with 79 additions and 62 deletions
|
@ -791,6 +791,7 @@ const static vocabulary_t vocabulary[] = {
|
|||
{ 1, "smart help" },
|
||||
{ 1, "smart list" },
|
||||
{ 0, "smart info" },
|
||||
{ 0, "smart relay" },
|
||||
{ 0, "smart reader" },
|
||||
{ 0, "smart raw" },
|
||||
{ 1, "smart upgrade" },
|
||||
|
|
|
@ -11790,6 +11790,21 @@
|
|||
],
|
||||
"usage": "smart reader [-hv]"
|
||||
},
|
||||
"smart relay": {
|
||||
"command": "smart relay",
|
||||
"description": "Make pm3 available to host OS smartcard driver via vpcd to enable use with other software such as GlobalPlatform Pro",
|
||||
"notes": [
|
||||
"Requires the virtual smartcard daemon to be installed and running, see https://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
"-h, --help This help",
|
||||
"--host <str> vpcd socket host (default: localhost)",
|
||||
"-p, --port <int> vpcd socket port (default: 35963)",
|
||||
"-v, --verbose display APDU transactions between OS and card"
|
||||
],
|
||||
"usage": "smart relay [-hv] [--host <str>] [-p <int>]"
|
||||
},
|
||||
"smart setclock": {
|
||||
"command": "smart setclock",
|
||||
"description": "Set clock speed for smart card interface.",
|
||||
|
@ -12049,8 +12064,8 @@
|
|||
}
|
||||
},
|
||||
"metadata": {
|
||||
"commands_extracted": 698,
|
||||
"commands_extracted": 699,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2023-11-09T16:29:08"
|
||||
"extracted_on": "2023-11-11T20:31:02"
|
||||
}
|
||||
}
|
|
@ -1424,6 +1424,7 @@ Check column "offline" for their availability.
|
|||
|`smart help `|Y |`This help`
|
||||
|`smart list `|Y |`List ISO 7816 history`
|
||||
|`smart info `|N |`Tag information`
|
||||
|`smart relay `|N |`Turn pm3 into pcsc reader and relay to host OS via vpcd`
|
||||
|`smart reader `|N |`Act like an IS07816 reader`
|
||||
|`smart raw `|N |`Send raw hex data to tag`
|
||||
|`smart upgrade `|Y |`Upgrade sim module firmware`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue