mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-07 05:05:01 +08:00
Added my new standalone mode, LF_EM4100RSWW
parent
a85661ac54
commit
cbf2ea5010
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,9 @@ Table of built-in standalone modes:
|
|||
| Module | Description | Author | Device target |
|
||||
|----------------|---------------|--------|-----------|
|
||||
| [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_EM4100RSWB][] | Read/simulate/brute/clone EM4100 tags | Monster1024 |All|
|
||||
| [LF_EM4100RSWW][] | Read/write/clone/validate/wipe EM4100 tags | Łukasz "zabszk" Jurczyk |All|
|
||||
| [LF_EM4100RWC][] | Read/simulate/clone EM4100 tags | Artyom Gnatyuk |All|
|
||||
| [LF_HIDBRUTE][] | HID corporate 1000 bruteforce | Federico dotta & Maurizio Agazzini |All|
|
||||
| [LF_HIDFCBRUTE][] | HID Facility Code bruteforce | ss23|RDV4|
|
||||
| [LF_ICEHID][] | LF HID / IOprox / AWID / EM4100 collector to flashmem | Iceman1001 |RDV4|
|
||||
|
@ -56,6 +57,7 @@ Table of built-in standalone modes:
|
|||
[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
|
||||
[LF_EM4100RSWB]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_em4100rswb.c
|
||||
[LF_EM4100RSWW]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_em4100rsww.c
|
||||
[LF_EM4100RWC]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/lf_em4100rwc.c
|
||||
[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
|
||||
|
|
Loading…
Add table
Reference in a new issue