mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg: 'hf 15 findafi' - informativ message
This commit is contained in:
parent
2c1e2a9f3a
commit
1c5d040ceb
2 changed files with 3 additions and 1 deletions
|
@ -612,6 +612,8 @@ int CmdHF15Sim(const char *Cmd) {
|
||||||
int CmdHF15Afi(const char *Cmd) {
|
int CmdHF15Afi(const char *Cmd) {
|
||||||
char cmdp = param_getchar(Cmd, 0);
|
char cmdp = param_getchar(Cmd, 0);
|
||||||
if (cmdp == 'h' || cmdp == 'H') return usage_15_findafi();
|
if (cmdp == 'h' || cmdp == 'H') return usage_15_findafi();
|
||||||
|
|
||||||
|
PrintAndLog("press pm3-button to cancel");
|
||||||
|
|
||||||
UsbCommand c = {CMD_ISO_15693_FIND_AFI, {strtol(Cmd, NULL, 0), 0, 0}};
|
UsbCommand c = {CMD_ISO_15693_FIND_AFI, {strtol(Cmd, NULL, 0), 0, 0}};
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
|
|
|
@ -95,7 +95,7 @@ int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key)
|
||||||
// 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 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");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue