PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf texkom sim --help


Simulate a texkom tag

usage:
    hf texkom sim [--timeout <dec, ms>]

options:
    -h, --help                     This help
    -v, --verbose                  Verbose output
    -t, --tk17                     Use TK-17 modulation (TK-13 by default)
    --raw <hex 8 bytes>            Raw data for texkom card, 8 bytes. Manual modulation select.
    --id <hex 4 bytes>             Raw data for texkom card, 8 bytes. Manual modulation select.
    --timeout <dec, ms>            Simulation timeout in the ms. If not specified or 0 - infinite. Command can be skipped by pressing the button

examples/notes:
    hf texkom sim
    hf texkom sim --raw FFFF638C7DC45553     -> simulate TK13 tag with id 8C7DC455
    hf texkom sim --tk17 --raw FFFFCA17F31EC512     -> simulate TK17 tag with id 17F31EC5
    hf texkom sim --id 8C7DC455   -> simulate TK13 tag with id 8C7DC455
    hf texkom sim --id 8C7DC455 --tk17     -> simulate TK17 tag with id 17F31EC5