# 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](https://1679624655-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEkk28J0B2BeDMuesRMr1%2Fuploads%2Fgit-blob-6768b5bcd4c349bf37e8ddf6c2148ab0e1d742a2%2F2024-03-14-15-33-05.png?alt=media)

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
