PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf seos managekeys --help


Manage SEOS Keys in client memory, keys are required to authenticate with SEOS cards

usage:
    hf seos managekeys [--read <hex>]

options:
    -h, --help                     This help
    --ki <dec>                     Specify key index to set key in memory
    --nonce <hex>                  Nonce value as 8 hex bytes
    --privenc <hex>                Privacy Encryption key as 16 hex bytes
    --privmac <hex>                Privacy MAC key as 16 hex bytes
    --read <hex>                   Undiversified Read key as 16 hex bytes
    --write <hex>                  Undiversified Write key as 16 hex bytes
    --admin <hex>                  Undiversified Admin key as 16 hex bytes
    -f, --file <fn>                Specify a filename for load / save operations
    --save                         Save keys in memory to file specified by filename
    --load                         Load keys to memory from file specified by filename
    -p, --print                    Print keys loaded into memory
    -v, --verbose                  verbose (print all key info)

examples/notes:
    hf seos managekeys -p
    hf seos managekeys -p -v
    hf seos managekeys --ki 0 --nonce 0102030405060708      -> Set nonce value at key index 0
    hf seos managekeys --load -f mykeys.bin -p              -> load from file and prints keys
    hf seos managekeys --save -f mykeys.bin                 -> saves keys to file