Burpsuite with Android
Intercepting Androids applications request.
How to set up Burpsuite and Android :
Set up virtual Android device with Genymotion

We need to install virtualbox and adb packages.
sudo apt install virtualbox adb
Install Genymotion
chmod +x genymotion-3.7.1-linux_x64.bin
./genymotion-3.7.1-linux_x64.bin
Open Genymotion
cd genymotion/
./genymotion

Last updated
Was this helpful?