mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07:00
Updated Standalone mode (markdown)
parent
ca92e1d6e6
commit
2b8d04a252
@ -34,12 +34,15 @@ Table of built-in standalone modes:
|
||||
| [LF_HIDFCBRUTE][] | HID Facility Code bruteforce | ss23|RDV4|
|
||||
| [LF_ICEHID][] | LF HID / IOprox / AWID / EM4100 collector to flashmem | Iceman1001 |RDV4|
|
||||
| [LF_MULTIHID][] | LF HID 26 Bit (H1031) multi simulator | Shain Lakin |All|
|
||||
| [LF_NEDAP_SIM][] | LF Nedap ID simple simulator | Benjamin Deploy Gentilkiwi |All|
|
||||
| [LF_NEXID][] | Nexwatch credentials detection mode | jrjgjk & Zolorah |RDV4|
|
||||
| [LF_PROXBRUTE][] | HID ProxII bruteforce | Brad Antoniewicz |All|
|
||||
| [LF_PROX2BRUTE][] | HID ProxII bruteforce v2 | Yann Gascuel |All|
|
||||
| [LF_SAMYRUN][] | HID26 read/clone/sim | Samy Kamkar |All|
|
||||
| [LF_SKELETON][] | Standalone mode skeleton | Iceman1001 |All|
|
||||
| [LF_THAREXDE][] | LF EM4x50 simulator/read standalone mode | tharexde |RDV4|
|
||||
| [LF_THAREXDE][] | LF EM4x50 simulator/read standalone mode | tharexde |RDV4|
|
||||
| [HF_14ASNIFF][] | HF 14a sniff to flashmem | Michael Farrell |RDV4|
|
||||
| [HF_14BSNIFF][] | HF 14b sniff to flashmem | Jacopo Jannone |All|
|
||||
| [HF_15SNIFF][] | HF 15693 sniff to flashmem | Nathan Glaser |RDV4|
|
||||
| [HF_AVEFUL][] | MIFARE Ultralight read/simulation | Ave Ozkal |All|
|
||||
| [HF_BOG][] | HF 14a sniff ULC/ULEV1/NTAG auth to flashmem | Bogito |RDV4|
|
||||
@ -52,9 +55,10 @@ 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_TCPRST][] | IKEA Rothult ST25TA, Standalone Master Key Dump/Emulation | Nick Draffen |Yes|
|
||||
| [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_YOUNG][] | MIFARE sniff/simulation | Craig Young |Yes|
|
||||
| [HF_YOUNG][] | MIFARE sniff/simulation | Craig Young |All|
|
||||
| [DANKARMULTI][] | Load multiple standalone modes | Daniel Karling |All|
|
||||
|
||||
[LF_SKELETON]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_skeleton.c
|
||||
[LF_EM4100EMUL]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_em4100emul.c
|
||||
@ -64,12 +68,15 @@ Table of built-in standalone modes:
|
||||
[LF_HIDBRUTE]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_hidbrute.c
|
||||
[LF_HIDFCBRUTE]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_hidfcbrute.c
|
||||
[LF_MULTIHID]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_multihid.c
|
||||
[LF_NEDAP_SIM]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_nedap_sim.c
|
||||
[LF_NEXID]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_nexid.c
|
||||
[LF_ICEHID]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_icehid.c
|
||||
[LF_PROXBRUTE]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_proxbrute.c
|
||||
[LF_PROX2BRUTE]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_prox2brute.c
|
||||
[LF_SAMYRUN]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_samyrun.c
|
||||
[LF_THAREXDE]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_tharexde.c
|
||||
[HF_14ASNIFF]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_14asniff.c
|
||||
[HF_14BSNIFF]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_14bsniff.c
|
||||
[HF_15SNIFF]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_15sniff.c
|
||||
[HF_AVEFUL]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_aveful.c
|
||||
[HF_BOG]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_bog.c
|
||||
@ -85,6 +92,7 @@ Table of built-in standalone modes:
|
||||
[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_YOUNG]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_young.c
|
||||
[DANKARMULTI]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/dankarmulti.c
|
||||
|
||||
**Warning:** some standalone modes takes advantage of RDV4 specific features, which may not work on non-RDV4 devices. You will most likely need to read the source code to understand what is supported.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user