Results 1 to 27 of 27

Thread: How to install Wifite-mod-pixiewps and reaver-wps-fork-t6x to nethunter

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2014-Mar
    Posts
    163

    How to install Wifite-mod-pixiewps and reaver-wps-fork-t6x to nethunter

    Many people dont know but a guy found a way to crack wps pins from routers offline , witch means that reaver only connects one time to the AP to get the data that it needs , and then the tool pixiewps breakes the wps pin of that router in offline mode .
    the github of pixiewps can be found in here :
    https://github.com/wiire/pixiewps

    But only the new version of reaver is able to catch that specific data that pixiewps needs to do the crack offline .
    Pixiewps dont work in all routers . (check the github info)
    Anyway , after pixiewps appearance at kali repository , people start to add the pixiewps switches to the common tools for wifi hacking , witch is reaver , and wifite .
    https://github.com/t6x/reaver-wps-fork-t6x
    https://github.com/aanarchyy/wifite-mod-pixiewps

    I will explain you how to add those tools to your nethunter .
    Starting a remote shell to one desktop computer could be usefull , because there is some writing to do . (you can also do it manually on your tablet by tiping everything.)
    to start a remote shell look at this thread : https://forums.kali.org/showthread.p...a-Secure-shell

    this is the code you need to do to install everything :
    mkdir backup
    cd backup
    git clone https://github.com/derv82/wifite.git
    git clone https://github.com/aanarchyy/wifite-mod-pixiewps.git
    git clone https://github.com/t6x/reaver-wps-fork-t6x.git
    git clone https://github.com/wiire/pixiewps.git
    apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
    sudo apt-get install libpcap-dev aircrack-ng sqlite3 libsqlite3-dev libssl-dev -y
    cd pixiewps/src/
    make && make install
    cd /root/backup/reaver-wps-fork-t6x/src/
    ./configure
    make && make install
    cp /root/backup/wifite/wifite.py /usr/bin/wifite
    chmod +x /usr/bin/wifite
    cp /root/backup/wifite-mod-pixiewps/wifite-ng /usr/bin/wifite-ng
    chmod +x /usr/bin/wifite-ng
    After all this instalations , you can run from your terminal "wifite" , and it will be your regular wifite tool , or you can type in terminal "wifite-ng" , and you will use the modded version of wifite to work with pixiewps automatically .



    There will be a directory called Backup on your root folder that contains all these tools you have just installed .

    Working with pixiewps can be found in this youtube link : *REMOVED*
    Last edited by g0tmi1k; 2015-08-12 at 09:53. Reason: Youtube

Similar Threads

  1. Wifite including new pixiewps attack
    By aanarchyy in forum Project Archive
    Replies: 122
    Last Post: 2016-12-19, 22:41
  2. Replies: 1
    Last Post: 2015-09-08, 11:33
  3. PixieWPS - Reaver - Aireplay
    By pixiewpsfailure in forum General Archive
    Replies: 4
    Last Post: 2015-06-02, 11:38
  4. Wifite including new pixiewps attack
    By aanarchyy in forum General Archive
    Replies: 75
    Last Post: 2015-05-04, 23:16

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •