From cd5fa61683f742ea835c84d982fa6c0d2c00918a Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 28 Feb 2023 07:28:06 -0700 Subject: [PATCH] Update help text --- client/src/cmdlfhid.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/cmdlfhid.c b/client/src/cmdlfhid.c index 424c043c4..19c7a3ea0 100755 --- a/client/src/cmdlfhid.c +++ b/client/src/cmdlfhid.c @@ -475,13 +475,13 @@ static int CmdHIDClone(const char *Cmd) { static int CmdHIDBrute(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "lf hid brute", - "Enables bruteforce of HID readers while maintaining specific parameter values.\n" + "Enables bruteforce of HID readers with specified facility code or card number. This is an attack against the reader.\n" "If the field being bruteforced is provided, it starts with it and goes up / down one step while maintaining other supplied values.\n" "If the field being bruteforced is not provided, it will iterate through the full range while maintaining other supplied values.", - "lf hid brute -w H10301 -f fc --fc 224 --cn 6278\n" - "lf hid brute -w H10301 -f cn --fc 21 -d 2000\n" - "lf hid brute -v -w H10301 -f cn --fc 21 --cn 200 -d 2000\n" - "lf hid brute -v -w H10301 -f fc --fc 21 --cn 200 -d 2000 --up\n" + "lf hid brute -w H10301 --field fc --fc 224 --cn 6278\n" + "lf hid brute -w H10301 --field cn --fc 21 -d 2000\n" + "lf hid brute -v -w H10301 --field cn --fc 21 --cn 200 -d 2000\n" + "lf hid brute -v -w H10301 --field fc --fc 21 --cn 200 -d 2000 --up\n" ); void *argtable[] = {