Current command:
hf mfu dump --help
Dump MIFARE Ultralight/NTAG tag to files (bin/json) It autodetects card type.Supports: Ultralight, Ultralight-C, Ultralight EV1 NTAG 203, NTAG 210, NTAG 212, NTAG 213, NTAG 215, NTAG 216 usage: hf mfu dump [-hlz] [-f <fn>] [-k <hex>] [-p <dec>] [-q <dec>] [--ns] options: -h, --help This help -f, --file <fn> Specify a filename for dump file -k, --key <hex> Key for authentication (UL-C 16 bytes, EV1/NTAG 4 bytes) -l Swap entered key's endianness -p, --page <dec> Manually set start page number to start from -q, --qty <dec> Manually set number of pages to dump --ns no save to file -z, --dense dense dump output style examples/notes: hf mfu dump -f myfile hf mfu dump -k AABBCCDD -> dump whole tag using pwd AABBCCDD hf mfu dump -p 10 -> start at page 10 and dump rest of blocks hf mfu dump -p 10 -q 2 -> start at page 10 and dump two blocks hf mfu dump --key 00112233445566778899AABBCCDDEEFF