]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
Add Viking demod,
[proxmark3-svn] / client / cmdlf.c
index 6b8a31b24831f3f2aacd889ed23220f314c1b504..616d932a25251aa46cf2fc3bee614b4702bb7675 100644 (file)
@@ -1155,6 +1155,12 @@ int CmdLFfind(const char *Cmd)
                return 1;
        }       
 
+       ans=CmdVikingDemod("");
+       if (ans>0) {
+               PrintAndLog("\nValid Viking ID Found!");
+               return 1;
+       }       
+
        ans=CmdPSKNexWatch("");
        if (ans>0) {
                PrintAndLog("\nValid NexWatch ID Found!");
Impressum, Datenschutz