mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
typo
This commit is contained in:
parent
48724e44b4
commit
06a9a67aae
1 changed files with 1 additions and 1 deletions
|
@ -4671,7 +4671,7 @@ static int CmdHF14AMfSim(const char *Cmd) {
|
||||||
arg_lit0("e", "emukeys", "Fill simulator keys from found keys. Requires -x or -y. Implies -i. Simulation will restart automatically."),
|
arg_lit0("e", "emukeys", "Fill simulator keys from found keys. Requires -x or -y. Implies -i. Simulation will restart automatically."),
|
||||||
// If access bits show that key B is Readable, any subsequent memory access should be refused.
|
// If access bits show that key B is Readable, any subsequent memory access should be refused.
|
||||||
arg_lit0(NULL, "allowkeyb", "Allow key B even if readable"),
|
arg_lit0(NULL, "allowkeyb", "Allow key B even if readable"),
|
||||||
arg_lit0(NULL, "allowover", "Allow auth attempts out of range for selected mifare type"),
|
arg_lit0(NULL, "allowover", "Allow auth attempts out of range for selected MIFARE Classic type"),
|
||||||
arg_lit0("v", "verbose", "Verbose output"),
|
arg_lit0("v", "verbose", "Verbose output"),
|
||||||
arg_lit0(NULL, "cve", "Trigger CVE 2021_0430"),
|
arg_lit0(NULL, "cve", "Trigger CVE 2021_0430"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue