PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf sniff --help


Sniff low frequency signal. You need to configure the LF part on the Proxmark3 device manually.
Usually a trigger and skip samples is a good thing to set before doing a low frequency sniff.

 - use `lf config` to set parameters.
 - use `data plot` to look at sniff signal.
 - use `lf search -1` to see if signal can be automatic decoded.
If the number of samples is more than the device memory limit (40000 now), it will try to use the real-time sampling mode.

usage:
    lf sniff [-hv@] [-s <dec>]

options:
    -h, --help                     This help
    -s, --samples <dec>            number of samples to collect
    -v, --verbose                  verbose output
    -@                             continuous sniffing mode

examples/notes:
    lf sniff -v
    lf sniff -s 3000 -@            -> oscilloscope style