PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf indala brute --help


Enables bruteforce of INDALA readers with specified facility code.
This is a attack against reader. if cardnumber is given, it starts with it and goes up / down one step
if cardnumber is not given, it starts with 1 and goes up to 65535

usage:
    lf indala brute [-hv] [--fc <dec>] [--cn <dec>] [-d <dec>] [--up] [--down] [--4041x]

options:
    -h, --help                     This help
    -v, --verbose                  verbose output
    --fc <dec>                     facility code
    --cn <dec>                     card number to start with
    -d, --delay <dec>              delay betweens attempts in ms. Default 1000ms
    --up                           direction to increment card number. (default is both directions)
    --down                         direction to decrement card number. (default is both directions)
    --4041x                        specify Indala 4041X format

examples/notes:
    lf indala brute --fc 224
    lf indala brute --fc 21 -d 2000
    lf indala brute -v --fc 21 --cn 200 -d 2000
    lf indala brute -v --fc 21 --cn 200 -d 2000 --up