PrintAndLog(" w acquire nonces and write them to binary file nonces.bin");\r
PrintAndLog(" s slower acquisition (required by some non standard cards)");\r
PrintAndLog(" r read nonces.bin and start attack");\r
+ PrintAndLog(" t tests?");\r
PrintAndLog(" ");\r
PrintAndLog("samples:");\r
PrintAndLog(" hf mf hardnested 0 A FFFFFFFFFFFF 4 A");\r
PrintAndLog(" hf mf hardnested 0 A FFFFFFFFFFFF 4 A w");\r
PrintAndLog(" hf mf hardnested 0 A FFFFFFFFFFFF 4 A w s");\r
PrintAndLog(" hf mf hardnested r");\r
+ PrintAndLog(" hf mf hardnested r a0a1a2a3a4a5");\r
PrintAndLog(" ");\r
PrintAndLog("Add the known target key to check if it is present in the remaining key space:");\r
PrintAndLog(" sample5: hf mf hardnested 0 A A0A1A2A3A4A5 4 A FFFFFFFFFFFF");\r
\r
char ctmp;\r
ctmp = param_getchar(Cmd, 0);\r
- if (ctmp != 'H' && ctmp != 'h' ) return usage_hf14_hardnested();\r
+ if (ctmp == 'H' || ctmp == 'h' ) return usage_hf14_hardnested();\r
if (ctmp != 'R' && ctmp != 'r' && ctmp != 'T' && ctmp != 't' && strlen(Cmd) < 20) return usage_hf14_hardnested();\r
\r
bool know_target_key = false;\r