Mobile
MobSF
1
2
MobSF
MobSF
Mobile Security Framework (MobSF) is an intelligent, all-in-one open source
mobile application (Android/iOS) automated pen-testing framework capable of
performing static and dynamic analysis. It can be used for effective and fast
security analysis of Android and iOS Applications and supports both binaries
(APK & IPA) and zipped source code. MobSF can also perform Web API
Security testing with it's API Fuzzer that can do Information Gathering, analyze
Security Headers, identify Mobile API specific vulnerabilities like XXE, SSRF,
Path Traversal, IDOR, and other logical issues related to Session and API Rate
Limiting.
3
MobSF -Windows Installation
MobSF
Download MobSF
https://github.com/MobSF/Mobile-Security-Framework-MobSF
Python 3
Install Python 3
https://www.python.org/downloads/
Add python to environment variable
Install pip
Run the commands:
“python -m pip install --upgrade pip setuptools wheel”
Git
Install Git clone
https://git-scm.com/download/win
4
MobSF -Windows Installation
MobSF requirements
Install MobSF requirements with the following command at MobSF folder.
“pip install -r requirements.txt”
5
MobSF -Windows Installation
MobSF requirements
Microsoft Visual C++ Redistributable for Visual Studio 2017
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017
Microsoft Visual C++ Build Tools
https://www.microsoft.com/en-us/download/details.aspx?id=48159
Visual Studio IDE
https://visualstudio.microsoft.com/thank-you-downloading-visual-
studio/?sku=Community&rel=15
Oracle JDK 1.7 or above
http://www.oracle.com/technetwork/java/javase/downloads/
Type the following command at the cmd.
• pip install requests
• python manage.py migrate
• python manage.py makemigrations
• python manage.py runserver
6
MobSF -Kali Installation
MobSF Installation guide
Type the following command at the terminal.
• pip install virtualenv
• virtualenv -p python venv
• source venv/bin/activate
• pip install -r requirements.txt
• python3 manage.py runserver

Mobile SF

  • 1.
  • 2.
    2 MobSF MobSF Mobile Security Framework(MobSF) is an intelligent, all-in-one open source mobile application (Android/iOS) automated pen-testing framework capable of performing static and dynamic analysis. It can be used for effective and fast security analysis of Android and iOS Applications and supports both binaries (APK & IPA) and zipped source code. MobSF can also perform Web API Security testing with it's API Fuzzer that can do Information Gathering, analyze Security Headers, identify Mobile API specific vulnerabilities like XXE, SSRF, Path Traversal, IDOR, and other logical issues related to Session and API Rate Limiting.
  • 3.
    3 MobSF -Windows Installation MobSF DownloadMobSF https://github.com/MobSF/Mobile-Security-Framework-MobSF Python 3 Install Python 3 https://www.python.org/downloads/ Add python to environment variable Install pip Run the commands: “python -m pip install --upgrade pip setuptools wheel” Git Install Git clone https://git-scm.com/download/win
  • 4.
    4 MobSF -Windows Installation MobSFrequirements Install MobSF requirements with the following command at MobSF folder. “pip install -r requirements.txt”
  • 5.
    5 MobSF -Windows Installation MobSFrequirements Microsoft Visual C++ Redistributable for Visual Studio 2017 https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017 Microsoft Visual C++ Build Tools https://www.microsoft.com/en-us/download/details.aspx?id=48159 Visual Studio IDE https://visualstudio.microsoft.com/thank-you-downloading-visual- studio/?sku=Community&rel=15 Oracle JDK 1.7 or above http://www.oracle.com/technetwork/java/javase/downloads/ Type the following command at the cmd. • pip install requests • python manage.py migrate • python manage.py makemigrations • python manage.py runserver
  • 6.
    6 MobSF -Kali Installation MobSFInstallation guide Type the following command at the terminal. • pip install virtualenv • virtualenv -p python venv • source venv/bin/activate • pip install -r requirements.txt • python3 manage.py runserver