# Mobile Hacking Lab

* [Link to mobile hacking lab](https://www.mobilehackinglab.com)

## Setup

You can use it like HTB and openvpn.\
Just go to the connect tab (see screen below) to get your ovpn file and then connect with `sudo openvpn file.ovpn`

![Connect tab](/files/hu4DUipSt1g1k4vshseu)

Once connected to the vpn, you just need to launch adb connect like this `adb connect IP:PORT` (the IP and port are given in the connect page)

You can then `adb root` and finally `adb shell`

The app you want to pull should usually be in /data/app


---

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