Current command:
hf cipurse read --help
Read file in the application by file ID with key ID and key. If no key is supplied, default key of 737373...7373 will be used usage: hf cipurse read [-hav] [-n <dec>] [-k <hex>] [--aid <hex>] [--fid <hex>] [-o <dec>] [--noauth] [--sreq <plain|mac|encode>] 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 --aid <hex> Application ID (AID) ( 1..16 bytes ) --fid <hex> File ID -o, --offset <dec> Offset for reading data from file --noauth Read file 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 read --fid 2ff7 -> Authenticate with keyID 1, read file with id 2ff7 hf cipurse read -n 2 -k 65656565656565656565656565656565 --fid 2ff7 -> Authenticate keyID 2 and read file hf cipurse read --aid 4144204631 --fid 0102 -> read file with id 0102 from application 4144204631