Git Product home page Git Product logo

villefort's Introduction

Villefort

Generate concatenated SIM card SMS records in the EFSMS format.

Generate

Message HELLO with INBOUND_NOT_READ status, sent from +1 987 654 3210 to +1 012 345 6789 with reference 255 and date/time 1970-12-31 23:59:59.

$ docker run --rm ghcr.io/montlhery/villefort \
> --message=HELLO \
> --recipient=10123456789 \
> --sender=19876543210 \
> --date=1970-12-31T23:59:59 \
> --reference=255 \
> --status=INBOUND_NOT_READ
0307910121436587F9400B919178563412F00000072113329595000C050003FF0101904526F309

Write

Use osmocom/pysim to write SMS records to a physical SIM card.

$ pySim-shell.py --pcsc-device=0
Using PC/SC reader interface
...
Welcome to pySim-shell!
% pySIM-shell (MF)> verify_chv 1234 # SIM primary PIN
CHV verification successful
% pySIM-shell (MF)> select DF.TELECOM
...
% pySIM-shell (MF/DF.TELECOM)> select EF.SMS
...
% pySIM-shell (MF/DF.TELECOM/EF.SMS)> update_record 001 0307910121436587F9400B919178563412F00000072113329595000C050003FF0101904526F309

References

villefort's People

Contributors

0x2b3bfa0 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.