From 9379049d262ed7e60ba49b6f88a0edb0d3de1a50 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 5 Feb 2024 11:01:22 +0100 Subject: [PATCH] added the identification bank of archie brothers --- client/src/cmdhfmfu.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index a09dd1b9c..3fbf70099 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -1520,6 +1520,12 @@ static mfu_identify_t mfu_ident_table[] = { ul_ev1_pwdgen_def, ul_ev1_packgen_def, "hf mfu pwdgen -r" }, + { + "Bank Of Archie brothers", "0004030101000B03", + 9, 11, "48F6FF0000000036343533", + ul_ev1_pwdgen_def, ul_ev1_packgen_def, + NULL + }, {NULL, NULL, 0, 0, NULL, NULL, NULL, NULL} };