From 0a6ec76f6595dedc1d39b4c1193b482f2fb99c2f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 2 Sep 2020 12:18:24 +0200 Subject: [PATCH] textual --- client/src/cmdhfmf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 1e351a913..f98e972fd 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -192,7 +192,8 @@ static int usage_hf14_autopwn(void) { PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Description:"); PrintAndLogEx(NORMAL, " This command automates the key recovery process on MIFARE Classic cards."); - PrintAndLogEx(NORMAL, " It uses the darkside, nested and hardnested attack to extract the keys and card content."); + PrintAndLogEx(NORMAL, " It uses the darkside, nested, hardnested and staticnested to recover keys."); + PrintAndLogEx(NORMAL, " If all keys are found, try dumping card content."); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Options:"); PrintAndLogEx(NORMAL, " h this help");