PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf hitag read --help


Read Hitag memory
Crypto mode key format: ISK high + ISK low

usage:
    lf hitag read [-hs2] [--pwd] [--nrar <hex>] [--crypto] [-k <hex>]

options:
    -h, --help                     This help
    -s, --hts                      Hitag S
    -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:
    Hitag S, plain mode
      lf hitag read --hts
    Hitag S, challenge mode
      lf hitag read --hts --nrar 0102030411223344
    Hitag S, crypto mode => use default key 4F4E4D494B52 (ONMIKR)
      lf hitag read --hts --crypto
    Hitag S, long key = crypto mode
      lf hitag read --hts -k 4F4E4D494B52