mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
limit hf st suggstion to st25ta, if STA
This commit is contained in:
parent
a4b595c79b
commit
67ee460137
1 changed files with 2 additions and 2 deletions
|
@ -2680,8 +2680,8 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
||||||
PrintAndLogEx(HINT, "Hint: try `" _YELLOW_("hf mfdes info") "`");
|
PrintAndLogEx(HINT, "Hint: try `" _YELLOW_("hf mfdes info") "`");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isST) {
|
if ((isST) && (card.ats_len >= 0)) {
|
||||||
PrintAndLogEx(HINT, "Hint: try `" _YELLOW_("hf st info") "`");
|
PrintAndLogEx(HINT, "Hint: try `" _YELLOW_("hf st25ta info") "`");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isEMV) {
|
if (isEMV) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue