Current command:
hf cipurse aread --help
Read file attributes by file ID with key ID and key. If no key is supplied, default key of 737373...7373 will be used usage: hf cipurse aread [-hav] [-n <dec>] [-k <hex>] [--mfd] [--aid <hex>] [--fid <hex>] [--chfid <hex>] [--noauth] options: -h, --help This help -a, --apdu Show APDU requests and responses -v, --verbose Verbose mode -n <dec> Key ID -k, --key <hex> Auth key --mfd Show info about master file --aid <hex> Select application ID (AID) ( 1..16 bytes ) --fid <hex> File ID --chfid <hex> Child file ID (EF under application/master file) ( 2 bytes ) --noauth Read file attributes without authentication --sreq <plain|mac|encode> Communication reader-PICC security level (def: mac) --sresp <plain|mac|encode> Communication PICC-reader security level (def: mac) examples/notes: hf cipurse aread --fid 2ff7 -> Select MF, Authenticate with keyID 1, read file attributes with id 2ff7 hf cipurse aread --mfd -> read file attributes for master file (MF) hf cipurse aread --chfid 0102 -> read file 0102 attributes in the default application hf cipurse aread --aid 4144204632 --chfid 0102 -> read file 0102 attributes in the 4144204632 application hf cipurse aread -n 2 -k 65656565656565656565656565656565 --fid 2ff7 -> Authenticate keyID 2, read file attributes