mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
standalone doc
This commit is contained in:
parent
e98c4e246d
commit
940cb1f64f
1 changed files with 17 additions and 10 deletions
|
@ -27,26 +27,33 @@ Known definitions:
|
|||
+==========================================================+
|
||||
| STANDALONE | DESCRIPTION |
|
||||
+==========================================================+
|
||||
| (none: def) | By default no standalone mode |
|
||||
| (def) | By default, no standalone mode |
|
||||
+----------------------------------------------------------+
|
||||
| LF_SAMYRUN | |
|
||||
| LF_ICERUN | standalone mode skeleton |
|
||||
| | - iceman |
|
||||
+----------------------------------------------------------+
|
||||
| LF_ICERUN | |
|
||||
| LF_SAMYRUN | HID26 read/clone/sim |
|
||||
| | - Samy Kamkar |
|
||||
+----------------------------------------------------------+
|
||||
| LF_PROXBRUTE | |
|
||||
| LF_PROXBRUTE | HID ProxII bruteforce |
|
||||
| | - Brad Antoniewicz |
|
||||
+----------------------------------------------------------+
|
||||
| LF_HIDBRUTE | |
|
||||
| LF_HIDBRUTE | HID corporate 1000 bruteforce |
|
||||
| | - Federico dotta & Maurizio Agazzini |
|
||||
+----------------------------------------------------------+
|
||||
| HF_YOUNG | |
|
||||
| HF_YOUNG | Mifare sniff/simulation |
|
||||
| | - Craig Young |
|
||||
+----------------------------------------------------------+
|
||||
| HF_MATTYRUN | |
|
||||
| HF_MATTYRUN | Mifare sniff/clone |
|
||||
| | - Matías A. Ré Medina |
|
||||
+----------------------------------------------------------+
|
||||
| HF_COLIN | |
|
||||
| HF_COLIN | Mifare ultra fast sniff/sim/clone |
|
||||
| | - Colin Brigato |
|
||||
+----------------------------------------------------------+
|
||||
| HF_BOG | |
|
||||
| HF_BOG | 14a sniff with ULC/ULEV1/NTAG auth |
|
||||
| | storing in flashmem - Bogito |
|
||||
+----------------------------------------------------------+
|
||||
|
||||
|
||||
Options to define platform, platform extras and/or standalone mode:
|
||||
(1) Run make with PLATFORM, PLATFORM_EXTRAS and/or STANDALONE as follows:
|
||||
make PLATFORM=PM3EASY STANDALONE=LF_SAMYRUN
|
||||
|
|
Loading…
Reference in a new issue