# Tools

[**Mobile-Security-Framework-MobSF**](https://github.com/MobSF/Mobile-Security-Framework-MobSF)**:** Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis. MobSF support mobile app binaries (APK, XAPK, IPA & APPX) along with zipped source code and provides REST APIs for seamless integration with your CI/CD or DevSecOps pipeline.The Dynamic Analyzer helps you to perform runtime security assessment and interactive instrumented testing.

![](/files/-MX247h1o8IbOpYiHbXU)

[**Yaazhini** ](https://www.vegabird.com/yaazhini/)is a free user-friendly vulnerability scanner for Android APK and API that’s exclusively designed and developed to identify APK and API level vulnerabilities. It includes API vulnerability scan module (both integrated and standalone API), APK vulnerability scan module and report section module.

{% embed url="<https://www.vegabird.com/yaazhini/>" %}

<figure><img src="/files/LtWNWlWCFsdrLs2DHUJU" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=fZAeKVbIa2s&ab_channel=VegaBirdTechnologies>" %}

[**qark**](https://github.com/linkedin/qark)**:**  Tool to look for several security-related Android application vulnerabilities.

![](/files/-MhZ75RZEuVI2OK9SAUc)

**IPA decrypy:** passionfruit or using class-dump-dyndl.

```
## mobexler VM ##
npm_config_user=root npm install -g passionfruit
passionfruit
```

![](/files/-Mf0HB9S_M7xr9vGRUIN)

{% embed url="<https://github.com/ChiChou/grapefruit>" %}

{% embed url="<https://philkeeble.com/ios/Insecure-iOS-Storage>" %}

{% embed url="<https://github.com/skylot/jadx>" %}

{% embed url="<https://github.com/Konloch/bytecode-viewer>" %}

{% embed url="<https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security/releases>" %}

```
adb shell "su -c '/data/local/tmp/frida-server-14.2.18-android-arm &'" 
rms
```

{% embed url="<https://www.decompiler.com/>" %}

{% embed url="<https://github.com/ChiChou/grapefruit>" %}

{% embed url="<https://github.com/FSecureLABS/drozer>" %}

{% embed url="<https://book.hacktricks.xyz/mobile-apps-pentesting/android-app-pentesting/drozer-tutorial>" %}

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

{% embed url="<https://github.com/GoSecure/frida-xamarin-unpin>" %}

[**Brida**](https://github.com/federicodotta/Brida): The new bridge between Burp Suite and Frida!

{% embed url="<https://github.com/federicodotta/Brida>" %}

{% embed url="<https://www.corellium.com/>" %}

![](/files/5mQ3VaQR3fz1ZQTD53gI)

### Download APK CLI

{% embed url="<https://github.com/EFForg/apkeep>" %}

###

### Nuclei templates mobile

{% embed url="<https://github.com/optiv/mobile-nuclei-templates>" %}

```
java -jar .\apktool.jar d -s 'xxx.com.apk' -o output
echo "/home/kali/Desktop/output" | /home/kali/go/bin/nuclei -t Keys
```


---

# 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://gitbook.seguranca-informatica.pt/mobile/tools.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.
