From charlesreid1

Revision as of 05:16, 26 August 2016 by Admin (talk | contribs) (Created page with "==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 gatew...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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