germaclass.blogg.se

Sim card analyzer app
Sim card analyzer app












sim card analyzer app
  1. #Sim card analyzer app install
  2. #Sim card analyzer app serial
  3. #Sim card analyzer app Pc
  4. #Sim card analyzer app iso

Several examples, for a quick view on the main classes and methods If you are interested to use it to build you own application, you can check the The library as such does not provide any specific service or application.

#Sim card analyzer app install

To install the library (system-wide with sudo, or only for your user). Optionally, you may need pydot which is required inĬase you want to generate a nice picture of your SIM card's filesystem graph,Ī setup.py script is provided at the root of the project, you just need to use it This last one is packaged for all the main distribs, and installing is often a matter of apt install pcscdįinally, you need the Python wrapper for the PCSC API, which is brought by the Windows has a built-in smartcard service, Linux has the pcsc-lite project.

#Sim card analyzer app Pc

Then, you need a middleware in your OS that will drive the smartcard reader and exposeĪ PC-SC (for PC SmartCard) compliant API. Otherwise, you can find USB-based readers (a well-known USB-reader provider is OmniKey).

  • prog_sysmo_sjs1.py: for programming the sysmo-USIM-SJS1įirst of all, you need a smartcard reader.
  • prog_sysmo_usim.py: for programming the old sysmo-USIM.
  • prog_sysmo_sim.py: for programming the old sysmo-SIM.
  • Morevoer, scripts to configure sysmocom SIM / USIM cards are provided:
  • EMV.py: contains the EMV class inheriting from the UICC class, only supporting basic EMV AID scanning.
  • GP.py: contains the GP class inheriting from the UICC class, implementing few basic methods for application recognition.
  • FS.py: dictionnaries refencing SIM and USIM files addresses as described in those 3GPP standards.
  • USIM.py: contains the USIM class inheriting from the UICC class, implementing part of TS 31.102.
  • SIM.py: contains the SIM class inheriting from the ISO7816 class, implementing part of TS 51.011.
  • UICC: which implements part of the ETSI standard, and inherits from the ISO7816 class.
  • ISO7816: which implements a little part of the ISO7816 (mainly part 4) standard.
  • utils.py: contains facilities for parsing TV, TLV, BER_TLV records and some other utility functions.
  • The library is entirely made of Python files under the card directory. Some methods or functions have not been perfectly migrated. Most of the library is known to work on Python 3, but it could happen that Some efforts were made to support Python 3 (starting with 3.5). It was originally developped for Python 2.6, supporting then Python 2.7.

    sim card analyzer app

    Most of its content stays quite experimental. With a focus on they security procedures (e.g. The following card library has been developped mostly for experiencing with SIM and USIM cards,

    #Sim card analyzer app iso

    Moreover, recent cards often holds more application, such as fromĪnd may also support contact-less access based on the ISO 14443 standard. UICC / USIM cards are some more evolved as they are multi-applications / multi-channels cards:Ĭheck ETSI TS 101.221 and 3GPP TS 31.101 and 31.102. SIM cards are easy to read as they are only mono-application: They are additionally based on ETSI and 3GPP standards. SIM) and USIM cards are based on this ISO 7816 standard.

    #Sim card analyzer app serial

    The principle is to communicate with the card over a serial interface, sending APDU commands,Īnd receiving replies with always 2 bytes of SW codes and eventually more byte of data.Īll the Subscriber Identity Module (abbr. Most of the ISO standards are not public, but you Smartcards with electrical connectors are in general all compliant with the basis The project was originally developped around 2009, and keeps being maintained.Īny feedback and contribution are always welcomed ! Table Of Content

    sim card analyzer app

    This is a Python project to help reading and accessing smartcards, mostly focused on














    Sim card analyzer app