diff --git a/client/dictionaries/mfc_default_keys.dic b/client/dictionaries/mfc_default_keys.dic index 10072a3b1..5856c598c 100644 --- a/client/dictionaries/mfc_default_keys.dic +++ b/client/dictionaries/mfc_default_keys.dic @@ -2449,3 +2449,7 @@ D33673C19243 D89A506542F2 E5813CD228F1 FAB943906E9C + +# R.A.T.T transport card key A/B +AA034F342A55 +456776908C48 diff --git a/client/pyscripts/intertic.py b/client/pyscripts/intertic.py index 9c2e7f22d..bbd3e8bb9 100644 --- a/client/pyscripts/intertic.py +++ b/client/pyscripts/intertic.py @@ -76,12 +76,13 @@ FRA_OrganizationalAuthority_Contract_Provider = { 0x078: { 4: 'Reims (Citura / Transdev)', }, - 0x502: { - 83: 'Annecy (Sibra)', - }, 0x091: { 1: 'Strasbourg (CTS)', }, + 0x502: { + 83: 'Annecy (Sibra)', + 10: 'Clermont-Ferrand (T2C)', + }, 0x907: { 1: 'Dijon (Divia / Keolis)', }, diff --git a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md index 3e85e1369..e79863faa 100644 --- a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md +++ b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md @@ -127,7 +127,7 @@ Here are the supported values you can assign to `STANDALONE` in `Makefile.platfo | HF_14ASNIFF | 14a sniff storing to flashmem - Micolous | HF_14BSNIFF | 14b sniff - jacopo-j | HF_15SNIFF | 15693 sniff storing to flashmem - Glaser -| HF_15SNIFF | 15693 simulator - lnv42 +| HF_15SIM | 15693 simulator - lnv42 | HF_AVEFUL | MIFARE Ultralight read/simulation - Ave Ozkal | HF_BOG | 14a sniff with ULC/ULEV1/NTAG auth storing in flashmem - Bogito | HF_CARDHOPPER | Long distance (over IP) relay of 14a protocols - Sam Haskins