Uncover your Neighbours Passwords Over his Wifi (MITM)
In this article I will show you how simple it is to uncover passwords which are sent over your wifi network. In a nutshell When you connect to a network, you are sending all of your data as packets to the router which in turn sends it on to your ISP and from there to the WWW, so if you are connected to a network in which others are connected to, there are very simple ways to see all of the data they are sending to the router (as you yourself are also connected to it). This technique is called Man in the middle attack or in short MITM, it is using APR messages spoofing and other uninteresting tech methods behind the scenes to uncover all traffic going through the same network. I will show you how to do it using the Windows operating system, with an application having a good-enough gui (cain & abel). Most hacking tools are created for the linux OS and the windows hacking tools are mediocre at best, that being said, Cain & Abel is an exception as it is a very p...