Results 1 to 6 of 6

Thread: Installation of Wifizoo in Linux operating system

  1. #1
    Join Date
    Jun 2011
    Posts
    109

    Installation of Wifizoo in Linux operating system

    I have Linux operating system in my system. Can any of you help me with to manage installation of Wifizoo in Backtrack 5. Whenever I tried to install it in my Linux operating system I faced errors. I tried searching over the internet about this and found that it’s a problem of new version. How to fix this bug? Please provide necessary advices.

  2. #2
    Join Date
    Nov 2009
    Posts
    865

    Re: Installation of Wifizoo in Linux operating system

    First of all install some dependencies. Below is the code for that:

    Code:
    apt-get install python-scapy
    cd pentest/web/sslstrip
    cdmod +x setup.py
    python setup.py install
    Your next step is that download Wifizoo. Note that you download it from official website for proper setup and to avoid troubleshooting error while installation.
    Keep in track where you have downloaded the files, if there is no root CD then into the directory.

    Code:
    tar xzvf wifizoo_v1.3.tgz
    cd wifizoo_v1.3
    chmod +x wifizoo.py

  3. #3
    Join Date
    Nov 2009
    Posts
    1,292

    Re: Installation of Wifizoo in Linux operating system

    I would like to add more steps for complete installation. Now there is a need to import scapy and for that edit wifizoo.py. Editing is important so that you can import.

    nano wifizoo.py
    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 and hold crtl +w then t, enter value 11. After that copy and paste the below code under the 'import getopt'

    from scapy.all import *

    Now press ctrl + x and y to save

  4. #4
    Join Date
    Nov 2009
    Posts
    1,035

    Re: Installation of Wifizoo in Linux operating system

    It would be incomplete if you don’t move files to pentest directory. It is one of the important steps. To move follow the path
    mv /root/wifizoo_v1.3 /pentest/wireless/

    Now make use of Wifizoo

    cd /pentest/wireless/wifizoo_v1.3
    python wifizoo.py -i (interface)

  5. #5
    Join Date
    Nov 2009
    Posts
    1,416

    Re: Installation of Wifizoo in Linux operating system

    Also you have to set Firefox to manual by going to network settings. After setting it to manual enter the following:

    127.0.0.1 port 8000

    open firefox and goto
    Code:
    //127.0.0.1:8000/
    Enjoy

    r083rt

  6. #6
    Join Date
    Apr 2009
    Posts
    1,107

    Re: Installation of Wifizoo in Linux operating system

    If your Scapy is not working then you will get the following error:
    python wifizoo.py -i
    WARNING: Failed to execute tcpdump. Check it is installed and in the PATH
    WARNING: No route found for IPv6 destination :: (no default route?)
    option -i requires argument

    If this is the case then avoid scapy and install Wifizoo without scapy.

Similar Threads

  1. installation of gtallk in ubuntu operating system.
    By robot.txt in forum Windows Software
    Replies: 4
    Last Post: 04-10-2011, 12:22 AM
  2. Replies: 6
    Last Post: 09-07-2011, 10:40 AM
  3. New build operating system installation problems
    By Tarank in forum Operating Systems
    Replies: 6
    Last Post: 31-10-2010, 12:41 AM
  4. Installation Error in Windows 98 Operating System
    By Bhagwandas in forum Operating Systems
    Replies: 4
    Last Post: 14-03-2009, 11:56 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,304,859.94447 seconds with 16 queries