Capturing Traffic Of Android Device Using BURP SUITE
Step 1: Setting up "Burp Suite".
Go to the "Proxy" tab then the options tab.
Add a new listener on all interfaces on whatever port you'd like.
Here, I choose "8080":
Step 2: Setup Genymotion Desktop virtual device
- Launch your device.
- Drag'n drop the ".cer" file you generated to the device display.
- Go to "Android Wifi" settings "(Settings > Network & Internet)".
- click on the network that it's currently connected to.
- Click and hold on it and click Modify Network.
- Click the "Advanced Options" drop down menu and "set Proxy" to "Manual":
- For "Hostname", enter the "IP address" of the "Local Machine" that is running burp suite.
- For Proxy port, enter the port that burp is listening on (here, we have set 8080).
- Now click Install from SD card and go to "/sdcard/Download", where you "saved" your .cer file.
- Give the certificate a name:
- Then, click ok.
- You are greeted with a screen asking you to set up a passcode.
- Comply and set a lock to secure the lock screen.
- Now you can see the Burp suit is installed.
- From there, your instance network should be intercepted by Burp suite.
Step 3: "Request Capture" on brup suite.
Comments
Post a Comment