mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
textual
This commit is contained in:
parent
270ef78820
commit
3b9da365a0
3 changed files with 55 additions and 55 deletions
|
@ -5778,7 +5778,7 @@
|
|||
},
|
||||
"lf em 4x50 chk": {
|
||||
"command": "lf em 4x50 chk",
|
||||
"description": "dictionary attack against em4x50.",
|
||||
"description": "run dictionary key recovery against em4x50 card.",
|
||||
"notes": [
|
||||
"lf em 4x50 chk -> uses t55xx default dictionary",
|
||||
"lf em 4x50 chk -f my.dic"
|
||||
|
@ -5848,7 +5848,7 @@
|
|||
},
|
||||
"lf em 4x50 help": {
|
||||
"command": "lf em 4x50 help",
|
||||
"description": "help this help --------------------------------------------------------------------------------------- lf em 4x50 brute available offline: no tries to bruteforce the password of a em4x50. function can be stopped by pressing pm3 button.",
|
||||
"description": "help this help ----------- --------------------- operations --------------------- ----------- --------------------- simulation --------------------- --------------------------------------------------------------------------------------- lf em 4x50 brute available offline: no tries to bruteforce the password of a em4x50 card. function can be stopped by pressing pm3 button.",
|
||||
"notes": [
|
||||
"lf em 4x50 brute --first 12330000 --last 12340000 -> tries pwds from 0x12330000 to 0x1234000000"
|
||||
],
|
||||
|
@ -5979,11 +5979,11 @@
|
|||
],
|
||||
"usage": "lf em 4x50 wrbl [-h] -b <dec> -d <hex> [-p <hex>]"
|
||||
},
|
||||
"lf em 4x50 writepwd": {
|
||||
"command": "lf em 4x50 writepwd",
|
||||
"lf em 4x50 wrpwd": {
|
||||
"command": "lf em 4x50 wrpwd",
|
||||
"description": "writes em4x50 password.",
|
||||
"notes": [
|
||||
"lf em 4x50 writepwd -p 4f22e7ff -n 12345678"
|
||||
"lf em 4x50 wrpwd -p 4f22e7ff -n 12345678"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
|
@ -5991,7 +5991,7 @@
|
|||
"-p, --pwd <hex> password, 4 hex bytes, lsb",
|
||||
"-n, --new <hex> new password, 4 hex bytes, lsb"
|
||||
],
|
||||
"usage": "lf em 4x50 writepwd [-h] -p <hex> -n <hex>"
|
||||
"usage": "lf em 4x50 wrpwd [-h] -p <hex> -n <hex>"
|
||||
},
|
||||
"lf em 4x70 auth": {
|
||||
"command": "lf em 4x70 auth",
|
||||
|
@ -9199,6 +9199,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 571,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2021-06-24T16:45:08"
|
||||
"extracted_on": "2021-06-24T17:24:39"
|
||||
}
|
||||
}
|
|
@ -724,21 +724,21 @@ Check column "offline" for their availability.
|
|||
|command |offline |description
|
||||
|------- |------- |-----------
|
||||
|`lf em 4x50 help `|Y |`This help`
|
||||
|`lf em 4x50 brute `|N |`guess password of EM4x50`
|
||||
|`lf em 4x50 chk `|N |`check passwords from dictionary`
|
||||
|`lf em 4x50 dump `|N |`dump EM4x50 tag`
|
||||
|`lf em 4x50 info `|N |`tag information EM4x50`
|
||||
|`lf em 4x50 login `|N |`login into EM4x50`
|
||||
|`lf em 4x50 rdbl `|N |`read word data from EM4x50`
|
||||
|`lf em 4x50 wrbl `|N |`write word data to EM4x50`
|
||||
|`lf em 4x50 writepwd `|N |`change password of EM4x50`
|
||||
|`lf em 4x50 wipe `|N |`wipe EM4x50 tag`
|
||||
|`lf em 4x50 reader `|N |`show standard read mode data of EM4x50`
|
||||
|`lf em 4x50 restore `|N |`restore EM4x50 dump to tag`
|
||||
|`lf em 4x50 sim `|N |`simulate EM4x50 tag`
|
||||
|`lf em 4x50 eload `|N |`upload dump of EM4x50 to emulator memory`
|
||||
|`lf em 4x50 esave `|N |`save emulator memory to file`
|
||||
|`lf em 4x50 eview `|N |`view EM4x50 content in emulator memory`
|
||||
|`lf em 4x50 brute `|N |`Simple bruteforce attack to find password`
|
||||
|`lf em 4x50 chk `|N |`Check passwords from dictionary`
|
||||
|`lf em 4x50 dump `|N |`Dump EM4x50 tag`
|
||||
|`lf em 4x50 info `|N |`Tag information`
|
||||
|`lf em 4x50 login `|N |`Login into EM4x50 tag`
|
||||
|`lf em 4x50 rdbl `|N |`Read EM4x50 word data`
|
||||
|`lf em 4x50 reader `|N |`Show standard read mode data`
|
||||
|`lf em 4x50 restore `|N |`Restore EM4x50 dump to tag`
|
||||
|`lf em 4x50 wrbl `|N |`Write EM4x50 word data`
|
||||
|`lf em 4x50 wrpwd `|N |`Change EM4x50 password`
|
||||
|`lf em 4x50 wipe `|N |`Wipe EM4x50 tag`
|
||||
|`lf em 4x50 eload `|N |`Upload EM4x50 dump to emulator memory`
|
||||
|`lf em 4x50 esave `|N |`Save emulator memory to file`
|
||||
|`lf em 4x50 eview `|N |`View EM4x50 content in emulator memory`
|
||||
|`lf em 4x50 sim `|N |`Simulate EM4x50 tag`
|
||||
|
||||
|
||||
### lf em 4x70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue