Spoofhop is a DNS spoofing program for unix based systems that you can use for multiple things like:
- Routing your traffic through the program to block a list of well known advertising networks.
- Doing MITM attacks on network devices.
- Seeing if a certain domain is accessed.
- Testing application security by pretending to be a server.
By creating a netfilter queue Spoofhop can analyze outgoing DNS queries, block them and respond to them with a spoofed IPv4 addresses without the program not even knowing that its packet didn't go to the correct destination.
git clone https://github.com/R00tendo/spoofhop
cd spoofhop
pip install -r requirements.txt
sudo python3 spoofhop.py -s <spoof ip here> -d "annoyingwebsite.com:annoyingwebsite2.com"
I am not responsible for any harm or damage done by this program. Everyone's responsible for their own use of the program.