mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-23 16:38:04 +08:00
textual
This commit is contained in:
parent
e94ceecb79
commit
d34d42b0b8
1 changed files with 4 additions and 3 deletions
|
@ -20,10 +20,10 @@ int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key) {
|
||||||
UsbCommand c = {CMD_READER_MIFARE, {true, blockno, key_type}};
|
UsbCommand c = {CMD_READER_MIFARE, {true, blockno, key_type}};
|
||||||
|
|
||||||
// message
|
// message
|
||||||
printf("-------------------------------------------------------------------------\n");
|
printf("----------------------------------------------------------------------------\n");
|
||||||
printf("Executing command. Expected execution time: 25sec on average\n");
|
printf("Executing command. Expected execution time: 25sec on average\n");
|
||||||
printf("Press pm3-button on the proxmark3 device to abort both proxmark3 and client.\n");
|
printf("Press pm3-button on the proxmark3 device to abort both proxmark3 and client.\n");
|
||||||
printf("-------------------------------------------------------------------------\n");
|
printf("----------------------------------------------------------------------------\n");
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
|
@ -58,6 +58,7 @@ int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
printf("\n");
|
||||||
|
|
||||||
if (par_list == 0 && c.arg[0] == true) {
|
if (par_list == 0 && c.arg[0] == true) {
|
||||||
PrintAndLog("Parity is all zero. Most likely this card sends NACK on every failed authentication.");
|
PrintAndLog("Parity is all zero. Most likely this card sends NACK on every failed authentication.");
|
||||||
|
|
Loading…
Reference in a new issue