From 51923aca853eed7b146216712d26de92dd60ac12 Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Fri, 4 Dec 2015 12:09:26 -0500 Subject: [PATCH] minor help text changes --- client/cmdlft55xx.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 7bf2c25c..fc587298 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -150,15 +150,19 @@ int usage_t55xx_wakup(){ return 0; } int usage_t55xx_bruteforce(){ + PrintAndLog("This command uses A) bruteforce to scan a number range"); + PrintAndLog(" B) a dictionary attack"); PrintAndLog("Usage: lf t55xx bruteforce [i <*.dic>]"); PrintAndLog(" password must be 4 bytes (8 hex symbols)"); PrintAndLog("Options:"); - PrintAndLog(" h - this help"); - PrintAndLog(" i <*.dic> - loads a default keys dictionary file <*.dic>"); + PrintAndLog(" h - this help"); + PrintAndLog(" - 4 byte hex value to start pwd search at"); + PrintAndLog(" - 4 byte hex value to end pwd search at"); + PrintAndLog(" i <*.dic> - loads a default keys dictionary file <*.dic>"); PrintAndLog(""); PrintAndLog("Examples:"); PrintAndLog(" lf t55xx bruteforce aaaaaaaa bbbbbbbb"); - PrintAndLog(" lf t55xx bruteforce i mykeys.dic"); + PrintAndLog(" lf t55xx bruteforce i default_pwd.dic"); PrintAndLog(""); return 0; } -- 2.39.2