https://github.com/mustafadalga/dns-spoof
DNS isteklerini veya trafiği kendi istediğiniz yere yönlendirerek hedef web sitesini manipüle etmenize yarayan bir script.
https://github.com/mustafadalga/dns-spoof
dns dns-spoof dns-spoofing hacking hacking-code hacking-tool hacking-tools hackingtools network network-analysis network-hacking network-programming network-security network-security-lab python python-3 python3
Last synced: about 1 year ago
JSON representation
DNS isteklerini veya trafiği kendi istediğiniz yere yönlendirerek hedef web sitesini manipüle etmenize yarayan bir script.
- Host: GitHub
- URL: https://github.com/mustafadalga/dns-spoof
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2019-06-19T19:12:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T10:40:12.000Z (almost 6 years ago)
- Last Synced: 2025-03-30T18:51:10.036Z (about 1 year ago)
- Topics: dns, dns-spoof, dns-spoofing, hacking, hacking-code, hacking-tool, hacking-tools, hackingtools, network, network-analysis, network-hacking, network-programming, network-security, network-security-lab, python, python-3, python3
- Language: Python
- Size: 21.5 KB
- Stars: 16
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_____ _ _ _____ _____ __
| __ \| \ | |/ ____| / ____| / _|
| | | | \| | (___ | (___ _ __ ___ ___ | |_
| | | | . ` |\___ \ \___ \| '_ \ / _ \ / _ \| _|
| |__| | |\ |____) | ____) | |_) | (_) | (_) | |
|_____/|_| \_|_____/ |_____/| .__/ \___/ \___/|_|
| |
|_|
```
### Açıklama
**DNS isteklerini veya trafiği kendi istediğiniz yere yönlendirerek hedef web sitesini manipüle etmenize yarayan bir script.**
**[arp_spoofy.py](https://github.com/mustafadalga/ARP-poisoning-packet-sniffer)** scripti ile hedef bilgisayar üzerinde ARP zehirlemesi yapılırken , **dns_spoof.py** scripti de hedef web sitesi için trafiği istenilen yere yönlendirerek , hedef web sitesini manipüle eder.
#### Kurulacak modüller
* Linux için kurulum
```
sudo pip install -r requirements.txt
```
### ARP Spoof Kullanımı
```
python arp_spoof.py --hedef HEDEFIP --gateway GATEWAY
```
### DNS Spoof Kullanımı
```
python dns_spoof.py --url www.example.com --redirect ip_adress
```
### Örnek Gösterim - Virtualbox Sanal Makine üzerinde
#### Kali Linux DNS Spoof İşlemi - Hacker

#### Windows 8 - Hedef Makine
