aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-read.py
diff options
context:
space:
mode:
authorSupreeth Herle <herlesupreeth@gmail.com>2020-03-20 20:20:27 +0100
committerSupreeth Herle <herlesupreeth@gmail.com>2020-04-16 07:55:13 +0200
commit3bf43639ce6fff62958afb20d0d2a688193c0799 (patch)
treed619cecd8eb4fe067e169dfe42baaed376678e2f /pySim-read.py
parent475dcaa4a1891423919c8eac864aa2600e8f17e8 (diff)
Populate AIDs present on the UICC
Diffstat (limited to 'pySim-read.py')
-rwxr-xr-xpySim-read.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pySim-read.py b/pySim-read.py
index 31a3374..4b3b1be 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -98,6 +98,9 @@ if __name__ == '__main__':
# Initialize Card object by auto detecting the card
card = card_detect("auto", scc) or Card(scc)
+ # Read all AIDs on the UICC
+ card.read_aids()
+
# EF.ICCID
(res, sw) = card.read_iccid()
if sw == '9000':