Current command:
hf mfu sim --help
Simulate MIFARE Ultralight family type based upon ISO/IEC 14443 type A tag with 4,7 or 10 byte UID from emulator memory. See `hf mfu eload` first. The UID from emulator memory will be used if not specified. See `hf 14a sim -h` to see available types. You want 2 or 7 usually. usage: hf mfu sim [-hv] -t <1..12> [-u <hex>] [-n <dec>] options: -h, --help This help -t, --type <1..12> Simulation type to use -u, --uid <hex> <4|7|10> hex bytes UID -n, --num <dec> Exit simulation after <numreads> blocks. 0 = infinite -v, --verbose Verbose output examples/notes: hf mfu sim -t 2 --uid 11223344556677 -> MIFARE Ultralight hf mfu sim -t 7 --uid 11223344556677 -n 5 -> MFU EV1 / NTAG 215 Amiibo hf mfu sim -t 7 -> MFU EV1 / NTAG 215 Amiibo