From 8760068a0304940654f75e54b8ff2895f15fa6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Jen=C5=A1terle?= Date: Tue, 9 Feb 2021 16:52:48 +0100 Subject: [PATCH] make style --- client/src/cmdhfmfdes.c | 2 +- doc/commands.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index 4fb4703df..fa9b29b18 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -4021,7 +4021,7 @@ static int CmdHF14ADesBruteApps(const char *Cmd) { PrintAndLogEx(INFO, "Enumerating through all AIDs manually, this will take a while!"); for (uint32_t id = idStart; id <= idEnd && id >= idStart; id += idIncrement) { if (kbd_enter_pressed()) break; - int progress = ((id - idStart)*100) / ((idEnd - idStart)); + int progress = ((id - idStart) * 100) / ((idEnd - idStart)); PrintAndLogEx(INPLACE, "Progress: %d %%, current AID: %06X", progress, id); uint8_t appId[3] = {0}; htole24(id, appId); diff --git a/doc/commands.md b/doc/commands.md index 3c55c5368..b20dfe64d 100644 --- a/doc/commands.md +++ b/doc/commands.md @@ -433,6 +433,7 @@ Check column "offline" for their availability. |`hf mfdes getuid `|N |`Get random uid` |`hf mfdes info `|N |`Tag information` |`hf mfdes list `|Y |`List DESFire (ISO 14443A) history` +|`hf mfdes bruteaid `|N |`Recover AIDs by bruteforce` |`hf mfdes createaid `|N |`Create Application ID` |`hf mfdes deleteaid `|N |`Delete Application ID` |`hf mfdes selectaid `|N |`Select Application ID`