Cracking, Programmation

vendredi 2 décembre 2022, 02:44  #1
Unity Asset : un asset vérolé à hacker mon téléphone
flulefje
  • 1 posts

Bonjour à tous,
Je cherche quelqu’un qui s’y connaît en C# + cybersécurité pour m’aider à savoir si le programme à réussit sa fonction.
Contexte :
Mon téléphone était branché à mon pc en mode débogage + transfert de fichiers pour profiter du BuildAndRun.
J’ai installé un asset et l’ai importé. A ce moment j’avais la chance d’avoir Android Logcat d’affiché et j’ai vu (dès la fin de l’importation) des centaines de lignes rouges s’afficher.
J’ai bien sur débranché le téléphone aussi tôt que j’ai compris que c’était louche (quelques secondes). Le programme a cependant eu le temps d’accomplir de NOMBREUSES actions car j’ai eu environ 10000 log.
Mon téléphone et mon ordinateur étaient connecté à Internet...
Vers les 8000èmes lignes j’ai vu ’tiktok, google" donc je pense que le programme avait pour but de subtiliser des identifiants et d’effectuer des virements car comme vous pourrez le voir dans les premières ligne, il y a aussi "bnb.MesComptes...".

J’ai déjà modifié tous mes mots de passe, mon but est de comprendre si le programme a réussi ou non grâce à votre aide (car je ne connais pas la cybersécurité).
Je vous remercie de temps que vous avez déjà pris pour lire ce post.
Voici les premières lignes LogCat :

0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash
1971/09/06 21:05:24.952 537 537 Fatal libc Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 537 (init), pid 537 (init)
1971/09/06 21:05:25.000 537 537 Fatal libc crash_dump helper failed to exec, or was killed
2022/11/17 20:20:49.089 603 603 Fatal libc crash_dump helper failed to exec, or was killed
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime FATAL EXCEPTION : main
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime Process : net.bnpparibas.mescomptes:bwService:com.worldline.fpl.ita.secu.bw.client.services.IsolatedService, PID : 8241
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime java.lang.RuntimeException : Unable to create application net.bnpparibas.mescomptes.MesComptesApplication : java.lang.NullPointerException : Attempt to invoke virtual method ’boolean android.os.UserManager.isUserUnlockingOrUnlocked(int)’ on a null object reference
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7236)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.ActivityThread.access$1800(ActivityThread.java:284)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2284)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:106)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.os.Looper.loopOnce(Looper.java:233)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.os.Looper.loop(Looper.java:334)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.ActivityThread.main(ActivityThread.java:8396)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at java.lang.reflect.Method.invoke(Native Method)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1068)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime Caused by : java.lang.NullPointerException : Attempt to invoke virtual method ’boolean android.os.UserManager.isUserUnlockingOrUnlocked(int)’ on a null object reference
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:573)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:559)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:196)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at com.adobe.marketing.mobile.V4ToV5Migration.b(V4ToV5Migration.java:14)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at com.adobe.marketing.mobile.V4ToV5Migration.d(V4ToV5Migration.java:1)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at com.adobe.marketing.mobile.V4ToV5Migration.f(V4ToV5Migration.java:1)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at com.adobe.marketing.mobile.MobileCore.j(MobileCore.java:19)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at fr.bnpp.android.common.p.v(BnpApplication.kt:5)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at fr.bnpp.android.common.p.onCreate(BnpApplication.kt:85)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at net.bnpparibas.mescomptes.MesComptesApplication.onCreate(MesComptesApplication.kt:14)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1261)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7226)
2022/11/21 18:49:30.707 8241 8241 Error AndroidRuntime ... 9 more