]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: unified some text messaged.
authoriceman1001 <iceman@iuse.se>
Sat, 23 Apr 2016 09:43:02 +0000 (11:43 +0200)
committericeman1001 <iceman@iuse.se>
Sat, 23 Apr 2016 09:43:02 +0000 (11:43 +0200)
client/cmdhfmf.c

index 1c866dc9318d6001e37b2d90f570b3a3cc671c47..9c32321f7e86142b8ee746e7b10ff15b70c88e7f 100644 (file)
@@ -120,9 +120,9 @@ start:
 \r
                        switch (isOK) {\r
                                case -1 : PrintAndLog("Button pressed. Aborted.\n"); break;\r
-                               case -2 : PrintAndLog("Card is not vulnerable to Darkside attack (doesn't send NACK on authentication requests).\n"); break;\r
-                               case -3 : PrintAndLog("Card is not vulnerable to Darkside attack (its random number generator is not predictable).\n"); break;\r
-                               case -4 : PrintAndLog("Card is not vulnerable to Darkside attack (its random number generator seems to be based on the wellknown");\r
+                               case -2 : PrintAndLog("Card isn't vulnerable to Darkside attack (doesn't send NACK on authentication requests).\n"); break;\r
+                               case -3 : PrintAndLog("Card isn't vulnerable to Darkside attack (its random number generator is not predictable).\n"); break;\r
+                               case -4 : PrintAndLog("Card isn't vulnerable to Darkside attack (its random number generator seems to be based on the wellknown");\r
                                                  PrintAndLog("generating polynomial with 16 effective bits only, but shows unexpected behaviour.\n"); break;\r
                                default: ;\r
                        }\r
@@ -703,7 +703,7 @@ int CmdHF14AMfNested(const char *Cmd) {
                switch (isOK) {\r
                        case -1 : PrintAndLog("Error: No response from Proxmark.\n"); break;\r
                        case -2 : PrintAndLog("Button pressed. Aborted.\n"); break;\r
-                       case -3 : PrintAndLog("Tag isn't vulnerable to Nested Attack (random numbers are not predictable).\n"); break;\r
+                       case -3 : PrintAndLog("Tag isn't vulnerable to Nested Attack (its random number generator is not predictable).\n"); break;\r
                        case -4 : PrintAndLog("No valid key found"); break;\r
                        case -5 : \r
                                key64 = bytes_to_num(keyBlock, 6);\r
@@ -776,7 +776,7 @@ int CmdHF14AMfNested(const char *Cmd) {
                                        switch (isOK) {\r
                                                case -1 : PrintAndLog("Error: No response from Proxmark.\n"); break;\r
                                                case -2 : PrintAndLog("Button pressed. Aborted.\n"); break;\r
-                                               case -3 : PrintAndLog("Tag isn't vulnerable to Nested Attack (random numbers are not predictable).\n"); break;\r
+                                               case -3 : PrintAndLog("Tag isn't vulnerable to Nested Attack (its random number generator is not predictable).\n"); break;\r
                                                case -4 : //key not found\r
                                                        calibrate = false;\r
                                                        iterations++;\r
Impressum, Datenschutz