mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 11:52:59 +08:00
Update and rename 14araw.lua to hf_14a_raw.lua
This commit is contained in:
parent
39b2896e7c
commit
2aa197d816
1 changed files with 5 additions and 5 deletions
|
@ -11,19 +11,19 @@ This is a script to allow raw 1444a commands to be sent and received.
|
|||
]]
|
||||
example = [[
|
||||
# 1. Connect and don't disconnect
|
||||
script run 14araw -p
|
||||
script run hf_14a_raw -p
|
||||
|
||||
# 2. Send mf auth, read response (nonce)
|
||||
script run 14araw -o -x 6000F57b -p
|
||||
script run hf_14a_raw -o -x 6000F57b -p
|
||||
|
||||
# 3. disconnect
|
||||
script run 14araw -o
|
||||
script run hf_14a_raw -o
|
||||
|
||||
# All three steps in one go:
|
||||
script run 14araw -x 6000F57b
|
||||
script run hf_14a_raw -x 6000F57b
|
||||
]]
|
||||
usage = [[
|
||||
script run 14araw -x 6000F57b
|
||||
script run hf_14a_raw -x 6000F57b
|
||||
]]
|
||||
arguments = [[
|
||||
-o do not connect - use this only if you previously used -p to stay connected
|
Loading…
Reference in a new issue