PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf seos adf --help


Make a GET DATA request to an Application Data File (ADF) of a SEOS Tag
The ADF is meant to be read by an application
You still need the valid authentication keys to read a card

By default:
  - ADF OID  : 2B0601040181E438010102011801010202
  - Key Index: 0
  - Tag List : 5c02ff00

usage:
    hf seos adf [--ki <dec>]

options:
    -h, --help                     This help
    -c, --getdata <hex>            <0-100> hex bytes for the tag list to Get Data request (Default: 5c02ff00)
    -o, --oid <hex>                <0-100> hex bytes for OID (Default: 2B0601040181E438010102011801010202)
    --ki <dec>                     Specify key index to set key in memory

examples/notes:
    hf seos adf
    hf seos adf -o 2B0601040181E438010102011801010202
    hf seos adf -o 2B0601040181E438010102011801010202 --ki 0
    hf seos adf -o 2B0601040181E438010102011801010202 -c 5c02ff41