PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf mfp rdsc --help


Reads one sector from MIFARE Plus card

usage:
    hf mfp rdsc [-hvbp] [--nmc] [--nmr] -s <0..255> [-k <hex>]

options:
    -h, --help                     This help
    -v, --verbose                  Verbose output
    -b, --keyb                     Use key B (def: keyA)
    -p, --plain                    Do not use encrypted communication mode between reader and card
    --nmc                          Do not append MAC to command
    --nmr                          Do not expect MAC in reply
    -s, --sn <0..255>              Sector number
    -k, --key <hex>                Key, 16 hex bytes

examples/notes:
    hf mfp rdsc -s 0 --key 000102030405060708090a0b0c0d0e0f        -> executes authentication and read sector 0 data
    hf mfp rdsc -s 1 -v                                            -> executes authentication and shows sector 1 data with default key