mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: refactor standalone mode info string
add: icerun - skeleton standalone mode for ppl to use as base for their new modes.
This commit is contained in:
parent
a59f7a50ce
commit
7220653ccd
12 changed files with 97 additions and 44 deletions
|
@ -26,6 +26,10 @@
|
|||
//-----------------------------------------------------------------------------------
|
||||
#include "lf_hidbrute.h"
|
||||
|
||||
void ModInfo(void) {
|
||||
DbpString(" LF HID corporate 1000 bruteforce - aka Corporatebrute (Federico dotta & Maurizio Agazzini)");
|
||||
}
|
||||
|
||||
// samy's sniff and repeat routine for LF
|
||||
void RunMod() {
|
||||
StandAloneMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue