DNSSpoof

A command line tool written in Python that allows editing of network packets and Spoof DNS information when used in a MITM attack.

The script can be modified to spoof other fields as well

Prerequisites

Be sudo before running all of the following operations

sudo su
cd DNSSpoof
bash prerequisites.sh

Usage

python3 DNSSpoof.py

You'll be presented with 3 options image

You'll be prompted to enter the Spoof Server IP image

And as soon as a target website is encountered, it will redirect your host to your Spoofing server image

As you can see, a page that should direct the host to google.com's Server, now directs to my spoofing server.