From charlesreid1

DNS spoofing with Dnsspoof

Dnsspoof works in a very similar way to the Bettercap#DNS Spoofing attack. It hijacks the sheep's DNS requests and pretends to be the gateway. In fact, it scans the sheep's DNS traffic. The DNS spoofing configuration file specifies things like, "redirect traffic to microsoft.com to 192.168.0.4", where there is a fake version of microsoft.com. Etc.

To run dnsspoof, you specify a network interface and a configuration file. These are the same format as the Bettercap#DNS Spoofing attack configuration file.

$ dnsspoof -i wlan1 -f extrabacon.conf

Flag