From 9ce37fdd1c66418f69cb77801c3ae4140a91973a Mon Sep 17 00:00:00 2001 From: Iceman Date: Thu, 5 Sep 2019 11:33:34 +0200 Subject: [PATCH] Update extensions_notes.md --- doc/extensions_notes.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/extensions_notes.md b/doc/extensions_notes.md index 3d4cfe5a1..f8d4c75c1 100644 --- a/doc/extensions_notes.md +++ b/doc/extensions_notes.md @@ -2,15 +2,16 @@ The Proxmark3 client uses a wide range of files. Here is a brief recap to get you up to speed. - -- .exe windows executable -- .bin binary file, can be firmware or memory dump of a tag -- .eml text file, with 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 -- .json JSON file, usually settings file or it can also be a memory dump of a tag -- .dic dictionary file. textual, with keys/passwords one line / key -- .elf binary proxmark3 device firmware file. -- .cmd text file, contains proxmark3 client commands used to call client with -s -- .lua text file, contains lua script to be run inside client. or called with -l -- .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) +| extension | description| +|---|---| +| .exe | windows executable | +| .bin | binary file, can be firmware or memory dump of a tag | +| .eml | text file, with 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 | +| .json | JSON file, usually settings file or it can also be a memory dump of a tag | +| .dic | dictionary file. textual, with keys/passwords one line / key | +| .elf | binary proxmark3 device firmware file. | +| .cmd | text file, contains proxmark3 client commands used to call client with -s | +| .lua | text file, contains lua script to be run inside client. or called with -l | +| .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) |