Basics:

in this tutorial we will redirect our mobile phone traffic to our PC. but before this, you should have knowledge about data-packets, proxy, burp-suit and some other tools.

i am providing as much as i found.

Data Packets – TECHNICAL-NAVIGATOR-YOUTUBE

Proxy – TECHNICAL-NAVIGATOR-YOUTUBE

Brup-suit – TECHNICAL-NAVIGATOR-YOUTUBE

now that you have knowledge about these tools, we can move to our tutorial.

 

TUTORIAL:

step.1

connect your android to the same network in which your PC is or  connect to the android’s hotspot.

step.2

open burp-suit on Kali Linux/ Windows and go to proxy>options tab.

step.3

add a new proxy listener with a new port and select the all interface option.

press ok and it should look like this:

step.4

now lets check out our android a little. i faced some problem during add the proxy on my android. like, you cant use WiFi proxy method if you are using your android’s hotspot.

so i used the apn setting.

go to mobile networks> sim> apn

add a new apn.  enter the name of the new apn. use the apn name from the default apn.

step.5

now, get back to your PC and open a terminal to see the local IP of your PC.

ifconfig

now that you know your local IP, you can enter it on android as proxy.

step.6

enter the local ip and the port(proxy listener port from burpsuit). leave other inputs default and save it. now select the new apn.

now  the half work is done because the burp-suit will intercept only HTTP request. you can try to surf http://yopmail.com

step.7

we will require an authenticated burp  SSL certificate.

type in browser URL: http://burp

now that you have downloaded the cert, we need to install/ apply it.

go to security or lock>install CA cert

I faced some problem in my device that the cacert.cer was not installing so I had to change the .cer into .pem through a command line. it is not necessary if you are already able to install the cert.

openssl x509 -inform der -in cacert.der -out burp.pem

 

now it should be working correctly. if you are facing some problem then comment blow.

 

 

Thanks For Visiting.

 

LEAVE A REPLY

Please enter your comment!
Please enter your name here