# OWASP MAS Crackmes

* [Get the files here](https://mas.owasp.org/crackmes/)

## Android UnCrackable L1

Once installed if our emulator is rooted we get this message when launching the app

![root detection](/files/zvaAR5abyUQ7lBI7ZZC5)

If we take a look at the code using jadx, We can from the manifest locate the main activity.\
We can see the root detection here

![root-detect](/files/fTnRBm6nx76slyOAwA3f)

> Note that it will also block us if the app is debuggable.\
> Let's try to install the app on an unrooted avd.

Once installed on an unrooted device we get this screen

![unrooted](/files/RXu1zLq3oiMrrbLZ8MtP)

## COMING SOON

![Coming soon](/files/jkI4QotoHecf62YipxxY)


---

# 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/writeups/owasp-writeups/owasp-mas-crackmes.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.
