]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.c
FIDO U2F NFC authenticators (#697)
[proxmark3-svn] / client / cmdhf.c
index 762cc791443bd01b426c71e23cca91cda7aa7118..d220180089aae888b68b5731414a5f4f32a1739f 100644 (file)
@@ -34,6 +34,7 @@
 #include "protocols.h"
 #include "emv/cmdemv.h"
 #include "cmdhflist.h"
+#include "cmdhffido.h"
 
 static int CmdHelp(const char *Cmd);
 
@@ -598,6 +599,7 @@ static command_t CommandTable[] =
        {"mfu",         CmdHFMFUltra,   1, "{ MIFARE Ultralight RFIDs... }"},
        {"mfp",         CmdHFMFP,               1, "{ MIFARE Plus RFIDs... }"},
        {"topaz",       CmdHFTopaz,             1, "{ TOPAZ (NFC Type 1) RFIDs... }"},
+       {"fido",        CmdHFFido,              1, "{ FIDO and FIDO2 authenticators... }"},
        {"tune",        CmdHFTune,              0, "Continuously measure HF antenna tuning"},
        {"list",        CmdHFList,              1, "List protocol data in trace buffer"},
        {"search",      CmdHFSearch,    1, "Search for known HF tags [preliminary]"},
Impressum, Datenschutz