Updated: January 2025
Current command:
hf 14a simaid --help
Simulate ISO/IEC 14443 type A tag with 4,7 or 10 byte UID, and filter for AID Values These AID Values can be responded to and include extra APDU commands on GetData after response usage: hf 14a simaid [-p <hex>] options: -h, --help This help -t, --type <1-12> Simulation type to use -u, --uid <hex> <4|7|10> hex bytes UID -r, --rats <hex> <0-20> hex bytes RATS -a, --aid <hex> <0-100> hex bytes for AID to respond to (Default: A000000000000000000000) -e, --response <hex> <0-100> hex bytes for APDU Response to AID Select (Default: 9000) -p, --apdu <hex> <0-100> hex bytes for APDU Response to Get Data request after AID (Default: 9000) -x, --enumerate Enumerate all AID values via returning Not Found and print them to console examples/notes: hf 14a simaid -t 3 -> MIFARE Desfire hf 14a simaid -t 4 -> ISO/IEC 14443-4 hf 14a simaid -t 11 -> Javacard (JCOP) hf 14a simaid -t 3 --aid a000000000000000000000 --response 9000 --apdu 9000 -> AID, Response and APDU hf 14a simaid -t 3 --rats 05788172220101 --response 01009000 --apdu 86009000 -> Custom RATS Added hf 14a simaid -t 3 --rats 05788172220101 -x -> Enumerate AID Values