Updated Standalone mode (markdown)

Iceman 2025-06-16 16:33:27 +02:00
parent 5154156c3c
commit c4c81e7020

@ -56,6 +56,7 @@ Table of built-in standalone modes:
| [HF_MFCSIM][] | MIFARE Classic simulate | Ray Lee |RDV4| | [HF_MFCSIM][] | MIFARE Classic simulate | Ray Lee |RDV4|
| [HF_MSDSAL][] | **(default)** Read and emulate MSD Visa cards | Salvador Mendoza |All| | [HF_MSDSAL][] | **(default)** Read and emulate MSD Visa cards | Salvador Mendoza |All|
| [HF_REBLAY][] | 14A relay over BT | 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_TCPRST][] | IKEA Rothult ST25TA, Standalone Master Key Dump/Emulation | Nick Draffen |All|
| [HF_TMUDFORD][] | Read and emulate ISO15693 card UID | Tim Mudford |All| | [HF_TMUDFORD][] | Read and emulate ISO15693 card UID | Tim Mudford |All|
| [HF_UNISNIFF][] | Multimode HF sniffer with optional flashmem & runtime select | Hazardousvoltage |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_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_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_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_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_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 [HF_UNISNIFF]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_unisniff.c