Booklet
How to Spy on Someone
How to Spy on Someone
EXCITED?
Here, we are going to spy on the victim by using "Man in the Middle(MlTM)" Method.
Man in the middle is a type of eavesdropping attack that occurs when a malicious actor inserts himself as an intruder into a communication session between people or systems.
Let's start spying...
STEP 1: FIND YOUR VICTIM AND THE GATEWAY
You could find victim on your LAN via a scan. I've already ping scan or an ARP selected my victim (10.0.0.15), and we can find our default gateway by using the route command:
Now we're almost ready to launch our attack.
STEP 2: ENABLE IP FORWARDING
In order to enable IP forwarding, we need to write a "1" to a file under the /proc directory. Let's take a look at the command that will enable IP forwarding for us:
If we put a one in the ip_forward file, we effectively turn IP forwarding on. Now that we've enabled IP forwarding, we can establish our MitM.
STEP 3: LAUNCH THE MITM
We're going to be using a tool by the name of arpspoof in order to launch our attack.
Alright, it looks like we need to use -t and -r in order to specify our victims. We also need to use -1 to specify the network interface we want to send our attack out of (in our case, wlanO).
Now, when we execute this command, we're going to get LOTS of output, so I'm just going to filter through it and highlight what we're looking for. Let's take a look at oursniffing results:
STEP 4: SNIFF THE VICTIM'S ACTIVITY
We're going to be using a tool named urlsnarf in order to sniff the victims web activity.
Now, when we execute this command, we're going to get LOTS of output, so I'm just going to filter through it and highlight what we're looking for. Let's take a look at oursniffing results:
We can see in the highlighted out} above that our victim at 10.0.0.15 i! browsing on none other than howtohackin.com/bloq
MISSION SUCCESSFUL
Don't misuse this post. It's for educational purpose only