PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf gproxii clone --help


Clone a Guardall tag to a T55x7, Q5/T5555 or EM4305/4469 tag.
The facility-code is 8-bit and the card number is 20-bit.  Larger values are truncated.
Currently work only on 26 | 36 bit format

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

options:
    -h, --help                     This help
    --xor <dec>                    8-bit xor value (installation dependant)
    --fmt <dec>                    format length 26|32|36|40
    --fc <dec>                     8-bit value facility code
    --cn <dec>                     16-bit value card number
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf gproxii clone --xor 141 --fmt 26 --fc 123 --cn 1337            -> encode for T55x7 tag
    lf gproxii clone --xor 141 --fmt 26 --fc 123 --cn 1337 --q5       -> encode for Q5/T5555 tag
    lf gproxii clone --xor 141 --fmt 26 --fc 123 --cn 1337 --em       -> encode for EM4305/4469