mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
words
This commit is contained in:
@@ -9621,11 +9621,8 @@ static int CmdHF14AMfInfo(const char *Cmd) {
|
||||
static int CmdHF14AMfISEN(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf mf isen",
|
||||
"Information and check Static Encrypted Nonce properties in a MIFARE Classic card\n"
|
||||
"Some cards in order to extract information you need to specify key\n"
|
||||
"and/or specific keys in the command line",
|
||||
"Information about Static Encrypted Nonce properties in a MIFARE Classic card",
|
||||
"hf mf isen\n"
|
||||
"hf mf isen -k FFFFFFFFFFFF -v\n"
|
||||
"Default behavior:\n"
|
||||
"auth(blk)-auth(blk2)-auth(blk2)-...\n"
|
||||
"Default behavior when wrong key2:\n"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Reused Keys Nested Attack against Fudan FM11RF08S tags
|
||||
// Reused Keys Nested Attack
|
||||
//
|
||||
// Attack conditions:
|
||||
// * Know a first key, to be able to activate the nested authentication protocol
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Backdoored Nested Attack against Fudan FM11RF08S tags
|
||||
// Backdoored Nested Attack
|
||||
//
|
||||
// Attack conditions:
|
||||
// * Backdoor
|
||||
// * Backdoor, or a way to know the clear static nested nT
|
||||
//
|
||||
// Strategy:
|
||||
// * Use backdoor on the targeted sector to get the clear static nested nT
|
||||
|
||||
Reference in New Issue
Block a user