diff --git a/client/src/cmdflashmem.c b/client/src/cmdflashmem.c index 97453c245..c6566e333 100644 --- a/client/src/cmdflashmem.c +++ b/client/src/cmdflashmem.c @@ -663,7 +663,9 @@ static int CmdFlashMemInfo(const char *Cmd) { CLIParserInit(&ctx, "mem info", "Collect signature and verify it from flash memory", "mem info\n" - "mem info -s -d 0102030405060708 -p pm3_generic_private_key.pem -w --> generate and write a RSA 1024 signature " + "mem info -v --> print public keys\n" + "mem info -s -p pm3_generic_private_key.pem --> generate a RSA 1024 signature for your SPI ID\n" + "mem info -s -p pm3_generic_private_key.pem -w --> generate and write a RSA 1024 signature for your SPI ID" ); void *argtable[] = { diff --git a/doc/commands.json b/doc/commands.json index 5e99a1397..13bc7edcb 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -7820,7 +7820,7 @@ "--expire Expire Date Offset", "--created Card Creation Date", "--prop_id Property ID", - "-d data Unencrypted 17 byte card data" + "-d data Encrypted 17 byte card data" ], "usage": "hf saflok modify [-h] [--level ] [--type ] [--id ] [--open ] [--lock_id ] [--pass_num ] [--seq_combo ] [--deadbolt ] [--days ] [--expire ] [--created ] [--prop_id ] -d data" }, @@ -12322,7 +12322,10 @@ "command": "mem info", "description": "Collect signature and verify it from flash memory", "notes": [ - "mem info" + "mem info", + "mem info -v -> print public keys", + "mem info -s -p pm3_generic_private_key.pem -> generate a RSA 1024 signature for your SPI ID", + "mem info -s -p pm3_generic_private_key.pem -w -> generate and write a RSA 1024 signature for your SPI ID" ], "offline": false, "options": [ @@ -13616,9 +13619,10 @@ "-h, --help This help", "-r, --raw raw hex to be decoded", "-b, --bin binary string to be decoded", - "-n, --new new padded pacs as raw hex to be decoded" + "-n, --new new padded pacs as raw hex to be decoded", + "-f, --force skip preabmle checking, brute force all possible lengths for raw hex input" ], - "usage": "wiegand decode [-h] [-r ] [-b ] [-n ]" + "usage": "wiegand decode [-hf] [-r ] [-b ] [-n ]" }, "wiegand encode": { "command": "wiegand encode", @@ -13653,8 +13657,8 @@ } }, "metadata": { - "commands_extracted": 783, + "commands_extracted": 784, "extracted_by": "PM3Help2JSON v1.00", - "extracted_on": "2025-09-21T13:25:47" + "extracted_on": "2025-09-25T17:48:12" } }