From 3190cc5a3ddaf4892fc689bc5f53acbbb0ba237a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 15 Jul 2023 14:27:44 +0200 Subject: [PATCH] text --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 3f704ad62..16e32fd61 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -1822,7 +1822,7 @@ jumptoend: static int CmdHF14AMfNestedStatic(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf mf staticnested", - "Execute Nested attack against MIFARE Classic card with static nonce for key recovery.\n" + "Execute static nested attack against MIFARE Classic card with static nonce for key recovery.\n" "Supply a known key from one block to recover all keys", "hf mf staticnested --mini --blk 0 -a -k FFFFFFFFFFFF\n" "hf mf staticnested --1k --blk 0 -a -k FFFFFFFFFFFF\n"