PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf awid clone --help


clone a AWID Prox tag to a T55x7, Q5/T5555 or EM4305/4469 tag

usage:
    lf awid clone [-h] --fmt <dec> --fc <dec> --cn <dec> [--q5] [--em]

options:
    -h, --help                     This help
    --fmt <dec>                    format length 26|34|37|50
    --fc <dec>                     8|16bit value facility code
    --cn <dec>                     16|32-bit value card number
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf awid clone --fmt 26 --fc 123 --cn 1337            -> encode for T55x7 tag
    lf awid clone --fmt 50 --fc 2001 --cn 13371337       -> encode long fmt for T55x7 tag
    lf awid clone --fmt 26 --fc 123 --cn 1337 --q5       -> encode for Q5/T5555 tag
    lf awid clone --fmt 26 --fc 123 --cn 1337 --em       -> encode for EM4305/4469