|
7820 | 7820 | "--expire <YYYY-MM-DDTHH:mm> Expire Date Offset", |
7821 | 7821 | "--created <YYYY-MM-DDTHH:mm> Card Creation Date", |
7822 | 7822 | "--prop_id <decimal> Property ID", |
7823 | | - "-d data Unencrypted 17 byte card data" |
| 7823 | + "-d data Encrypted 17 byte card data" |
7824 | 7824 | ], |
7825 | 7825 | "usage": "hf saflok modify [-h] [--level <decimal>] [--type <decimal>] [--id <decimal>] [--open <decimal>] [--lock_id <decimal>] [--pass_num <decimal>] [--seq_combo <decimal>] [--deadbolt <decimal>] [--days <decimal>] [--expire <YYYY-MM-DDTHH:mm>] [--created <YYYY-MM-DDTHH:mm>] [--prop_id <decimal>] -d data" |
7826 | 7826 | }, |
|
12322 | 12322 | "command": "mem info", |
12323 | 12323 | "description": "Collect signature and verify it from flash memory", |
12324 | 12324 | "notes": [ |
12325 | | - "mem info" |
| 12325 | + "mem info", |
| 12326 | + "mem info -v -> print public keys", |
| 12327 | + "mem info -s -p pm3_generic_private_key.pem -> generate a RSA 1024 signature for your SPI ID", |
| 12328 | + "mem info -s -p pm3_generic_private_key.pem -w -> generate and write a RSA 1024 signature for your SPI ID" |
12326 | 12329 | ], |
12327 | 12330 | "offline": false, |
12328 | 12331 | "options": [ |
|
13616 | 13619 | "-h, --help This help", |
13617 | 13620 | "-r, --raw <hex> raw hex to be decoded", |
13618 | 13621 | "-b, --bin <bin> binary string to be decoded", |
13619 | | - "-n, --new <hex> new padded pacs as raw hex to be decoded" |
| 13622 | + "-n, --new <hex> new padded pacs as raw hex to be decoded", |
| 13623 | + "-f, --force skip preabmle checking, brute force all possible lengths for raw hex input" |
13620 | 13624 | ], |
13621 | | - "usage": "wiegand decode [-h] [-r <hex>] [-b <bin>] [-n <hex>]" |
| 13625 | + "usage": "wiegand decode [-hf] [-r <hex>] [-b <bin>] [-n <hex>]" |
13622 | 13626 | }, |
13623 | 13627 | "wiegand encode": { |
13624 | 13628 | "command": "wiegand encode", |
|
13653 | 13657 | } |
13654 | 13658 | }, |
13655 | 13659 | "metadata": { |
13656 | | - "commands_extracted": 783, |
| 13660 | + "commands_extracted": 784, |
13657 | 13661 | "extracted_by": "PM3Help2JSON v1.00", |
13658 | | - "extracted_on": "2025-09-21T13:25:47" |
| 13662 | + "extracted_on": "2025-09-25T17:48:12" |
13659 | 13663 | } |
13660 | 13664 | } |
0 commit comments