From e2f568b740f17842a52f3a2cd8ec1ca82c6ff0ca Mon Sep 17 00:00:00 2001 From: kitsunehunter <90627943+kitsunehunter@users.noreply.github.com> Date: Sun, 10 Dec 2023 22:34:12 -0500 Subject: [PATCH 1/2] Update Notes documentation Added documentation on HID downgrades and RM Signed-off-by: kitsunehunter <90627943+kitsunehunter@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89bacebf1..538d5b952 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The Proxmark3 is the swiss-army tool of RFID, allowing for interactions with the |[Developing standalone mode](/armsrc/Standalone/readme.md)|[Wiki about standalone mode](https://github.com/RfidResearchGroup/proxmark3/wiki/Standalone-mode)|[Notes on Magic UID cards](/doc/magic_cards_notes.md)| |[Notes on Color usage](/doc/colors_notes.md)|[Makefile vs CMake](/doc/md/Development/Makefile-vs-CMake.md)|[Notes on Cloner guns](/doc/cloner_notes.md)| |[Notes on cliparser usage](/doc/cliparser.md)|[Notes on clocks](/doc/clocks.md)|[Notes on MIFARE DESFire](/doc/desfire.md)| -|[Notes on CIPURSE](/doc/cipurse.md)|[Notes on NDEF type4a](/doc/ndef_type4a.md)|| +|[Notes on CIPURSE](/doc/cipurse.md)|[Notes on NDEF type4a](/doc/ndef_type4a.md)|[Notes on HID downgrades / RM](https://gist.github.com/kitsunehunter/c75294bdbd0533eca298d122c39fb1bd)| # How to build? From 1ab70541aa6fba2b412fcf2efbe1d0961ec3dccd Mon Sep 17 00:00:00 2001 From: kitsunehunter <90627943+kitsunehunter@users.noreply.github.com> Date: Sun, 10 Dec 2023 22:47:06 -0500 Subject: [PATCH 2/2] Update extensions_notes.md eml deprecated Signed-off-by: kitsunehunter <90627943+kitsunehunter@users.noreply.github.com> --- doc/extensions_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/extensions_notes.md b/doc/extensions_notes.md index 063ce2b85..266a4df1e 100644 --- a/doc/extensions_notes.md +++ b/doc/extensions_notes.md @@ -6,7 +6,7 @@ The Proxmark3 client uses a wide range of files. Here is a brief recap to get yo |---|---| | .exe | windows executable | | .bin | binary file, can be firmware or memory dump of a tag or keys dump of a tag| -| .eml | text file, with memory dump of a tag | +| .eml | text file, with memory dump of a tag (deprecated) | | .mfd | binary 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 | | .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 |