# 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.

![](https://4052868066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWd-VcvRHVgUtkahm85%2F-MX23nsexaD4wRLa9N-8%2F-MX247h1o8IbOpYiHbXU%2F95506503-f9b6c980-097d-11eb-803a-f88321e1feb7.gif?alt=media\&token=f93e5fab-98f8-43e1-8a37-610029881a3e)

[**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="https://4052868066-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWd-VcvRHVgUtkahm85%2Fuploads%2FBk7TY7XfbJsJ8RVlHxZv%2Fimage.png?alt=media&#x26;token=b3bf7524-8dc1-41a6-996c-1a0ea5523951" 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.

![](https://4052868066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWd-VcvRHVgUtkahm85%2F-MhXnxWTdklQVonortWu%2F-MhZ75RZEuVI2OK9SAUc%2Fimage.png?alt=media\&token=c62e64c1-e03d-4d9c-9334-9a48bdb00461)

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

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

![](https://4052868066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWd-VcvRHVgUtkahm85%2F-Mf09xeSr6edscQ-mVWn%2F-Mf0HB9S_M7xr9vGRUIN%2Fimage.png?alt=media\&token=9ae3af06-b7bd-4bc1-967e-08154b346ba7)

{% 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/>" %}

![](https://4052868066-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWd-VcvRHVgUtkahm85%2Fuploads%2FPYDwnTV8UqYPDk5FND2m%2Fimage.png?alt=media\&token=3d8abe26-d9ca-462e-9ed7-dc7d42e89375)

### 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
```
