From f8ed473aec0a13abf6636ffa8c8c55cc9d9181c2 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 2 Aug 2024 21:04:23 +0200 Subject: [PATCH] words --- client/src/cmdhfmf.c | 5 +---- tools/mfc/card_only/staticnested_0nt.c | 2 +- tools/mfc/card_only/staticnested_1nt.c | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 71c8000ce..cb50c4960 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -9621,11 +9621,8 @@ static int CmdHF14AMfInfo(const char *Cmd) { static int CmdHF14AMfISEN(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf mf isen", - "Information and check Static Encrypted Nonce properties in a MIFARE Classic card\n" - "Some cards in order to extract information you need to specify key\n" - "and/or specific keys in the command line", + "Information about Static Encrypted Nonce properties in a MIFARE Classic card", "hf mf isen\n" - "hf mf isen -k FFFFFFFFFFFF -v\n" "Default behavior:\n" "auth(blk)-auth(blk2)-auth(blk2)-...\n" "Default behavior when wrong key2:\n" diff --git a/tools/mfc/card_only/staticnested_0nt.c b/tools/mfc/card_only/staticnested_0nt.c index 6b87bc45c..4e79ebd1f 100644 --- a/tools/mfc/card_only/staticnested_0nt.c +++ b/tools/mfc/card_only/staticnested_0nt.c @@ -1,4 +1,4 @@ -// Reused Keys Nested Attack against Fudan FM11RF08S tags +// Reused Keys Nested Attack // // Attack conditions: // * Know a first key, to be able to activate the nested authentication protocol diff --git a/tools/mfc/card_only/staticnested_1nt.c b/tools/mfc/card_only/staticnested_1nt.c index 245f76cfd..fcd03434a 100644 --- a/tools/mfc/card_only/staticnested_1nt.c +++ b/tools/mfc/card_only/staticnested_1nt.c @@ -1,7 +1,7 @@ -// Backdoored Nested Attack against Fudan FM11RF08S tags +// Backdoored Nested Attack // // Attack conditions: -// * Backdoor +// * Backdoor, or a way to know the clear static nested nT // // Strategy: // * Use backdoor on the targeted sector to get the clear static nested nT