fix em 4x05 bf

This commit is contained in:
Philippe Teuwen
2020-10-20 15:46:44 +02:00
parent ecf50070dd
commit a6beff18a5
2 changed files with 3 additions and 2 deletions

View File

@@ -1196,7 +1196,7 @@ int CmdEM4x05Brute(const char *Cmd) {
};
CLIExecWithReturn(ctx, Cmd, argtable, true);
uint32_t start_pwd = arg_get_u64_def(ctx, 1, 0);
uint32_t n = arg_get_int_def(ctx, 1, 0);
uint32_t n = arg_get_int_def(ctx, 2, 0);
CLIParserFree(ctx);
PrintAndLogEx(NORMAL, "");