This commit is contained in:
Philippe Teuwen 2024-08-02 21:04:23 +02:00
parent fd40e18d48
commit f8ed473aec
3 changed files with 4 additions and 7 deletions

View file

@ -9621,11 +9621,8 @@ static int CmdHF14AMfInfo(const char *Cmd) {
static int CmdHF14AMfISEN(const char *Cmd) { static int CmdHF14AMfISEN(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "hf mf isen", CLIParserInit(&ctx, "hf mf isen",
"Information and check Static Encrypted Nonce properties in a MIFARE Classic card\n" "Information about Static Encrypted Nonce properties in a MIFARE Classic card",
"Some cards in order to extract information you need to specify key\n"
"and/or specific keys in the command line",
"hf mf isen\n" "hf mf isen\n"
"hf mf isen -k FFFFFFFFFFFF -v\n"
"Default behavior:\n" "Default behavior:\n"
"auth(blk)-auth(blk2)-auth(blk2)-...\n" "auth(blk)-auth(blk2)-auth(blk2)-...\n"
"Default behavior when wrong key2:\n" "Default behavior when wrong key2:\n"

View file

@ -1,4 +1,4 @@
// Reused Keys Nested Attack against Fudan FM11RF08S tags // Reused Keys Nested Attack
// //
// Attack conditions: // Attack conditions:
// * Know a first key, to be able to activate the nested authentication protocol // * Know a first key, to be able to activate the nested authentication protocol

View file

@ -1,7 +1,7 @@
// Backdoored Nested Attack against Fudan FM11RF08S tags // Backdoored Nested Attack
// //
// Attack conditions: // Attack conditions:
// * Backdoor // * Backdoor, or a way to know the clear static nested nT
// //
// Strategy: // Strategy:
// * Use backdoor on the targeted sector to get the clear static nested nT // * Use backdoor on the targeted sector to get the clear static nested nT