mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
style
This commit is contained in:
parent
4f43693dee
commit
9b75ecc270
2 changed files with 19 additions and 19 deletions
|
@ -973,7 +973,7 @@
|
|||
},
|
||||
"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_20210806.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 /home/iceman/.proxmark3/logs/log_20210808.txt --------------------------------------------------------------------------------------- auto available offline: no run lf search / hf search / data plot / data save",
|
||||
"notes": [
|
||||
"auto"
|
||||
],
|
||||
|
@ -4925,7 +4925,7 @@
|
|||
"hf mfdes write --aid 123456 --fid 01 --type record -d 01020304 -> write data to record file",
|
||||
"hf mfdes write --aid 123456 --fid 01 --type record -d 01020304 --updaterec 0 -> update record in the record file. record 0 - lastest record.",
|
||||
"hf mfdes write --aid 123456 --fid 01 --type record --offset 000000 -d 11223344 -> write record to record file. use default channel settings from `default` command",
|
||||
"hf mfdes write --appisoid 1234 --fileisoid 1000 --type data -c iso -d 01020304 -> write data to std/backup file iso commandset",
|
||||
"hf mfdes write --appisoid 1234 --fileisoid 1000 --type data -c iso -d 01020304 -> write data to std/backup file via iso commandset",
|
||||
"hf mfdes write --appisoid 1234 --fileisoid 2000 --type record -c iso -d 01020304 -> aend record to record file via iso commandset"
|
||||
],
|
||||
"offline": false,
|
||||
|
@ -5737,8 +5737,8 @@
|
|||
"command": "hw connect",
|
||||
"description": "connects to a proxmark3 device via specified serial port. baudrate here is only for physical uart or uart-bt, not for usb-cdc or blue shark add-on",
|
||||
"notes": [
|
||||
"hw connect -p com3",
|
||||
"hw connect -p com3 -b 115200"
|
||||
"hw connect -p /dev/ttyacm0",
|
||||
"hw connect -p /dev/ttyacm0 -b 115200"
|
||||
],
|
||||
"offline": true,
|
||||
"options": [
|
||||
|
@ -6187,7 +6187,7 @@
|
|||
"-h, --help this help",
|
||||
"--clk <dec> <32|64> clock (default 64)",
|
||||
"--delay <dec> pause delay in milliseconds between uids simulation (default 1000ms)",
|
||||
"-f, --file <hex> file with uids in hex format, one per line",
|
||||
"-f, --file <hex> file with em tag ids, one id per line",
|
||||
"--gap <dec> gap (0's) between id repeats (default 20)"
|
||||
],
|
||||
"usage": "lf em 410x brute [-h] [--clk <dec>] [--delay <dec>] -f <hex> [--gap <dec>]"
|
||||
|
@ -6196,14 +6196,14 @@
|
|||
"command": "lf em 410x clone",
|
||||
"description": "writes em410x id to a t55x7 or q5/t5555 tag",
|
||||
"notes": [
|
||||
"lf em 410x clone --id 0f0368568b -> write id to t55x7 tag",
|
||||
"lf em 410x clone --id 0f0368568b --q5 -> write id to q5/t5555 tag"
|
||||
"lf em 410x clone --id 0f0368568b -> write t55x7 tag",
|
||||
"lf em 410x clone --id 0f0368568b --q5 -> write q5/t5555 tag"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
"-h, --help this help",
|
||||
"--clk <dec> <16|32|40|64> clock (default 64)",
|
||||
"--id <hex> id number (5 hex bytes)",
|
||||
"--id <hex> em tag id number (5 hex bytes)",
|
||||
"--q5 specify writing to q5/t5555 tag"
|
||||
],
|
||||
"usage": "lf em 410x clone [-h] [--clk <dec>] --id <hex> [--q5]"
|
||||
|
@ -6212,12 +6212,12 @@
|
|||
"command": "lf em 410x reader",
|
||||
"description": "read em 410x tag",
|
||||
"notes": [
|
||||
"lf em 410x reader -> reader",
|
||||
"lf em 410x reader",
|
||||
"lf em 410x reader -@ -> continuous reader mode",
|
||||
"lf em 410x reader --clk 32 -> reader using a clock of rf/32",
|
||||
"lf em 410x reader --clk 32 -i -> reader using a clock of rf/32 and inverting data",
|
||||
"lf em 410x reader -i -> reader while inverting data",
|
||||
"lf em 410x reader --clk 64 -i --err 0 -> reader using a clock of rf/64 and inverting data and allowing 0 demod errors"
|
||||
"lf em 410x reader --clk 32 -> using a clock of rf/32",
|
||||
"lf em 410x reader --clk 32 -i -> using a clock of rf/32 and inverting data",
|
||||
"lf em 410x reader -i -> inverting data",
|
||||
"lf em 410x reader --clk 64 -i --err 0 -> using a clock of rf/64 and inverting data and allowing 0 demod errors"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
|
@ -6245,14 +6245,14 @@
|
|||
"options": [
|
||||
"-h, --help this help",
|
||||
"--clk <dec> <32|64> clock (default 64)",
|
||||
"--id <hex> id number (5 hex bytes)",
|
||||
"--id <hex> em tag id number (5 hex bytes)",
|
||||
"--gap <dec> gap (0's) between id repeats (default 20)"
|
||||
],
|
||||
"usage": "lf em 410x sim [-h] [--clk <dec>] --id <hex> [--gap <dec>]"
|
||||
},
|
||||
"lf em 410x spoof": {
|
||||
"command": "lf em 410x spoof",
|
||||
"description": "watch 'nd spoof, activates reader waits until a em 410x tag gets presented then proxmark3 starts simulating the found uid",
|
||||
"description": "watch 'nd spoof, activates reader waits until a em 410x tag gets presented then proxmark3 starts simulating the found em tag id",
|
||||
"notes": [
|
||||
"lf em 410x spoof"
|
||||
],
|
||||
|
@ -9891,6 +9891,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 587,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2021-08-06T20:40:15"
|
||||
"extracted_on": "2021-08-08T13:35:19"
|
||||
}
|
||||
}
|
|
@ -710,9 +710,9 @@ Check column "offline" for their availability.
|
|||
|`lf em 410x reader `|N |`attempt to read and extract tag data`
|
||||
|`lf em 410x sim `|N |`simulate EM410x tag`
|
||||
|`lf em 410x brute `|N |`reader bruteforce attack by simulating EM410x tags`
|
||||
|`lf em 410x watch `|N |`watches for EM410x 125/134 kHz tags (option 'h' for 134)`
|
||||
|`lf em 410x spoof `|N |`watches for EM410x 125/134 kHz tags, and replays them. (option 'h' for 134)`
|
||||
|`lf em 410x clone `|N |`write EM410x UID to T55x7 or Q5/T5555 tag`
|
||||
|`lf em 410x watch `|N |`watches for EM410x 125/134 kHz tags`
|
||||
|`lf em 410x spoof `|N |`watches for EM410x 125/134 kHz tags, and replays them`
|
||||
|`lf em 410x clone `|N |`write EM410x Tag ID to T55x7 or Q5/T5555 tag`
|
||||
|
||||
|
||||
### lf em 4x05
|
||||
|
|
Loading…
Reference in a new issue