Network spying – In the previous article, we learned how to install the Bettercap tool on Linux, this article is a continuation, so you should read the previous article. Bettercap is one of the best MITM attack frameworks, we can do all the attacks with this tool like site redirect, networkย spy, password hack, etc.
In this article, I’m going to teach you how toย spyย on the same wifi devices with the Bettercap tool. let’s start.
Network spying
First of all, we need to open theย bettercapย toon in your Linux so execute the below command on your terminal
sudo bettercap -iface wlan0
After executing the above command run the “help” attribute on the Bettercap terminal. This will display all modules and options
Now we need to enable the 2 modules that name called net. probe and net. recon so execute the below commands one by one
net.probe on
net.recon on
net.probe When activated, this module will send different types of probe packets to each IP in the current subnet for theย net.reconย module to detect them.
net.recon This module is responsible for periodically reading the system ARP table to detect new hosts on the network.
After that enable the net.sniff module because This module is a network packetย snifferย and fuzzier supporting both BPF syntax and regular expressions for filtering. It is also able to dissect several major protocols to harvest credentials.
net.sniff on
After enabling the net sniff module the bettercap tool will spy on all connectedย devices.ย see the below image