mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
text
This commit is contained in:
parent
43dc10e7f0
commit
e0e478c90d
1 changed files with 3 additions and 3 deletions
|
@ -44,8 +44,8 @@ arguments = [[
|
||||||
-c read magic configuration
|
-c read magic configuration
|
||||||
-u UID (14 hexsymbols), set UID on tag
|
-u UID (14 hexsymbols), set UID on tag
|
||||||
-t tag type to impersonate
|
-t tag type to impersonate
|
||||||
1 = UL_EV1 48k
|
1 = UL EV1 48b
|
||||||
2 = UL_EV1 128k
|
2 = UL EV1 128b
|
||||||
3 = NTAG 210
|
3 = NTAG 210
|
||||||
4 = NTAG 212
|
4 = NTAG 212
|
||||||
5 = NTAG 213 (true)
|
5 = NTAG 213 (true)
|
||||||
|
@ -60,7 +60,7 @@ arguments = [[
|
||||||
-p password (8 hexsymbols), set password on tag.
|
-p password (8 hexsymbols), set password on tag.
|
||||||
-a pack ( 4 hexsymbols), set pack on tag.
|
-a pack ( 4 hexsymbols), set pack on tag.
|
||||||
-s signature data (64 hexsymbols), set signature data on tag.
|
-s signature data (64 hexsymbols), set signature data on tag.
|
||||||
-o OTP data (8 hexsymbols), set `one time programmable` data on tag.
|
-o OTP data (8 hexsymbols), set `One-Time Programmable` data on tag.
|
||||||
-v version data (16 hexsymbols), set version data on tag.
|
-v version data (16 hexsymbols), set version data on tag.
|
||||||
-w wipe tag. You can specify password if the tag has been locked down. Fills tag with zeros and put default values for NTAG213 (like -t 5)
|
-w wipe tag. You can specify password if the tag has been locked down. Fills tag with zeros and put default values for NTAG213 (like -t 5)
|
||||||
-k pwd to use with the wipe option
|
-k pwd to use with the wipe option
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue