PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
emv exec --help


Executes EMV contactless transaction

usage:
    emv exec [-hsatjvcxgw] [--force] By default:

options:
    -h, --help                     This help
    -s, --select                   Activate field and select card
    -a, --apdu                     Show APDU requests and responses
    -t, --tlv                      TLV decode results
    -j, --jload                    Load transaction parameters from `emv_defparams.json` file
    --force                        Force search AID. Search AID instead of execute PPSE
    By default:                    Transaction type - MSD
    -v, --qvsdc                    Transaction type - qVSDC or M/Chip
    -c, --qvsdccda                 Transaction type - qVSDC or M/Chip plus CDA (SDAD generation)
    -x, --vsdc                     Transaction type - VSDC. For test only. Not a standard behavior
    -g, --acgpo                    VISA. generate AC from GPO
    -w, --wired                    Send data via contact (iso7816) interface. (def: Contactless interface)

examples/notes:
    emv exec -sat                  -> select card, execute MSD transaction, show APDU and TLV
    emv exec -satc                 -> select card, execute CDA transaction, show APDU and TLV