Updated Standalone mode (markdown)

Iceman 2020-12-15 13:36:33 +01:00
parent 1099f14ae5
commit d22fff8e7d

@ -12,33 +12,38 @@ All standalone modes uses this differently and is hard to find out what is what.
**To enter the currently flashed standalone mode, press and hold the button until the LEDs play a short animation.**
You can implement your own mode or you can use others already implemented modes. Have a look at https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/readme.md
Remember for all standalone modes that targets all Proxmark3 devices that they will loose of data on the device if you cut the power or drain the battery. This is a serious limit to all NON-RDV4 devices. Standalone modes that takes advantage of RDV4 specific features overcomes this limit.
For any iceman based repo the current most popular public standalone modes is quite easy to compile and install.
In this repo its even easier than before. The default standalone mode is HF_MSDSAL.
### implement your own
You can implement your own mode or you can use others already implemented modes.
Have a look at https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/readme.md
# Supported standalone modes
The following standalone modes are built in this repo.
For any iceman based repo the current most popular public standalone modes is quite easy to compile and install.
In this repo its even easier than before. The default standalone mode is HF_MSDSAL.
| STANDALONE | DESCRIPTION | AUTHOR | non-RDV4 compatible |
Table of built-in standalone modes:
| STANDALONE | DESCRIPTION | AUTHOR | DEVICE TARGET|
|----------------|---------------|--------|-----------|
| LF_SKELETON | Standalone mode skeleton | Iceman1001 |Yes|
| LF_EM4100EMUL | Simulate predefined EM4100 tags | Artyom Gnatyuk |Yes|
| LF_EM4100RSWB | Read/simulate/brute/clone EM4100 tags| Monster1024 |Yes|
| LF_EM4100RWC | Read/simulate/clone EM4100 tags| Artyom Gnatyuk |Yes|
| LF_HIDBRUTE | HID corporate 1000 bruteforce | Federico dotta & Maurizio Agazzini |Yes|
| LF_ICEHID | LF HID / IOprox / AWID / EM4100 collector to flashmem | Iceman1001 |No|
| LF_PROXBRUTE | HID ProxII bruteforce | Brad Antoniewicz |Yes|
| LF_SAMYRUN | HID26 read/clone/sim | Samy Kamkar|Yes|
| HF_14ASNIFF | HF 14a sniff with to flashmem | Michael Farrell |No|
| HF_AVEFUL | MIFARE Ultralight read/simulation | Ave Ozkal |Yes|
| HF_BOG | HF 14a sniff with ULC/ULEV1/NTAG auth to flashmem | Bogito |No|
| HF_COLIN | MIFARE ultra fast sniff/sim/clone to flashmem | Colin Brigato |No|
| HF_ICECLASS | iCLASS 4-1 mode sim/read & dump/loclass/glitch & config to flashmem | Iceman1001 |No|
| HF_LEGIC | Read/simulate Legic Prime tags (RDV4: + save to flashmem) | Stefanie Hofmann & Uli Heilmeier |Partially*|
| HF_MATTYRUN | MIFARE sniff/clone | Matías A. Ré Medina |Yes|
| HF_MSDSAL (def)| Read and emulate MSD Visa cards | Salvador Mendoza |Yes|
| LF_SKELETON | Standalone mode skeleton | Iceman1001 |All|
| LF_EM4100EMUL | Simulate predefined EM4100 tags | Artyom Gnatyuk |All|
| LF_EM4100RSWB | Read/simulate/brute/clone EM4100 tags| Monster1024 |All|
| LF_EM4100RWC | Read/simulate/clone EM4100 tags| Artyom Gnatyuk |All|
| LF_HIDBRUTE | HID corporate 1000 bruteforce | Federico dotta & Maurizio Agazzini |All|
| LF_ICEHID | LF HID / IOprox / AWID / EM4100 collector to flashmem | Iceman1001 |RDV4|
| LF_PROXBRUTE | HID ProxII bruteforce | Brad Antoniewicz |All|
| LF_SAMYRUN | HID26 read/clone/sim | Samy Kamkar|All|
| HF_14ASNIFF | HF 14a sniff with to flashmem | Michael Farrell |RDV4|
| HF_AVEFUL | MIFARE Ultralight read/simulation | Ave Ozkal |All|
| HF_BOG | HF 14a sniff with ULC/ULEV1/NTAG auth to flashmem | Bogito |RDV4|
| HF_COLIN | MIFARE ultra fast sniff/sim/clone to flashmem | Colin Brigato |RDV4|
| HF_ICECLASS | iCLASS 4-1 mode sim/read & dump/loclass/glitch & config to flashmem | Iceman1001 |RDV4|
| HF_LEGIC | Read/simulate Legic Prime tags (RDV4: + save to flashmem) | Stefanie Hofmann & Uli Heilmeier |All / RDV4 *|
| HF_MATTYRUN | MIFARE sniff/clone | Matías A. Ré Medina |All|
| HF_MSDSAL (def)| Read and emulate MSD Visa cards | Salvador Mendoza |All|
| HF_TCPRST | IKEA Rothult ST25TA, Standalone Master Key Dump/Emulation | Nick Draffen |Yes|
| HF_YOUNG | MIFARE sniff/simulation | Craig Young |Yes|