Current command:
lf awid brute --help
Enables bruteforce of AWID reader 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 awid brute [-hv] --fmt <dec> --fc <dec> [--cn <dec>] [--delay <dec>] options: -h, --help This help --fmt <dec> format length 26|50 --fc <dec> 8|16bit value facility code --cn <dec> optional - card number to start with, max 65535 --delay <dec> optional - delay betweens attempts in ms. Default 1000ms -v, --verbose verbose output examples/notes: lf awid brute --fmt 26 --fc 224 lf awid brute --fmt 50 --fc 2001 --delay 2000 lf awid brute --fmt 50 --fc 2001 --cn 200 --delay 2000 -v