Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/dtrecherel/dnsspoof
Packet Sniffing & AnalysisExploitationImpersonation ToolsNetwork SecurityRed TeamingAdversarial Attack
GitHubdtrecherel/dnsspoof

DNSSpoof

A DNS spoofer tool written in Python3.

View Repository
6489 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

DNSSpoof

A DNS spoofer tool written in Python3.

How to use it?

root@kitploit:~
usage: dnsspoof.py [-h] [-d DOMAIN] [-i INTERFACE] [-t TARGET] [-r IP]

optional arguments:
  -h, --help    show this help message and exit
  -d DOMAIN     Domain to spoof (default: all)
  -i INTERFACE  Interface to listen on (default: default)
  -t TARGET     Target's IP. If not specified (default: all)
  -r IP         IP to redirect the target to (default: local IP)

Requirements

This script uses the following modules:

  • Argparse
  • Scapy
  • Threading

How does it work?

The script will sniff the network traffic and intercept all the DNS queries matching a given domain name from the victim. Once this query is intercepted, it will forge and send a valid response with a malicious RR holding a given IP.

Download Tool