mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-16 04:09:10 +08:00
temporary fix to get Appveyor happy. Will need more tuning later.
This commit is contained in:
parent
41731ea084
commit
4e9e7d6da0
1 changed files with 1 additions and 1 deletions
|
@ -3591,7 +3591,7 @@ static command_t CommandTable[] = {
|
||||||
{"list", CmdHF14AMfList, AlwaysAvailable, "List Mifare history"},
|
{"list", CmdHF14AMfList, AlwaysAvailable, "List Mifare history"},
|
||||||
{"darkside", CmdHF14AMfDarkside, IfPm3Iso14443a, "Darkside attack. read parity error messages."},
|
{"darkside", CmdHF14AMfDarkside, IfPm3Iso14443a, "Darkside attack. read parity error messages."},
|
||||||
{"nested", CmdHF14AMfNested, IfPm3Iso14443a, "Nested attack. Test nested authentication"},
|
{"nested", CmdHF14AMfNested, IfPm3Iso14443a, "Nested attack. Test nested authentication"},
|
||||||
{"hardnested", CmdHF14AMfNestedHard, IfPm3Iso14443a, "Nested attack for hardened Mifare cards"},
|
{"hardnested", CmdHF14AMfNestedHard, AlwaysAvailable, "Nested attack for hardened Mifare cards"},
|
||||||
{"keybrute", CmdHF14AMfKeyBrute, IfPm3Iso14443a, "J_Run's 2nd phase of multiple sector nested authentication key recovery"},
|
{"keybrute", CmdHF14AMfKeyBrute, IfPm3Iso14443a, "J_Run's 2nd phase of multiple sector nested authentication key recovery"},
|
||||||
{"nack", CmdHf14AMfNack, IfPm3Iso14443a, "Test for Mifare NACK bug"},
|
{"nack", CmdHf14AMfNack, IfPm3Iso14443a, "Test for Mifare NACK bug"},
|
||||||
{"chk", CmdHF14AMfChk, IfPm3Iso14443a, "Check keys"},
|
{"chk", CmdHF14AMfChk, IfPm3Iso14443a, "Check keys"},
|
||||||
|
|
Loading…
Reference in a new issue