Updated: January 2025
Current command:
lf hitag hts wrbl --help
Write a page in Hitag S memory. Crypto mode: - key format ISK high + ISK low - default key 4F4E4D494B52 (ONMIKR) 8268/8310 password mode: - default password BBDD3399 usage: lf hitag hts wrbl [-m <dec>] -p <dec> -d <hex> options: -h, --help This help -8, --82xx 8268/8310 mode --nrar <hex> nonce / answer writer, 8 hex bytes --crypto crypto mode -k, --key <hex> pwd or key, 4 or 6 hex bytes -m, --mode <dec> response protocol mode. 0 (Standard 00110), 1 (Advanced 11000), 2 (Advanced 11001), 3 (Fast Advanced 11010) (def: 3) -p, --page <dec> page address to write to -d, --data <hex> data, 4 hex bytes examples/notes: lf hitag hts wrbl -p 6 -d 01020304 -> Hitag S/8211, plain mode lf hitag hts wrbl -p 6 -d 01020304 --82xx -> use def pwd lf hitag hts wrbl -p 6 -d 01020304 --82xx -k BBDD3399 -> 8268/8310, password mode lf hitag hts wrbl -p 6 -d 01020304 --nrar 0102030411223344 -> Hitag S, challenge mode lf hitag hts wrbl -p 6 -d 01020304 --crypto -> Hitag S, crypto mode, default key lf hitag hts wrbl -p 6 -d 01020304 -k 4F4E4D494B52 -> Hitag S, crypto mode