# Mobile Security Framework (MobSF) Windows Docker

### 1. Langkah installasi Docker pada Windows

1. Menginstall docker

{% embed url="<https://www.docker.com/products/docker-desktop>" %}

![](/files/93u0AvfNHL9AzxAqKTSE)

2\.  Jalankan file installernya dan jika sudah selesai akan tampil seperti ini

![](/files/FpFDMj5Xu8G7kvhcgsmQ)

3\.  Jalankan Docker Desktop dengan kemampuan administrator, akan tampil seperti ini, kalian bisa skip tutorialnya

![](/files/hEDIhZAeQUJUOBcRXJOq)

4\.  Jika kalian terdapat error WSL, ikuti petunjuk di link ini

{% embed url="<https://docs.microsoft.com/en-us/windows/wsl/install-manual>" %}

5\.  Buka powershell dengan kemampuan adminstrator

```powershell
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
```

&#x20;    Lalu download dan install wsl2 linux kernel:

{% embed url="<https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi>" %}

### 2. Penggunaan MobSF pada Windows

1\.  Buka powershell lagi dengan kemampuan administrator dan install MobSF nya

```powershell
docker run -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest
```

![](/files/ismKdKTDXTEUX5yY09Xy)

2\.  Tunggu sampai memunculkan tampilan seperti ini

![](/files/s1pQhebcN9cXM7nLwnMn)

3\.  Pergi ke browser dan ketikkan 127.0.0.1:8000

![](/files/RTljKEDFOJzQY8fthZg9)

4\.   Download aplikasi yang ingin dites dan upload ke MobSF

{% embed url="<https://apkcombo.com/id>" %}

5\.  MobSF akan otomatis melakukan Analisa statik terhadap aplikasi tersebut, dan berikut contoh hasilnya

![](/files/kGuhRG6c3UJV7kBzx7WA)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.anggipradana.com/tutorial/mobile-security-framework-mobsf-windows-docker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
