PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf cipurse create --help


Create application/file/key by provide appropriate DGI. If no key is supplied, default key of 737373...7373 will be used

usage:
    hf cipurse create [-hav] [-n <dec>] [-k <hex>] [--aid <hex>] [--fid <hex>] [--mfd] [-d <hex>] [--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 (FID) ( 2 bytes )
    --mfd                          Select masterfile by empty id
    -d, --data <hex>               Data with DGI for create
    --sreq <plain|mac|encode>      Communication reader-PICC security level (def: mac)
    --sresp <plain|mac|encode>     Communication PICC-reader security level (def: mac)
    --no-auth                      Execute without authentication
    --commit                       Commit after create

examples/notes:
    hf cipurse create -d 9200123F00200008000062098407A0000005070100      -> create PTSE file with FID 0x2000 and space for 8 AIDs
    hf cipurse create -d 92002438613F010A050200004040FF021009021009621084054144204631D407A0000005070100A00F2873737373737373737373737373737373015FD67B000102030405060708090A0B0C0D0E0F01C6A13B      -> create default file with FID 3F01 and 2 keys
    hf cipurse create --aid 4144204631 -d 92010C010001020030020000FFFFFF      -> create 0x0102 binary data EF under application 4144204631