Documentation


 
First of all Download Wi-fEye:
wget http://wi-feye.za1d.com/download/Wi-fEye-v0.5.[LATEST].tar.gz

Extract it:
mkdir Wi-fEye
tar xvfz Wi-fEye-v*.tar.gz -C Wi-fEye



Before using Wi-fEye we need to edit some of variables in Wi-fEye.py:
1. Path to aircrack-ng/airmon-ng
(line 13) Ex  :
aircrackp='/usr/sbin/airmon-ng'

2. Path to Dsniff
(line 15) Ex :
dsniffp='/usr/sbin/dsniff'

3. Path to driftnet
(line 17) Ex :
driftnetp='/usr/bin/driftnet'

4. Path to sslstrip
(line 19) Ex :
sslsp='/usr/local/bin/sslstrip'

5. Path to ettercap
(line 21) Ex :
ettercapp='/usr/sbin/ettercap'

6. Path to nmap
(line 23) Ex :
nmapp='/usr/bin/nmap'

7. Path to hamster + Ferret DIRECTORY
(line 25) Ex :
hamster='/pentest/hamster/'

8. Path to evilgrade DIRECTORY
(line 27) Ex :
evilgradep = '/opt/evilgrade'

Each module in Wi-fEye uses a specific program to perform the selected attack.
Here is a list of the programs needed for each module:
  • Aircrack-ng is needed for all the attacks in the cracking menu
  • Nmap is used in Nmap menu.
  • Ettercap is very important as it is used in the following attacks:
    • ARP Spoofing.
    • SSL/HTTPS sniffing.
    • URL sniffing.
    • Dns Spoofing.
    • Image sniffing.
Usage:
The usage of Wi-fEye is fairly easy all you have to do is execute


python Wi-fEye.py

Choose your network interface , select the attack you want to perform, select your target and Wi-fEye will do the rest !!