PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf mfu wrbl --help


Write a block. It autodetects card type.

usage:
    hf mfu wrbl [-hl] [-k <hex>] -b <dec> -d <hex> [--force]

options:
    -h, --help                     This help
    -k, --key <hex>                Authentication key (UL-C 16 bytes, EV1/NTAG 4 bytes)
    -l                             Swap entered key's endianness
    -b, --block <dec>              Block number to write
    -d, --data <hex>               Block data (4 or 16 hex bytes, 16 hex bytes will do a compatibility write)
    --force                        Force operation even if address is out of range

examples/notes:
    hf mfu wrbl -b 0 -d 01234567
    hf mfu wrbl -b 0 -d 01234567 -k AABBCCDD
    hf mfu wrbl -b 0 -d 01234567 -k 00112233445566778899AABBCCDDEEFF