From f9d0649fe1e8f9320668152783d8e09b14db47fc Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 16 Oct 2022 18:30:15 +0200 Subject: [PATCH] text --- client/src/cmdhfmf.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index c55de1869..6e368bc3f 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -5700,12 +5700,16 @@ int CmdHFMFNDEFFormat(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf mf ndefformat", "format MIFARE Classic Tag as a NFC tag with Data Exchange Format (NDEF)\n" - "If no given, UID will be used as filename", - "hf mf ndefformat --mini --> MIFARE Mini\n" + "If no given, UID will be used as filename. \n" + "It will try default keys and MAD keys to detect if tag is already formatted in order to write.\n" + "\n" + "If not, it will try finding a key file based on your UID. ie, if you ran autopwn before", + "hf mf ndefformat\n" + // "hf mf ndefformat --mini --> MIFARE Mini\n" "hf mf ndefformat --1k --> MIFARE Classic 1k\n" - "hf mf ndefformat --2k --> MIFARE 2k\n" - "hf mf ndefformat --4k --> MIFARE 4k\n" - "hf mf ndefformat --keys hf-mf-066C8B78-key.bin --> MIFARE 1k with keys from specified file\n" + // "hf mf ndefformat --2k --> MIFARE 2k\n" + // "hf mf ndefformat --4k --> MIFARE 4k\n" + "hf mf ndefformat --keys hf-mf-01020304-key.bin --> MIFARE 1k with keys from specified file\n" ); void *argtable[] = {