Skip to content

saladandonionrings/NextGen-Spoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo_nextgen_spoof

NextGenSpoofer

Python Version

ARP and DNS Spoofers tool

💻 CLI & Interface

⚙️ SetUp

Recommanded to run it on Debian / Kali

apt-get update

# Prerequisites
apt-get install build-essential python-dev libnetfilter-queue-dev python3-tk

git clone https://github.com/saladandonionrings/NextGen-Spoofer.git
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-netfilterqueue

💈 ARP Spoof

#️⃣ CLI

python arp_spoof_nxgenspf.py [-s] [-a]
# [-s] : single target
# [-a] : all network is targeted

1️⃣🎯 Single target

♾️🎯 All network is targeted

👨🏽‍💻 INTERFACE

# you can run it as root or non-root user
xhost +
python3 nextgen_spoofer.py

1️⃣🎯 Single target :

arp_one_spoof

♾️🎯 All network is targeted :

arp_all.mp4

🍔 DNS SPOOF

📢 USE IT RIGHT AFTER YOU LAUNCHED ARP SPOOF

#️⃣ CLI

python dns_spoof_nxgenspf.py -d google.com -s $evil_server_ip

👨🏽‍💻 INTERFACE

dns_int

Example

DNS NAME = google.com
DNS @IP = $malicious_server_ip

💭 ABOUT

about

Contributors 🛹

GitHub contributors