PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf hid clone --help


clone a HID Prox tag to a T55x7, Q5/T5555 or EM4305/4469 tag.
Tag must be on the antenna when issuing this command.

usage:
    lf hid clone [-h] [-w <format>] [--fc <dec>] [--cn <dec>] [-i <dec>] [-o <dec>] [-r <hex>] [--q5] [--em]

options:
    -h, --help                     This help
    -w, --wiegand <format>         see `wiegand list` for available formats
    --fc <dec>                     facility code
    --cn <dec>                     card number
    -i <dec>                       issue level
    -o, --oem <dec>                OEM code
    -r, --raw <hex>                raw bytes
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag
    --bin <bin>                    Binary string i.e 0001001001

examples/notes:
    lf hid clone -r 2006ec0c86                           -> write raw value for T55x7 tag (HID 10301 26 bit)
    lf hid clone -r 2e0ec00c87                           -> write raw value for T55x7 tag (HID Corporate 35 bit)
    lf hid clone -r 01f0760643c3                         -> write raw value for T55x7 tag (HID P10001 40 bit)
    lf hid clone -r 01400076000c86                       -> write raw value for T55x7 tag (HID Corporate 48 bit)
    lf hid clone -w H10301 --fc 118 --cn 1603            -> HID 10301 26 bit, encode for T55x7 tag
    lf hid clone -w H10301 --fc 118 --cn 1603 --q5       -> HID 10301 26 bit, encode for Q5/T5555 tag
    lf hid clone -w H10301 --fc 118 --cn 1603 --em       -> HID 10301 26 bit, encode for EM4305/4469