mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fixed help for standalone
This commit is contained in:
parent
fb34db5e10
commit
73dd5a23e4
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ define KNOWN_STANDALONE_DEFINITIONS
|
||||||
| HF_COLIN | Mifare ultra fast sniff/sim/clone |
|
| HF_COLIN | Mifare ultra fast sniff/sim/clone |
|
||||||
| (RDV4 only) | - Colin Brigato |
|
| (RDV4 only) | - Colin Brigato |
|
||||||
+----------------------------------------------------------+
|
+----------------------------------------------------------+
|
||||||
| HF_CRAFTBYTE | UID stealer |
|
| HF_CRAFTBYTE | UID stealer - Emulates scanned 14a UID |
|
||||||
| | - Anze Jensterle |
|
| | - Anze Jensterle |
|
||||||
+----------------------------------------------------------+
|
+----------------------------------------------------------+
|
||||||
| HF_ICECLASS | Simulate HID iCLASS legacy ags |
|
| HF_ICECLASS | Simulate HID iCLASS legacy ags |
|
||||||
|
|
|
@ -36,7 +36,7 @@ typedef struct {
|
||||||
} PACKED card_clone_t;
|
} PACKED card_clone_t;
|
||||||
|
|
||||||
void ModInfo(void) {
|
void ModInfo(void) {
|
||||||
DbpString("hf_emuldes: standalone DESfire that scans a card and then emulates UID, SAK and ATQA");
|
DbpString("hf_craftbyte: standalone DESfire that scans a card and then emulates UID, SAK and ATQA");
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunMod(void) {
|
void RunMod(void) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue