> For the complete documentation index, see [llms.txt](https://csbygb.gitbook.io/pentips/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csbygb.gitbook.io/pentips/writeups/mhlwriteups.md).

# 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
