PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf securakey clone --help


clone a Securakey tag to a T55x7, Q5/T5555 or EM4305/4469 tag.

usage:
    lf securakey clone [-h] -r <hex> [--q5] [--em]

options:
    -h, --help                     This help
    -r, --raw <hex>                raw hex data. 12 bytes
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf securakey clone --raw 7FCB400001ADEA5344300000           -> encode for T55x7 tag
    lf securakey clone --raw 7FCB400001ADEA5344300000 --q5      -> encode for Q5/T5555 tag
    lf securakey clone --raw 7FCB400001ADEA5344300000 --em      -> encode for EM4305/4469