https://github.com/varppi/spoofhop
DNS spoofer for unix systems.
https://github.com/varppi/spoofhop
cybersecurity dnsspoof dnsspoofing mitm
Last synced: 8 months ago
JSON representation
DNS spoofer for unix systems.
- Host: GitHub
- URL: https://github.com/varppi/spoofhop
- Owner: varppi
- License: gpl-3.0
- Created: 2023-07-07T16:44:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T07:43:30.000Z (10 months ago)
- Last Synced: 2025-08-23T18:05:54.025Z (10 months ago)
- Topics: cybersecurity, dnsspoof, dnsspoofing, mitm
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPOOFHOP
## What is Spoofhop?
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.
## How does it work?
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.
## Screenshot

## Installation
```
git clone https://github.com/Varppi/spoofhop
cd spoofhop
pip install -r requirements.txt
```
## Usage
`sudo python3 spoofhop.py -s -d "annoyingwebsite.com:annoyingwebsite2.com"`
## DISCLAIMER
I am not responsible for any harm or damage done by this program. Everyone's responsible for their own use of the program.