Forum Thread: Man in the Middle Using Sslstrip

Hello everyone, whenever I try to use MITM manually with sslstrip and ettercap or with the automated script Websploit it kills the Internet connection of the victim. i tried that in my 2 wifi networks and same people . how can I sniff ssl traffic without killing the internet connection ?

2 Responses

Did you enable IP forwarding? This allows the information to pass through you instead of getting caught on you. You can enable it with this command:

echo 1 > /proc/sys/net/ipv4/ip_forward

Disable it with the same command, just replace the 1 with a 0.

yes I did the following
1-I edited on the file .conf (i forgot the name lol)
2- echo 1 > /proc/sys/net/ipv4/ipforward
3- iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080

and then I tried MITM but it really kills the connection of the victim

Share Your Thoughts

  • Hot
  • Active