Update extensions_notes.md

This commit is contained in:
Iceman 2019-09-05 11:33:34 +02:00 committed by GitHub
commit 9ce37fdd1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,16 @@
The Proxmark3 client uses a wide range of files. Here is a brief recap to get you up to speed. The Proxmark3 client uses a wide range of files. Here is a brief recap to get you up to speed.
| extension | description|
- .exe windows executable |---|---|
- .bin binary file, can be firmware or memory dump of a tag | .exe | windows executable |
- .eml text file, with memory dump of a tag | .bin | binary file, can be firmware or memory dump of a tag |
- .mfd binary file, usually created with Mifare Classic Tool app (MCT), contains memory dump of tag. Very similar to .bin file | .eml | text file, with memory dump of a tag |
- .json JSON file, usually settings file or it can also be a memory dump of a tag | .mfd | binary file, usually created with Mifare Classic Tool app (MCT), contains memory dump of tag. Very similar to .bin file |
- .dic dictionary file. textual, with keys/passwords one line / key | .json | JSON file, usually settings file or it can also be a memory dump of a tag |
- .elf binary proxmark3 device firmware file. | .dic | dictionary file. textual, with keys/passwords one line / key |
- .cmd text file, contains proxmark3 client commands used to call client with -s | .elf | binary proxmark3 device firmware file. |
- .lua text file, contains lua script to be run inside client. or called with -l | .cmd | text file, contains proxmark3 client commands used to call client with -s |
- .pm3 text file, with numbers ranging 0-255 or -127 - 128. Contains trace signal data for low frequency tags (data load) | .lua | text file, contains lua script to be run inside client. or called with -l |
- .trace binary file, contains trace log data usually from high frequency tags. (hw trace load) | .pm3 | text file, with numbers ranging 0-255 or -127 - 128. Contains trace signal data for low frequency tags (data load) |
| .trace | binary file, contains trace log data usually from high frequency tags. (hw trace load) |