mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: list should always be available, since we can now load / save trace files.
This commit is contained in:
parent
4e17b17343
commit
0cedfc7b2b
10 changed files with 10 additions and 10 deletions
|
@ -3551,7 +3551,7 @@ static int CmdHF14AMfList(const char *Cmd) {
|
|||
|
||||
static command_t CommandTable[] = {
|
||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||
{"list", CmdHF14AMfList, IfPm3Iso14443a, "List Mifare history"},
|
||||
{"list", CmdHF14AMfList, AlwaysAvailable, "List Mifare history"},
|
||||
{"darkside", CmdHF14AMfDarkside, IfPm3Iso14443a, "Darkside attack. read parity error messages."},
|
||||
{"nested", CmdHF14AMfNested, IfPm3Iso14443a, "Nested attack. Test nested authentication"},
|
||||
{"hardnested", CmdHF14AMfNestedHard, IfPm3Iso14443a, "Nested attack for hardened Mifare cards"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue