]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
minor help text changes
authormarshmellow42 <marshmellowrf@gmail.com>
Fri, 4 Dec 2015 17:09:26 +0000 (12:09 -0500)
committermarshmellow42 <marshmellowrf@gmail.com>
Fri, 4 Dec 2015 17:09:26 +0000 (12:09 -0500)
client/cmdlft55xx.c

index 7bf2c25cab5cbe5cb144a355916a20d0838d4ab7..fc587298cfd3588d8dd46595ac48a5615b6f30b7 100644 (file)
@@ -150,15 +150,19 @@ int usage_t55xx_wakup(){
        return 0;\r
 }\r
 int usage_t55xx_bruteforce(){\r
+       PrintAndLog("This command uses A) bruteforce to scan a number range");\r
+       PrintAndLog("                  B) a dictionary attack");\r
        PrintAndLog("Usage: lf t55xx bruteforce <start password> <end password> [i <*.dic>]");\r
        PrintAndLog("       password must be 4 bytes (8 hex symbols)");\r
        PrintAndLog("Options:");\r
-       PrintAndLog("     h         - this help");\r
-       PrintAndLog("     i <*.dic> - loads a default keys dictionary file <*.dic>");\r
+       PrintAndLog("     h           - this help");\r
+       PrintAndLog("     <start_pwd> - 4 byte hex value to start pwd search at");\r
+       PrintAndLog("     <end_pwd>   - 4 byte hex value to end pwd search at");\r
+       PrintAndLog("     i <*.dic>   - loads a default keys dictionary file <*.dic>");\r
        PrintAndLog("");\r
        PrintAndLog("Examples:");\r
        PrintAndLog("       lf t55xx bruteforce aaaaaaaa bbbbbbbb");\r
-       PrintAndLog("       lf t55xx bruteforce i mykeys.dic");\r
+       PrintAndLog("       lf t55xx bruteforce i default_pwd.dic");\r
        PrintAndLog("");\r
        return 0;\r
 }\r
Impressum, Datenschutz