PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf nexwatch clone --help


clone a Nexwatch tag to a T55x7, Q5/T5555 or EM4305/4469 tag.
You can use raw hex values or create a credential based on id, mode
and type of credential (Nexkey / Quadrakey / Russian)

usage:
    lf nexwatch clone [-h] [-r <hex>] [--cn <dec>] [-m <dec>] [--nc] [--qc] [--hc] [--q5] [--em] [--magic <hex>] [--psk2]

options:
options:
    -h, --help                     This help
    -r, --raw <hex>                raw hex data. 12 bytes
    --cn <dec>                     card id
    -m, --mode <dec>               mode (decimal) (0-15, defaults to 1)
    --nc                           Nexkey credential
    --qc                           Quadrakey credential
    --hc                           Honeywell credential
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag
    --magic <hex>                  optional - magic hex data. 1 byte
    --psk2                         optional - specify writing a tag in psk2 modulation

examples/notes:
    lf nexwatch clone --raw 5600000000213C9F8F150C00
    lf nexwatch clone --cn 521512301 -m 1 --nc         -> Nexkey credential
    lf nexwatch clone --cn 521512301 -m 1 --qc         -> Quadrakey credential
    lf nexwatch clone --cn 521512301 -m 1 --hc         -> Honeywell credential