# Mobile App Pentest Checklist

I was about to make a specific checklist but once again the best one is the one provided by the OWASP foundation.\
You can find it here and the best thing is that each item is clickable and brings you to guidance on how to test the specific item.\
You can download it on locally as a table or browse through it on the website.

{% embed url="<https://mas.owasp.org/checklists/>" %}
OWASP MAS Checklist
{% endembed %}

## Resources

* [OWASP MASTG](https://mas.owasp.org/MASTG/)


---

# 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://csbygb.gitbook.io/pentips/checklist/mobile-app-pentest-checklist.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.
