PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf mf personalize --help


Personalize the UID of a MIFARE Classic EV1 card. This is only possible 
if it is a 7Byte UID card and if it is not already personalized.

usage:
    hf mf personalize [--f3]

options:
    -h, --help                     This help
    -a                             use key A to authenticate sector 0 (def)
    -b                             use key B to authenticate sector 0
    -k, --key <hex>                key (def FFFFFFFFFFFF)
    --f0                           UIDFO, double size UID
    --f1                           UIDF1, double size UID, optional usage of selection process shortcut
    --f2                           UIDF2, single size random ID
    --f3                           UIDF3, single size NUID

examples/notes:
    hf mf personalize --f0                        -> double size UID
    hf mf personalize --f1                        -> double size UID, optional usage of selection process shortcut
    hf mf personalize --f2                        -> single size random ID
    hf mf personalize --f3                        -> single size NUID
    hf mf personalize -b -k B0B1B2B3B4B5 --f3     -> use key B = 0xB0B1B2B3B4B5