Updated: January 2025
Current command:
lf hitag wrbl --help
Write a page in 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 wrbl [-k <hex>] -p <dec> -d <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 -p, --page <dec> page address to write to -d, --data <hex> data, 4 hex bytes examples/notes: lf hitag wrbl --ht2 -p 6 -d 01020304 --pwd -> Hitag 2, pwd mode, def key lf hitag wrbl --ht2 -p 6 -d 01020304 -k 4D494B52 -> Hitag 2, pwd mode lf hitag wrbl --ht2 -p 6 -d 01020304 --nrar 0102030411223344 -> Hitag 2, challenge mode lf hitag wrbl --ht2 -p 6 -d 01020304 --crypto -> Hitag 2, crypto mode, def key lf hitag wrbl --ht2 -p 6 -d 01020304 -k 4F4E4D494B52 -> Hitag 2, crypto mode