mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
hf search will now detect VAS
This commit is contained in:
parent
a49fdbda0d
commit
7a66e2389e
1 changed files with 3 additions and 3 deletions
|
@ -194,6 +194,7 @@ static const hintAIDList_t hintAIDList[] = {
|
||||||
{ "\x32\x50\x41\x59\x2E\x53\x59\x53\x2E\x44\x44\x46\x30\x31", 14, "EMV (ppse)", "emv" },
|
{ "\x32\x50\x41\x59\x2E\x53\x59\x53\x2E\x44\x44\x46\x30\x31", 14, "EMV (ppse)", "emv" },
|
||||||
{ "\x41\x44\x20\x46\x31", 5, "CIPURSE", "hf cipurse" },
|
{ "\x41\x44\x20\x46\x31", 5, "CIPURSE", "hf cipurse" },
|
||||||
{ "\xd2\x76\x00\x00\x85\x01\x00", 7, "desfire", "hf mfdes" },
|
{ "\xd2\x76\x00\x00\x85\x01\x00", 7, "desfire", "hf mfdes" },
|
||||||
|
{ "\x4F\x53\x45\x2E\x56\x41\x53\x2E\x30\x31",10, "Apple VAS", "hf vas"},
|
||||||
};
|
};
|
||||||
|
|
||||||
// iso14a apdu input frame length
|
// iso14a apdu input frame length
|
||||||
|
@ -2416,10 +2417,9 @@ int infoHF14A4Applications(bool verbose) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (found) {
|
if (found) {
|
||||||
if (verbose)
|
if (verbose) {
|
||||||
PrintAndLogEx(INFO, "---------------------------------------------------");
|
PrintAndLogEx(INFO, "---------------------------------------------------");
|
||||||
else
|
}
|
||||||
PrintAndLogEx(INFO, "Short AID search:");
|
|
||||||
|
|
||||||
if (found >= ARRAYLEN(hintAIDList) - 1) {
|
if (found >= ARRAYLEN(hintAIDList) - 1) {
|
||||||
PrintAndLogEx(HINT, "Hint: card answers to all AID. It maybe the latest revision of plus/desfire/ultralight card.");
|
PrintAndLogEx(HINT, "Hint: card answers to all AID. It maybe the latest revision of plus/desfire/ultralight card.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue