MobiSec
Jump to navigation
Jump to search
Description
The MobiSec Live Environment Mobile Testing open source project is a live environment for testing mobile environments, including devices, applications, and supporting infrastructure. The purpose is to provide attackers and defenders the ability to test their mobile environments to identify design weaknesses and vulnerabilities.
Download
MoiSec 2.0.2 x64 can be downloaded from here.
Upgrading
You should immediately upgrade the Android SDK:
$ /opt/mobisec/Android/sdk/tools/ $ ./android sdk
Click on the Install packages button to upgrade the framework.
Once the update is finished, restart the SDK Manager to check that no more update is available.
Install application (APK)
- Ensure you have a virtualized Android device:
$ cd /opt/mobisec/Android/sdk/tools/ $ ./android avb
- Start the emulator:
$ ./emulator64-arm -avd MobisecLab -scale 0.75
- Ensure the device is seen by adb:
$ adb devices List of devices attached emulator-5554 device
- Install the application (APK):
$ adb -s emulator-5554 install android.apk 2962 KB/s (1078129 bytes in 0.355s) pkg: /data/local/tmp/android.apk Success