Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbitx/dedsec-dns
https://github.com/0xbitx/dedsec-dns
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xbitx/dedsec-dns
- Owner: 0xbitx
- Created: 2023-03-28T17:09:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T18:42:14.000Z (about 1 year ago)
- Last Synced: 2023-12-11T19:40:42.423Z (about 1 year ago)
- Size: 2.75 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DEDSEC DNS SPOOFING
Use this powerful tool to spoof DNS responses and redirect traffic to any IP address of your choosing. Perfect for testing network security or for educational purposes.## Prerequisites
* ettercap
* sudo - [ MUST ]## Installation
```
git clone https://github.com/0xbitx/Dedsec-Dns.git
cd Dedsec-Dns
sudo ./dedsec-dns
``````
configure /etc/ettercap/etter.dns to redirect targets
www.github.com PTR 192.168.1.30
www.github.com A 192.168.1.30
*.github.com A 192.168.1.30
*.github.com AAAA ::
```### TESTED ON FOLLOWING:
* Kali Linux
* Parrot OS
* Ubuntu
* Arch LinuxDISCLAIMER
I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.