Back to Proxmark3

Notes on file extensions

doc/extensions_notes.md

4.92371.4 KB
Original Source

Notes on file extensions

The Proxmark3 client uses a wide range of files. Here is a brief recap to get you up to speed.

extensiondescription
.exewindows executable
.binbinary file, can be firmware or memory dump of a tag or keys dump of a tag
.emltext file, with memory dump of a tag (deprecated)
.mfdbinary file, MIFARE file dump, name comes from NFC-Tools. Usually created with Mifare Classic Tool app (MCT) or NFC-Tools, contains memory dump of tag. Very similar to .bin file
.jsonJSON file, usually settings file or it can also be a memory dump of a tag
.dicdictionary file. textual, with keys/passwords one line / key
.elfbinary proxmark3 device firmware file.
.cmdtext file, contains proxmark3 client commands used to call client with -s
.luatext file, contains lua script to be run inside client. or called with -l
.pm3text file, with numbers ranging 0-255 or -127 - 128. Contains trace signal data for low frequency tags (data load / data save)
.wavbinary file, PCM8 with samplerate 125000, one channel. (data save)
.tracebinary file, contains trace log data usually from high frequency tags. (trace load)
.logtext file, our log file, contains the output from almost all commands you run inside Proxmark3 client
.historytext file, our command log file, contains the commands you ran inside Proxmark3 client