PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf iclass configcard --help


Manage reader configuration card via Cardhelper or internal database,
The generated config card will be uploaded to device emulator memory.
You can start simulating `hf iclass sim -t 3` or use the emul commands

usage:
    hf iclass configcard [-hglp] [--ci <dec>] [--ki <dec>]

options:
    -h, --help                     This help
    --ci <dec>                     use config slot at index
    --ki <dec>                     Key index to select key from memory 'hf iclass managekeys'
    -g                             generate card dump file
    -l                             load available cards
    -p                             print available cards

examples/notes:
    hf iclass configcard -l                 -> download config card settings from cardhelper
    hf iclass configcard -p                 -> print all config cards in the database
    hf iclass configcard --ci 1             -> view config card setting in slot 1
    hf iclass configcard -g --ci 0          -> generate config file from slot 0