MHL IOT Connect
Challenge Description This challenge focuses on exploiting a security flaw related to the broadcast receiver in the “IOT Connect” application, allowing unauthorized users to activate the master switch, which can turn on all connected devices. The goal is to send a broadcast in a way that only authenticated users can trigger the master switch. IOT Connect APK Solution As usual, I started by performing static analysis and dynamic analysis to fully understand what the code is doing. ...