/SMS-Leaking

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

Primary LanguageKotlin

SMS-Leaking

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

Starting

Running the code and performing SMS interception

IMG

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