mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Partial implementation of NTAG424 commands
Noteworthy stuff that's missing: * Encrypted read/write to file. * Handling of CC and Proprietary file Stuff that works: * Read/write file * Get/change file settings * Change auth keys * Configuring SDM/SUN feature
This commit is contained in:
parent
0c0967bcc5
commit
70422937f2
2 changed files with 1270 additions and 76 deletions
File diff suppressed because it is too large
Load diff
|
@ -455,8 +455,13 @@ const static vocabulary_t vocabulary[] = {
|
||||||
{ 1, "hf mfdes test" },
|
{ 1, "hf mfdes test" },
|
||||||
{ 1, "hf ntag424 help" },
|
{ 1, "hf ntag424 help" },
|
||||||
{ 0, "hf ntag424 info" },
|
{ 0, "hf ntag424 info" },
|
||||||
{ 0, "hf ntag424 sdm" },
|
|
||||||
{ 1, "hf ntag424 view" },
|
{ 1, "hf ntag424 view" },
|
||||||
|
{ 0, "hf ntag424 auth" },
|
||||||
|
{ 0, "hf ntag424 read" },
|
||||||
|
{ 0, "hf ntag424 write" },
|
||||||
|
{ 0, "hf ntag424 getfilesettings" },
|
||||||
|
{ 0, "hf ntag424 changefilesettings" },
|
||||||
|
{ 0, "hf ntag424 changekey" },
|
||||||
{ 1, "hf seos help" },
|
{ 1, "hf seos help" },
|
||||||
{ 0, "hf seos info" },
|
{ 0, "hf seos info" },
|
||||||
{ 1, "hf seos list" },
|
{ 1, "hf seos list" },
|
||||||
|
@ -817,4 +822,4 @@ const static vocabulary_t vocabulary[] = {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue