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
- Host: GitHub
- URL: https://github.com/joaoviictorti/SMS
- Owner: joaoviictorti
- Created: 2023-10-19T00:14:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T00:48:12.000Z (over 2 years ago)
- Last Synced: 2024-11-09T03:29:55.467Z (over 1 year ago)
- Topics: android-malware, kotlin, sms
- Language: Kotlin
- Homepage:
- Size: 186 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# 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```