mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
71369a3007
commit
3190cc5a3d
1 changed files with 1 additions and 1 deletions
|
@ -1822,7 +1822,7 @@ jumptoend:
|
||||||
static int CmdHF14AMfNestedStatic(const char *Cmd) {
|
static int CmdHF14AMfNestedStatic(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf mf staticnested",
|
CLIParserInit(&ctx, "hf mf staticnested",
|
||||||
"Execute Nested attack against MIFARE Classic card with static nonce for key recovery.\n"
|
"Execute static nested attack against MIFARE Classic card with static nonce for key recovery.\n"
|
||||||
"Supply a known key from one block to recover all keys",
|
"Supply a known key from one block to recover all keys",
|
||||||
"hf mf staticnested --mini --blk 0 -a -k FFFFFFFFFFFF\n"
|
"hf mf staticnested --mini --blk 0 -a -k FFFFFFFFFFFF\n"
|
||||||
"hf mf staticnested --1k --blk 0 -a -k FFFFFFFFFFFF\n"
|
"hf mf staticnested --1k --blk 0 -a -k FFFFFFFFFFFF\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue