From e7cbf9ff633d760998919d572e2148f4e5b2b954 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 25 Jul 2025 22:28:33 +0200 Subject: [PATCH] update commands.json --- doc/commands.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/commands.json b/doc/commands.json index feddfcfa9..af21007c9 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -5509,10 +5509,11 @@ "-y Performs the nested 'reader attack'. This requires preloading nt & nt_enc in emulator memory. Implies -x.", "-e, --emukeys Fill simulator keys from found keys. Requires -x or -y. Implies -i. Simulation will restart automatically.", "--allowkeyb Allow key B even if readable", + "--allowover Allow auth attempts out of range for selected MIFARE Classic type", "-v, --verbose Verbose output", "--cve Trigger CVE 2021_0430" ], - "usage": "hf mf sim [-hixyev] [-u ] [--mini] [--1k] [--2k] [--4k] [--atqa ] [--sak ] [-n ] [--allowkeyb] [--cve]" + "usage": "hf mf sim [-hixyev] [-u ] [--mini] [--1k] [--2k] [--4k] [--atqa ] [--sak ] [-n ] [--allowkeyb] [--allowover] [--cve]" }, "hf mf staticnested": { "command": "hf mf staticnested", @@ -6037,7 +6038,7 @@ "-a, --apdu Show APDU requests and responses", "-v, --verbose Verbose output", "-n, --keyno Key number", - "-t, --algo Crypt algo", + "-t, --algo Crypt algo (deft: 2TDEA)", "-k, --key Key for authenticate (HEX 8(DES), 16(2TDEA or AES) or 24(3TDEA) bytes)", "--kdf Key Derivation Function (KDF)", "-i, --kdfi KDF input (1-31 hex bytes)", @@ -6699,7 +6700,7 @@ "-a, --apdu Show APDU requests and responses", "-v, --verbose Verbose output", "-n, --keyno Key number", - "-t, --algo Crypt algo", + "-t, --algo Crypt algo (deft: 2TDEA)", "-k, --key Key for authenticate (HEX 8(DES), 16(2TDEA or AES) or 24(3TDEA) bytes)", "--kdf Key Derivation Function (KDF)", "-i, --kdfi KDF input (1-31 hex bytes)", @@ -13440,6 +13441,6 @@ "metadata": { "commands_extracted": 772, "extracted_by": "PM3Help2JSON v1.00", - "extracted_on": "2025-07-13T13:53:32" + "extracted_on": "2025-07-25T20:28:03" } }