mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Added BogitoRun identification
This commit is contained in:
parent
1c2af2a5ed
commit
34775c81f5
1 changed files with 4 additions and 1 deletions
|
@ -453,6 +453,9 @@ void printStandAloneModes(void) {
|
||||||
#if defined(WITH_HF_COLIN)
|
#if defined(WITH_HF_COLIN)
|
||||||
DbpString(" HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN (Colin Brigato)");
|
DbpString(" HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN (Colin Brigato)");
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(WITH_HF_BOG)
|
||||||
|
DbpString(" HF 14a sniff standalone with ULC/ULEV1/NTAG auth storing in flashmem - aka BogitoRun (Bogito)");
|
||||||
|
#endif
|
||||||
|
|
||||||
//DbpString("Running ");
|
//DbpString("Running ");
|
||||||
//Dbprintf(" Is Device attached to USB| %s", USB_ATTACHED() ? "Yes" : "No");
|
//Dbprintf(" Is Device attached to USB| %s", USB_ATTACHED() ? "Yes" : "No");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue