From 0cedfc7b2b6de6f7e1a33479d50fdbfd91802a49 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 2 May 2019 10:42:02 +0200 Subject: [PATCH] chg: list should always be available, since we can now load / save trace files. --- client/cmdhf.c | 2 +- client/cmdhf14a.c | 2 +- client/cmdhf14b.c | 2 +- client/cmdhf15.c | 2 +- client/cmdhffelica.c | 2 +- client/cmdhficlass.c | 2 +- client/cmdhflegic.c | 2 +- client/cmdhfmf.c | 2 +- client/cmdhftopaz.c | 2 +- client/emv/cmdemv.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/cmdhf.c b/client/cmdhf.c index 06624cd1b..ab34e39fc 100644 --- a/client/cmdhf.c +++ b/client/cmdhf.c @@ -116,7 +116,7 @@ static command_t CommandTable[] = { {"mfdes", CmdHFMFDes, AlwaysAvailable, "{ MIFARE Desfire RFIDs... }"}, {"topaz", CmdHFTopaz, AlwaysAvailable, "{ TOPAZ (NFC Type 1) RFIDs... }"}, {"fido", CmdHFFido, AlwaysAvailable, "{ FIDO and FIDO2 authenticators... }"}, - {"list", CmdTraceList, IfPm3Present, "List protocol data in trace buffer"}, + {"list", CmdTraceList, AlwaysAvailable, "List protocol data in trace buffer"}, {"tune", CmdHFTune, IfPm3Present, "Continuously measure HF antenna tuning"}, {"search", CmdHFSearch, AlwaysAvailable, "Search for known HF tags [preliminary]"}, {"sniff", CmdHFSniff, IfPm3Hfsniff, " Generic HF Sniff"}, diff --git a/client/cmdhf14a.c b/client/cmdhf14a.c index 1f27e5a2d..773aca7ff 100644 --- a/client/cmdhf14a.c +++ b/client/cmdhf14a.c @@ -1116,7 +1116,7 @@ static int CmdHF14AChaining(const char *Cmd) { static command_t CommandTable[] = { {"help", CmdHelp, AlwaysAvailable, "This help"}, - {"list", CmdHF14AList, IfPm3Iso14443a, "List ISO 14443-a history"}, + {"list", CmdHF14AList, AlwaysAvailable, "List ISO 14443-a history"}, {"info", CmdHF14AInfo, IfPm3Iso14443a, "Tag information"}, {"reader", CmdHF14AReader, IfPm3Iso14443a, "Act like an ISO14443-a reader"}, {"cuids", CmdHF14ACUIDs, IfPm3Iso14443a, " Collect n>0 ISO14443-a UIDs in one go"}, diff --git a/client/cmdhf14b.c b/client/cmdhf14b.c index 5d794b3b1..89126d618 100644 --- a/client/cmdhf14b.c +++ b/client/cmdhf14b.c @@ -1077,7 +1077,7 @@ static command_t CommandTable[] = { {"help", CmdHelp, AlwaysAvailable, "This help"}, {"dump", CmdHF14BDump, IfPm3Iso14443b, "Read all memory pages of an ISO14443-B tag, save to file"}, {"info", CmdHF14Binfo, IfPm3Iso14443b, "Tag information"}, - {"list", CmdHF14BList, IfPm3Iso14443b, "List ISO 14443B history"}, + {"list", CmdHF14BList, AlwaysAvailable, "List ISO 14443B history"}, {"raw", CmdHF14BCmdRaw, IfPm3Iso14443b, "Send raw hex data to tag"}, {"reader", CmdHF14BReader, IfPm3Iso14443b, "Act as a 14443B reader to identify a tag"}, {"sim", CmdHF14BSim, IfPm3Iso14443b, "Fake ISO 14443B tag"}, diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 17f9c7087..65bb963d5 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -1279,7 +1279,7 @@ static command_t CommandTable[] = { {"dump", CmdHF15Dump, IfPm3Iso15693, "Read all memory pages of an ISO15693 tag, save to file"}, {"findafi", CmdHF15Afi, IfPm3Iso15693, "Brute force AFI of an ISO15693 tag"}, {"info", CmdHF15Info, IfPm3Iso15693, "Tag information"}, - {"list", CmdHF15List, IfPm3Iso15693, "List ISO15693 history"}, + {"list", CmdHF15List, AlwaysAvailable, "List ISO15693 history"}, {"raw", CmdHF15Raw, IfPm3Iso15693, "Send raw hex data to tag"}, {"reader", CmdHF15Reader, IfPm3Iso15693, "Act like an ISO15693 reader"}, {"record", CmdHF15Record, IfPm3Iso15693, "Record Samples (ISO15693)"}, diff --git a/client/cmdhffelica.c b/client/cmdhffelica.c index b434521e0..65559e1a8 100644 --- a/client/cmdhffelica.c +++ b/client/cmdhffelica.c @@ -535,7 +535,7 @@ static int CmdHFFelicaCmdRaw(const char *Cmd) { static command_t CommandTable[] = { {"help", CmdHelp, AlwaysAvailable, "This help"}, - {"list", CmdHFFelicaList, IfPm3Felica, "List ISO 18092/FeliCa history"}, + {"list", CmdHFFelicaList, AlwaysAvailable, "List ISO 18092/FeliCa history"}, {"reader", CmdHFFelicaReader, IfPm3Felica, "Act like an ISO18092/FeliCa reader"}, {"sim", CmdHFFelicaSim, IfPm3Felica, " -- Simulate ISO 18092/FeliCa tag"}, {"sniff", CmdHFFelicaSniff, IfPm3Felica, "sniff ISO 18092/Felica traffic"}, diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index fc3498ae8..a637e1e59 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -2426,7 +2426,7 @@ static command_t CommandTable[] = { {"dump", CmdHFiClassReader_Dump, IfPm3Iclass, "[options..] Authenticate and Dump iClass tag's AA1"}, {"eload", CmdHFiClassELoad, IfPm3Iclass, "[f ] (experimental) Load data into iClass emulator memory"}, {"encryptblk", CmdHFiClassEncryptBlk, AlwaysAvailable, " Encrypt given block data"}, - {"list", CmdHFiClassList, IfPm3Iclass, " List iClass history"}, + {"list", CmdHFiClassList, AlwaysAvailable, " List iClass history"}, {"loclass", CmdHFiClass_loclass, AlwaysAvailable, "[options..] Use loclass to perform bruteforce of reader attack dump"}, {"lookup", CmdHFiClassLookUp, AlwaysAvailable, "[options..] Uses authentication trace to check for key in dictionary file"}, {"managekeys", CmdHFiClassManageKeys, AlwaysAvailable, "[options..] Manage the keys to use with iClass"}, diff --git a/client/cmdhflegic.c b/client/cmdhflegic.c index 4b71fcfe3..dabde228b 100644 --- a/client/cmdhflegic.c +++ b/client/cmdhflegic.c @@ -1281,7 +1281,7 @@ static command_t CommandTable[] = { {"crc", CmdLegicCalcCrc, AlwaysAvailable, "Calculate Legic CRC over given bytes"}, {"eload", CmdLegicELoad, IfPm3Legicrf, "Load binary dump to emulator memory"}, {"esave", CmdLegicESave, IfPm3Legicrf, "Save emulator memory to binary file"}, - {"list", CmdLegicList, IfPm3Legicrf, "List LEGIC history"}, + {"list", CmdLegicList, AlwaysAvailable, "List LEGIC history"}, {"wipe", CmdLegicWipe, IfPm3Legicrf, "Wipe a LEGIC Prime tag"}, {NULL, NULL, NULL, NULL} }; diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index ceebb5ea4..30264ba24 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -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"}, diff --git a/client/cmdhftopaz.c b/client/cmdhftopaz.c index c594a3f15..284cdc1f9 100644 --- a/client/cmdhftopaz.c +++ b/client/cmdhftopaz.c @@ -509,7 +509,7 @@ static command_t CommandTable[] = { {"sim", CmdHFTopazSim, IfPm3Iso14443a, " -- Simulate Topaz tag"}, {"sniff", CmdHF14ASniff, IfPm3Iso14443a, "Sniff Topaz reader-tag communication"}, {"raw", CmdHFTopazCmdRaw, IfPm3Iso14443a, "Send raw hex data to tag"}, - {"list", CmdHFTopazList, IfPm3Iso14443a, "List Topaz history"}, + {"list", CmdHFTopazList, AlwaysAvailable, "List Topaz history"}, {NULL, NULL, 0, NULL} }; diff --git a/client/emv/cmdemv.c b/client/emv/cmdemv.c index f3c3b9253..ca3866805 100644 --- a/client/emv/cmdemv.c +++ b/client/emv/cmdemv.c @@ -1956,7 +1956,7 @@ static command_t CommandTable[] = { {"sim", CmdEmvSim, IfPm3Iso14443, "simulate EMV tag"}, {"clone", CmdEmvClone, IfPm3Iso14443, "clone an EMV tag"}, */ - {"list", CmdEMVList, IfPm3Iso14443, "List ISO7816 history"}, + {"list", CmdEMVList, AlwaysAvailable, "List ISO7816 history"}, {"roca", CmdEMVRoca, IfPm3Iso14443, "Extract public keys and run ROCA test"}, {NULL, NULL, NULL, NULL} };