ok well first lets install some dependiecs
Code:
apt-get install python-scapy
cd pentest/web/sslstrip
cdmod +x setup.py
python setup.py install
next lets download wifizoo
http://community.corest.com/~hochoa/...fizoo_v1.3.tgz
***************NOTE************************
pay attention to where you have the files downloaded if there not in root cd into the directory
Code:
tar xzvf wifizoo_v1.3.tgz
cd wifizoo_v1.3
chmod +x wifizoo.py
now we need to be able to import scapy ets edit wifizoo.py to be able to import
press and hold crtl +w then t
enter value 11
copy and paste this in just under 'import getopt'
Code:
from scapy.all import *
press ctrl + x and y to save
now lets move to files to pentest directory
mv /root/wifizoo_v1.3 /pentest/wireless/
now lets use wifizoo
Code:
cd /pentest/wireless/wifizoo_v1.3
python wifizoo.py -i (interface)
set firefox in network settings to manual and enter the following
127.0.0.1 port 8000
open firefox and goto
Code:
http://127.0.0.1:8000/
Enjoy
r083rt