# Mobile Pentesting

| Android PenTesting                                                                                                                            |                                                    |                                                                                                                                                                                      |
| --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [HacktheBox Android guide for beginners](https://www.hackthebox.com/blog/intro-to-mobile-pentesting)                                          | [APKNuke](https://github.com/utkarsh24122/apknuke) | [Mobile Hacking Android cheatsheet (PDF) by @randorisec](https://raw.githubusercontent.com/randorisec/MobileHackingCheatSheet/master/pdf/Mobile_Hacking_Android_cheatsheet_v1.0.pdf) |
| <p><a href="https://github.com/mzfr/slicer">Slicer - Automated</a></p><p><a href="https://github.com/mzfr/slicer">Recon Tool for APKs</a></p> |                                                    |                                                                                                                                                                                      |

| IoS PenTesting                                                                                                    |                                                                                                                                                                              |   |
| ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| [IoS Pentesting Guide by Carlos Polop (Hacktrickz)](https://book.hacktricks.xyz/mobile-pentesting/ios-pentesting) | [Mobile Hacking iOS cheatsheet (PDF) by @randorisec](https://raw.githubusercontent.com/randorisec/MobileHackingCheatSheet/master/pdf/Mobile_Hacking_iOS_cheatsheet_v1.0.pdf) |   |

| Application Security                                                                                     |                                                                                                   |                                                                                               |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [OWASP Mobile Application Security Standard for Baseline Security](https://github.com/OWASP/owasp-masvs) | [Android App Security Checklist](https://github.com/muellerberndt/android_app_security_checklist) | [Mobile Security Framework (MobSF)](https://github.com/MobSF/Mobile-Security-Framework-MobSF) |
| [Objection](https://github.com/sensepost/objection) - runtime mobile exploration toolkit                 | [Mobile App PenTesting Cheat Sheet](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet)   | [OWASP Mobile Application Security Standards](https://mas.owasp.org/)                         |


---

# 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://martian1337.gitbook.io/notes/resources/offensive-cybersecurity/mobile-pentesting.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.
