Merge pull request #1492 from merlokk/mst

make style
This commit is contained in:
Oleg Moiseenko 2021-08-30 12:42:25 +03:00 committed by GitHub
commit 8f2758a676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 32 deletions

View file

@ -973,7 +973,7 @@
}, },
"help": { "help": {
"command": "help", "command": "help",
"description": "help use `<command> help` for details of a command prefs { edit client/device preferences... } -------- ----------------------- technology ----------------------- analyse { analyse utils... } data { plot window / data buffer manipulation... } emv { emv iso-14443 / iso-7816... } hf { high frequency commands... } hw { hardware commands... } lf { low frequency commands... } nfc { nfc commands... } reveng { crc calculations from reveng software... } smart { smart card iso-7816 commands... } script { scripting commands... } trace { trace manipulation... } wiegand { wiegand format manipulation... } -------- ----------------------- general ----------------------- clear clear screen hints turn hints on / off msleep add a pause in milliseconds rem add a text line in log file quit exit exit program [=] session log e:\\proxspace\\pm3/.proxmark3/logs/log_20210825.txt --------------------------------------------------------------------------------------- auto available offline: no run lf search / hf search / data plot / data save", "description": "help use `<command> help` for details of a command prefs { edit client/device preferences... } -------- ----------------------- technology ----------------------- analyse { analyse utils... } data { plot window / data buffer manipulation... } emv { emv iso-14443 / iso-7816... } hf { high frequency commands... } hw { hardware commands... } lf { low frequency commands... } nfc { nfc commands... } reveng { crc calculations from reveng software... } smart { smart card iso-7816 commands... } script { scripting commands... } trace { trace manipulation... } wiegand { wiegand format manipulation... } -------- ----------------------- general ----------------------- clear clear screen hints turn hints on / off msleep add a pause in milliseconds rem add a text line in log file quit exit exit program [=] session log e:\\proxspace\\pm3/.proxmark3/logs/log_20210830.txt --------------------------------------------------------------------------------------- auto available offline: no run lf search / hf search / data plot / data save",
"notes": [ "notes": [
"auto" "auto"
], ],
@ -5150,7 +5150,7 @@
"description": "checks and prints mifare application directory (mad)", "description": "checks and prints mifare application directory (mad)",
"notes": [ "notes": [
"hf mfp mad -> shows mad if exists", "hf mfp mad -> shows mad if exists",
"hf mfp mad -a e103 -k d3f7d3f7d3f7d3f7d3f7d3f7d3f7d3f7 -> shows ndef data if exists" "hf mfp mad --aid e103 -k d3f7d3f7d3f7d3f7d3f7d3f7d3f7d3f7 -> read and print ndef data from mad aid if exists"
], ],
"offline": false, "offline": false,
"options": [ "options": [
@ -5170,7 +5170,7 @@
"notes": [ "notes": [
"hf mfp ndefread -> shows ndef data", "hf mfp ndefread -> shows ndef data",
"hf mfp ndefread -vv -> shows ndef parsed and raw data", "hf mfp ndefread -vv -> shows ndef parsed and raw data",
"hf mfp ndefread -a e103 -k d3f7d3f7d3f7d3f7d3f7d3f7d3f7d3f7 -> shows ndef data with custom aid and key" "hf mfp ndefread --aid e103 -k d3f7d3f7d3f7d3f7d3f7d3f7d3f7d3f7 -> shows ndef data with custom aid and key"
], ],
"offline": false, "offline": false,
"options": [ "options": [
@ -9313,7 +9313,7 @@
"notes": [ "notes": [
"hf mfp ndefread -> shows ndef data", "hf mfp ndefread -> shows ndef data",
"hf mfp ndefread -vv -> shows ndef parsed and raw data", "hf mfp ndefread -vv -> shows ndef parsed and raw data",
"hf mfp ndefread -a e103 -k d3f7d3f7d3f7d3f7d3f7d3f7d3f7d3f7 -> shows ndef data with custom aid and key" "hf mfp ndefread --aid e103 -k d3f7d3f7d3f7d3f7d3f7d3f7d3f7d3f7 -> shows ndef data with custom aid and key"
], ],
"offline": false, "offline": false,
"options": [ "options": [
@ -10000,6 +10000,6 @@
"metadata": { "metadata": {
"commands_extracted": 589, "commands_extracted": 589,
"extracted_by": "PM3Help2JSON v1.00", "extracted_by": "PM3Help2JSON v1.00",
"extracted_on": "2021-08-25T11:37:52" "extracted_on": "2021-08-30T09:35:54"
} }
} }

View file

@ -461,15 +461,15 @@ Check column "offline" for their availability.
|`hf mfp help `|Y |`This help` |`hf mfp help `|Y |`This help`
|`hf mfp info `|N |`Info about Mifare Plus tag` |`hf mfp info `|N |`Info about Mifare Plus tag`
|`hf mfp wrp `|N |`Write Perso command` |`hf mfp wrp `|N |`Write Perso command`
|`hf mfp initp `|N |`Fills all the card's keys` |`hf mfp initp `|N |`Fill all the card's keys in SL0 mode`
|`hf mfp commitp `|N |`Move card to SL1 or SL3 mode` |`hf mfp commitp `|N |`Move card to SL1 or SL3 mode`
|`hf mfp auth `|N |`Authentication` |`hf mfp auth `|N |`Authentication`
|`hf mfp rdbl `|N |`Read blocks` |`hf mfp rdbl `|N |`Read blocks`
|`hf mfp rdsc `|N |`Read sectors` |`hf mfp rdsc `|N |`Read sectors`
|`hf mfp wrbl `|N |`Write blocks` |`hf mfp wrbl `|N |`Write blocks`
|`hf mfp chk `|N |`Check keys` |`hf mfp chk `|N |`Check keys`
|`hf mfp mad `|N |`Checks and prints MAD` |`hf mfp mad `|N |`Check and print MAD`
|`hf mfp ndefread `|N |`Prints NDEF records from card` |`hf mfp ndefread `|N |`Read and print NDEF records from card`
### hf mfu ### hf mfu