From c4c81e702070726821a659caf6cc450c2ba701bd Mon Sep 17 00:00:00 2001 From: Iceman Date: Mon, 16 Jun 2025 16:33:27 +0200 Subject: [PATCH] Updated Standalone mode (markdown) --- Standalone-mode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Standalone-mode.md b/Standalone-mode.md index d5c7bfe..9011613 100644 --- a/Standalone-mode.md +++ b/Standalone-mode.md @@ -56,6 +56,7 @@ Table of built-in standalone modes: | [HF_MFCSIM][] | MIFARE Classic simulate | Ray Lee |RDV4| | [HF_MSDSAL][] | **(default)** Read and emulate MSD Visa cards | Salvador Mendoza |All| | [HF_REBLAY][] | 14A relay over BT | Salvador Mendoza |All| +| [HF_ST25_TEAROFF][] | Performs TEAROFF attacks against ST25TB Counter blocks | SecLabz |All / RDV4 *| | [HF_TCPRST][] | IKEA Rothult ST25TA, Standalone Master Key Dump/Emulation | Nick Draffen |All| | [HF_TMUDFORD][] | Read and emulate ISO15693 card UID | Tim Mudford |All| | [HF_UNISNIFF][] | Multimode HF sniffer with optional flashmem & runtime select | Hazardousvoltage |All| @@ -92,6 +93,7 @@ Table of built-in standalone modes: [HF_MFCSIM]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_mfcsim.c [HF_MSDSAL]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_msdsal.c [HF_REBLAY]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_reblay.c +[HF_ST25_TEAROFF]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_st25_tearoff.c [HF_TCPRST]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_tcprst.c [HF_TMUDFORD]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_tmudford.c [HF_UNISNIFF]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_unisniff.c