mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
[hf seos] CommandTable formatting
This commit is contained in:
@@ -1982,13 +1982,13 @@ static command_t CommandTable[] = {
|
||||
{"help", CmdHelp, AlwaysAvailable, "This help"},
|
||||
{"list", CmdHfSeosList, AlwaysAvailable, "List SEOS history"},
|
||||
{"sam", CmdHfSeosSAM, IfPm3Smartcard, "SAM tests"},
|
||||
{"-----------", CmdHelp, IfPm3Iso14443a, "----------------------- " _CYAN_("Operations") " -----------------------"},
|
||||
{"info", CmdHfSeosInfo, IfPm3Iso14443a, "Tag information"},
|
||||
{"pacs", CmdHfSeosPACS, IfPm3Iso14443a, "Extract PACS Information from card"},
|
||||
{"write", CmdHfSeosWrite, IfPm3Iso14443a, "Write an ADF to the card"},
|
||||
{"adf", CmdHfSeosADF, IfPm3Iso14443a, "Read an ADF from the card"},
|
||||
{"gdf", CmdHfSeosGDF, IfPm3Iso14443a, "Read an GDF from card"},
|
||||
{"-----------", CmdHelp, AlwaysAvailable, "----------------------- " _CYAN_("Utils") " -----------------------"},
|
||||
{"-----------", CmdHelp, IfPm3Iso14443a, "---------------------- " _CYAN_("Operations") " ---------------------"},
|
||||
{"info", CmdHfSeosInfo, IfPm3Iso14443a, "Tag information"},
|
||||
{"pacs", CmdHfSeosPACS, IfPm3Iso14443a, "Extract PACS Information from card"},
|
||||
{"write", CmdHfSeosWrite, IfPm3Iso14443a, "Write an ADF to the card"},
|
||||
{"adf", CmdHfSeosADF, IfPm3Iso14443a, "Read an ADF from the card"},
|
||||
{"gdf", CmdHfSeosGDF, IfPm3Iso14443a, "Read an GDF from card"},
|
||||
{"-----------", CmdHelp, AlwaysAvailable, "------------------------ " _CYAN_("Utils") " ------------------------"},
|
||||
{"managekeys", CmdHfSeosManageKeys, AlwaysAvailable, "Manage keys to use with SEOS commands"},
|
||||
{NULL, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user