Link to mobile hacking labarrow-up-right
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
sudo openvpn file.ovpn
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)
adb connect IP:PORT
You can then adb root and finally adb shell
adb root
adb shell
The app you want to pull should usually be in /data/app
Last updated 1 year ago