FreeCalypso > hg > fc-pcsc-tools
comparison scripts/grcard2-read-all @ 175:eb660497f888
scripts/grcard2-read-all added to collection
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 02 Mar 2021 04:46:21 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
174:cc6a4b48dc2a | 175:eb660497f888 |
---|---|
1 # This fc-simtool command script reads the content of all EFs | |
2 # on GrcardSIM2 that are known (found with bfsearch-mf) and readable. | |
3 # Both low-level and high-level read commands are used. | |
4 # | |
5 # Some files are readable only to SUPER ADM, hence authentication | |
6 # with the default SUPER ADM PIN is included. | |
7 | |
8 select MF | |
9 verify-ext 11 88888888 | |
10 | |
11 readef 2F01 # EF.ATR | |
12 readef 2FE2 # ICCID | |
13 select 8A9B # READ BINARY fails! | |
14 | |
15 # proprietary DF? | |
16 select 2700 | |
17 readef 6F00 | |
18 | |
19 select DF_TELECOM | |
20 | |
21 # proprietary files | |
22 select 0000 # READ BINARY fails! | |
23 readef 5F00 | |
24 readef 5F01 | |
25 | |
26 # standard files | |
27 select 6F3A # ADN | |
28 pb-dump adn | |
29 select 6F3B # FDN | |
30 pb-dump fdn | |
31 select 6F3C # SMS | |
32 readef 6F3D # CCP | |
33 select 6F40 # MSISDN | |
34 pb-dump msisdn | |
35 select 6F42 # SMSP | |
36 smsp-dump | |
37 readef 6F43 # SMSS | |
38 select 6F44 # LND | |
39 lnd-dump | |
40 readef 6F4A # EXT1 | |
41 readef 6F4B # EXT2 | |
42 | |
43 # proprietary files | |
44 readef 6FFB | |
45 readef 6FFC | |
46 readef 6FFD | |
47 readef 6FFE | |
48 | |
49 select DF_GSM | |
50 | |
51 # proprietary files | |
52 select 0000 # READ BINARY fails! | |
53 readef 0001 | |
54 readef 000A | |
55 readef 000B | |
56 | |
57 # standard files | |
58 readef 6F05 # LP | |
59 readef 6F07 # IMSI | |
60 readef 6F20 # Kc | |
61 select 6F30 # PLMNsel | |
62 plmnsel-dump | |
63 readef 6F31 # HPLMN | |
64 readef 6F37 # ACMmax | |
65 readef 6F38 # SST | |
66 sst | |
67 readef 6F39 # ACM | |
68 readef 6F3E # GID1 | |
69 readef 6F3F # GID2 | |
70 readef 6F41 # PUCT | |
71 readef 6F45 # CBMI | |
72 readef 6F46 # SPN | |
73 readef 6F48 # CBMID | |
74 readef 6F52 # KcGPRS | |
75 readef 6F53 # LOCIGPRS | |
76 readef 6F54 # SUME | |
77 readef 6F74 # BCCH | |
78 readef 6F78 # ACC | |
79 readef 6F7B # FPLMN | |
80 fplmn-dump | |
81 readef 6F7E # LOCI | |
82 readef 6FAD # AD | |
83 readef 6FAE # PHASE | |
84 readef 6FAF # proprietary? | |
85 readef 6FC5 # PNN | |
86 pnn-dump | |
87 select 6FC6 # OPL | |
88 opl-dump |