mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Add 'lf_icehid' - new standalone mode for reading lf HID credentials and store it to RDV4 flashmem
This commit is contained in:
parent
a612cc9414
commit
4f912abaf6
5 changed files with 140 additions and 4 deletions
|
@ -73,13 +73,15 @@ Here are the supported values you can assign to `STANDALONE` in `Makefile.platfo
|
|||
|-----------------|----------------------------------------|
|
||||
| | No standalone mode
|
||||
| LF_SAMYRUN (def)| HID26 read/clone/sim - Samy Kamkar
|
||||
| LF_ICERUN | standalone mode skeleton - iceman
|
||||
| LF_ICERUN | standalone mode skeleton - Iceman
|
||||
| LF_PROXBRUTE | HID ProxII bruteforce - Brad Antoniewicz
|
||||
| LF_HIDBRUTE | HID corporate 1000 bruteforce - Federico dotta & Maurizio Agazzini
|
||||
| HF_YOUNG | Mifare sniff/simulation - Craig Young
|
||||
| HF_MATTYRUN | Mifare sniff/clone - Matías A. Ré Medina
|
||||
| HF_COLIN | Mifare ultra fast sniff/sim/clone - Colin Brigato
|
||||
| HF_BOG | 14a sniff with ULC/ULEV1/NTAG auth storing in flashmem - Bogito
|
||||
| HF_14ASNIFF | 14a sniff storing to flashmem - Micolous
|
||||
| LF_ICEHID | LF HID collector to flashmem - Iceman
|
||||
|
||||
By default `STANDALONE=LF_SAMYRUN`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue