This commit is contained in:
iceman1001 2020-12-01 22:09:07 +01:00
commit 23b0ad5183
2 changed files with 3 additions and 7 deletions

View file

@ -3283,10 +3283,10 @@ static int CmdHFiClassPermuteKey(const char *Cmd) {
int len = 0; int len = 0;
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "hf iclass permute", CLIParserInit(&ctx, "hf iclass permutekey",
"Permute function from 'heart of darkness' paper.", "Permute function from 'heart of darkness' paper.",
"hf iclass permute --reverse --key 0123456789abcdef\n" "hf iclass permutekey --reverse --key 0123456789abcdef\n"
"hf iclass permute --key ff55330f0055330f\n"); "hf iclass permutekey --key ff55330f0055330f\n");
void *argtable[] = { void *argtable[] = {
arg_param_begin, arg_param_begin,
@ -3484,10 +3484,7 @@ int info_iclass(void) {
uint8_t cardtype = get_mem_config(hdr); uint8_t cardtype = get_mem_config(hdr);
PrintAndLogEx(SUCCESS, " Card type.... " _GREEN_("%s"), card_types[cardtype]); PrintAndLogEx(SUCCESS, " Card type.... " _GREEN_("%s"), card_types[cardtype]);
} }
DropField(); DropField();
return PM3_SUCCESS; return PM3_SUCCESS;
} }

View file

@ -78,7 +78,6 @@ hf felica resetmode
hf felica litesim hf felica litesim
hf felica litedump hf felica litedump
hf fido info hf fido info
hf iclass permutekey
hf legic reader hf legic reader
hf legic info hf legic info
hf legic dump hf legic dump