mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
renamed luascript
This commit is contained in:
parent
de2e1bf8aa
commit
971452f817
1 changed files with 9 additions and 9 deletions
|
@ -44,36 +44,36 @@ example =[[
|
||||||
|
|
||||||
Set a new password of SUDO using the default password of DNGR:
|
Set a new password of SUDO using the default password of DNGR:
|
||||||
|
|
||||||
script run hf_mfu_next -x pass -p DNGR -n SUDO
|
script run hf_ntag_dt -x pass -p DNGR -n SUDO
|
||||||
|
|
||||||
Enable password protection from hex block 04 onwards (User memory):
|
Enable password protection from hex block 04 onwards (User memory):
|
||||||
|
|
||||||
script run hf_mfu_next -x protect -p DNGR -a 04
|
script run hf_ntag_dt -x protect -p DNGR -a 04
|
||||||
|
|
||||||
Enable password protection from hex block E3 onwards (Configuration Pages):
|
Enable password protection from hex block E3 onwards (Configuration Pages):
|
||||||
|
|
||||||
script run hf_mfu_next -x protect -p DNGR -a E3
|
script run hf_ntag_dt -x protect -p DNGR -a E3
|
||||||
|
|
||||||
Disable password protection:
|
Disable password protection:
|
||||||
|
|
||||||
script run hf_mfu_next -x protect -p DNGR -a FF
|
script run hf_ntag_dt -x protect -p DNGR -a FF
|
||||||
|
|
||||||
Enable the counter and enable read + write password protection on password protected pages
|
Enable the counter and enable read + write password protection on password protected pages
|
||||||
(protected block start page specified using -x protect mode):
|
(protected block start page specified using -x protect mode):
|
||||||
|
|
||||||
script run hf_mfu_next -x conf -p DNGR -c enable -m rw
|
script run hf_ntag_dt -x conf -p DNGR -c enable -m rw
|
||||||
|
|
||||||
Disable the counter and enable write only password protection on password protected pages
|
Disable the counter and enable write only password protection on password protected pages
|
||||||
(protected block start specified using -x protect mode):
|
(protected block start specified using -x protect mode):
|
||||||
|
|
||||||
script run hf_mfu_next -x conf -p DNGR -c disable -m w
|
script run hf_ntag_dt -x conf -p DNGR -c disable -m w
|
||||||
|
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
|
|
||||||
script run hf_mfu_next -x pass -p <password> -n <new_password>
|
script run hf_ntag_dt -x pass -p <password> -n <new_password>
|
||||||
script run hf_mfu_next -x protect -p <password> -a <auth0_block>
|
script run hf_ntag_dt -x protect -p <password> -a <auth0_block>
|
||||||
script run hf_mfu_next -x conf -p <password> -c <enable/disable> -m <r/rw>
|
script run hf_ntag_dt -x conf -p <password> -c <enable/disable> -m <r/rw>
|
||||||
|
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
Loading…
Add table
Add a link
Reference in a new issue