PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf felica rqservice --help


Use this command to verify the existence of Area and Service, and to acquire Key Version:
       - When the specified Area or Service exists, the card returns Key Version.
       - When the specified Area or Service does not exist, the card returns FFFFh as Key Version.
For Node Code List of a command packet, Area Code or Service Code of the target
of acquisition of Key Version shall be enumerated in Little Endian format.
If Key Version of System is the target of acquisition, FFFFh shall be specified
in the command packet.

usage:
    hf felica rqservice [-ha] [-n <hex>] [-c <hex>] [-i <hex>]

options:
    -h, --help                     This help
    -a, --all                      auto node number mode, iterates through all nodes 1 < n < 32
    -n, --node <hex>               Number of Node
    -c, --code <hex>               Node Code List (little endian)
    -i, --idm <hex>                use custom IDm

examples/notes:
    hf felcia rqservice --node 01 --code FFFF
    hf felcia rqservice -a --code FFFF
    hf felica rqservice -i 011204126417E405 --node 01 --code FFFF