An open API service indexing awesome lists of open source software.

https://github.com/joaoviictorti/SMS

This application is a small demonstration of a malware that intercepts SMS made in Kotlin to send to the target server
https://github.com/joaoviictorti/SMS

android-malware kotlin sms

Last synced: 10 months ago
JSON representation

This application is a small demonstration of a malware that intercepts SMS made in Kotlin to send to the target server

Awesome Lists containing this project

README

          

# SMS-Leaking




This application is a small demonstration of an SMS intercept made in Kotlin to send to the target's server

- [Starting](#starting)
- [Important To Know](#important-to-know)

# Starting

Running the code and performing SMS interception

![IMG](img/sms.png)

# Important To Know

- The code uses the ```Kotlin``` programming language
- A coroutine is created for the http request
- The intercept uses a BroadcastReceiver call and filters actions from ```android.provider.Telephony.SMS_RECEIVED```
- If you use it, remember to change the IP in the kotlin file in the ```Request function```