PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf iclass lookup --help


Lookup keys takes some sniffed trace data and tries to verify what key was used against a dictionary file

usage:
    hf iclass lookup [-h] -f <fn> --csn <hex> --epurse <hex> --macs <hex> [--elite] [--raw]

options:
    -h, --help                     This help
    -f, --file <fn>                Dictionary file with default iclass keys
    --csn <hex>                    Specify CSN as 8 hex bytes
    --epurse <hex>                 Specify ePurse as 8 hex bytes
    --macs <hex>                   MACs
    --elite                        Elite computations applied to key
    --raw                          no computations applied to key

examples/notes:
    hf iclass lookup --csn 9655a400f8ff12e0 --epurse f0ffffffffffffff --macs 0000000089cb984b -f iclass_default_keys.dic
    hf iclass lookup --csn 9655a400f8ff12e0 --epurse f0ffffffffffffff --macs 0000000089cb984b -f iclass_default_keys.dic --elite