This story was originally published on HackerNoon at:
https://hackernoon.com/man-in-the-middle-attack-using-bettercap-framework-hd783wzy.
Man-in-the-middle attack (MITM) is an attack where the attacker secretly relays and possibly alters the communications between two devices who believe that they are directly communicating with each other. In order to perform man in the middle attack, we need to be in the same network as our victim because we have to fool these two devices. Now lets initiate the attack by running our tools which is bettercap. To run bettercap we can simply open up terminal and type bettercap -iface [your network interface which connected to the network]. To know which network interface is used we can simply type ifconfig and here is what it shows us.
Check more stories related to life-hacking at:
https://hackernoon.com/c/life-hacking.
You can also check exclusive content about
#hacking,
#kali-linux,
#security,
#hackathons,
#computer-science,
#ethical-hacking,
#network,
#network-security,
#hackernoon-es, and more.
This story was written by:
@luthfi-ramadhan. Learn more about this writer by checking
@luthfi-ramadhan's about page,
and for more stories, please visit
hackernoon.com.
Man-in-the-middle attack (MITM) is an attack where the attacker secretly relays and possibly alters the communications between two devices who believe that they are directly communicating with each other. In order to perform man in the middle attack, we need to be in the same network as our victim. We need to fool both the victim and the router by telling the router that victim’s mac address is our mac address and telling victim that router’‘i am the router' so that every request windows 10 make will go through raspberry pi.