Comment on Israeli Mossad launches cyber challengeComments−chrismeller7yInstall a random app from Mossad on my phone? N-no, no I don’t think so.−blattimwind7yChallenge is obviously meant to be reversing, not installing.−mrlatinos7yIf you deconstruct the APK, you'll find a C script that prints a message - "You really think it was the Saudis? :)" /s−rock_artist7ySo far I've just used those decompile services online and it seems it's Flutterpackage com.iwalk.locksmither;import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant;public class MainActivity extends FlutterActivity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); GeneratedPluginRegistrant.registerWith(this); } }In terms of permissions, it asks for INTERNET.−1f60c7yHere's the VirusTotal page: https://www.virustotal.com/#/file/f422d8ceef1a2c3cd6cce10c83...−chrismeller7yAbsolutely. Still funny.−Circuits7ylol my thoughts exactly...
Comments
Install a random app from Mossad on my phone? N-no, no I don’t think so.
Challenge is obviously meant to be reversing, not installing.
If you deconstruct the APK, you'll find a C script that prints a message - "You really think it was the Saudis? :)" /s
So far I've just used those decompile services online and it seems it's Flutter
package com.iwalk.locksmither;
import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant;
public class MainActivity extends FlutterActivity { protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); GeneratedPluginRegistrant.registerWith(this); } }
In terms of permissions, it asks for INTERNET.
Here's the VirusTotal page: https://www.virustotal.com/#/file/f422d8ceef1a2c3cd6cce10c83...
Absolutely. Still funny.
lol my thoughts exactly...