Lect_11 - Deekshith19/Android_Security GitHub Wiki
Lecture 11 MobSF Tool
- Installing Mobsf Tool in Kali Linux VM
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
- Setting Up MobSF Tool
`./setup.sh`
Then run to install all the dependencies
first get into the virtual enviroment using the command
. ./venv/bin/activate
The installation is succesful use the command
bash ./run.sh
To run mobsf tool
Static Analysis:
Code Analysis: Scans the application's code for security vulnerabilities, including insecure API usage, hardcoded secrets, and configuration issues.
list of Activities
Recent Scans
Application Permissions
Binary Analysis: Decompiles and disassembles the application binary to identify potential security issues in the compiled code.
Manifest Analysis (Android): Analyzes the Android manifest file for permissions, activities, services, and other components to identify potential security misconfigurations.
Code Analysis:
Overall Analysis: