PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
smart raw --help


Sends raw bytes to card

usage:
    smart raw [-hrast0] [--timeout <ms>] -d <hex>

options:
    -h, --help                     This help
    -r                             do not read response
    -a                             active smartcard without select (reset sc module)
    -s                             active smartcard with select (get ATR)
    -t, --tlv                      executes TLV decoder if it possible
    -0                             use protocol T=0
    --timeout <ms>                 Timeout in MS waiting for SIM to respond. (def 337ms)
    -d, --data <hex>               bytes to send

examples/notes:
    smart raw -s -0 -d 00a404000e315041592e5359532e4444463031       -> `1PAY.SYS.DDF01` PPSE directory with get ATR
    smart raw -0 -d 00a404000e325041592e5359532e4444463031          -> `2PAY.SYS.DDF01` PPSE directory
    smart raw -0 -t -d 00a4040007a0000000041010                     -> Mastercard
    smart raw -0 -t -d 00a4040007a0000000031010                     -> Visa