From 11991976de84b18f735d6596dede09d7956291f2 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 7 Jan 2021 12:51:57 +0100 Subject: [PATCH] text --- client/src/cmdsmartcard.c | 4 ++-- doc/cliparser_todo.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/cmdsmartcard.c b/client/src/cmdsmartcard.c index 7e8e6c910..0b5bc4507 100644 --- a/client/src/cmdsmartcard.c +++ b/client/src/cmdsmartcard.c @@ -338,8 +338,8 @@ static int smart_response(uint8_t *data) { static int CmdSmartRaw(const char *Cmd) { CLIParserContext *ctx; - CLIParserInit(&ctx, "smart brute", - "Tries to bruteforce SFI, using a known list of AID's", + CLIParserInit(&ctx, "smart raw", + "Sends raw bytes to card", "smart raw -s -0 -d 00a404000e315041592e5359532e4444463031 -> `1PAY.SYS.DDF01` PPSE directory with get ATR\n" "smart raw -0 -d 00a404000e325041592e5359532e4444463031 -> `2PAY.SYS.DDF01` PPSE directory\n" "smart raw -0 -t -d 00a4040007a0000000041010 -> Mastercard\n" diff --git a/doc/cliparser_todo.txt b/doc/cliparser_todo.txt index a4d21f65e..06400e0ca 100644 --- a/doc/cliparser_todo.txt +++ b/doc/cliparser_todo.txt @@ -141,5 +141,4 @@ lf t55xx recoverpw lf t55xx sniff lf t55xx special lf t55xx wipe -smart raw script run