PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
lf hitag dump --help


Read all Hitag 2 card memory and save to file
Crypto mode key format: ISK high + ISK low,  4F4E4D494B52 (ONMIKR)
Password mode, default key 4D494B52 (MIKR)

usage:
    lf hitag dump [--ns]

options:
    -h, --help                     This help
    --pwd                          password mode
    --nrar <hex>                   nonce / answer reader, 8 hex bytes
    --crypto                       crypto mode
    -k, --key <hex>                key, 4 or 6 hex bytes
    -f, --file <fn>                specify file name
    --ns                           no save to file

examples/notes:
    lf hitag dump --pwd                    -> use def pwd
    lf hitag dump -k 4D494B52              -> pwd mode
    lf hitag dump --crypto                 -> use def crypto
    lf hitag dump -k 4F4E4D494B52          -> crypto mode
    lf hitag dump --nrar 0102030411223344