PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
piv getdata --help


Get a data container of a given tag

usage:
    piv getdata [-hskatw] [--aid <hex>] <hex>

options:
    -h, --help                     This help
    -s, -S, --select               Activate field and select applet
    -k, -K, --keep                 Keep field for next command
    -a, -A, --apdu                 Show APDU requests and responses
    -t, -T, --tlv                  TLV decode results
    -w, -W, --wired                Send data via contact (iso7816) interface. (def: Contactless interface)
    --aid <hex>                    Applet ID to select. By default A0000003080000100 will be used
    <hex>                          Tag ID to read, between 1 and 3 bytes.

examples/notes:
    piv getdata -s 5fc102          -> select card, select applet, get card holder unique identifer
    piv getdata -st 5fc102         -> select card, select applet, get card holder unique identifer, show result in TLV