PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
lf hitag read --help


Read Hitag memory. It support Hitag 2

  Password mode:
    - default key 4D494B52 (MIKR)

  Crypto mode: 
    - key format ISK high + ISK low
    - default key 4F4E4D494B52 (ONMIKR)

usage:
    lf hitag read [-k <hex>]

options:
    -h, --help                     This help
    -2, --ht2                      Hitag 2
    --pwd                          password mode
    --nrar <hex>                   nonce / answer writer, 8 hex bytes
    --crypto                       crypto mode
    -k, --key <hex>                key, 4 or 6 hex bytes

examples/notes:
    lf hitag read --ht2 --pwd                       -> Hitag 2, pwd mode, def key
    lf hitag read --ht2 -k 4D494B52                 -> Hitag 2, pwd mode
    lf hitag read --ht2 --nrar 0102030411223344     -> Hitag 2, challenge mode
    lf hitag read --ht2 --crypto                    -> Hitag 2, crypto mode, def key
    lf hitag read --ht2 -k 4F4E4D494B52             -> Hitag 2, crypto mode