i want to crack wifi passwords with tools like fern wifi crack but this tool works like shit and i need to use a kali linux tool to attack wifi passwords by crack them. what wireless attack can i use to crack wifi passwords?
Forum Thread: How to Bruteforce Wifi Password with Kali Linux Tools?
- Hot
- Active
-
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
1 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
1 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
4 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
5 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
6 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
6 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
7 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
9 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
9 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
9 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
9 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
11 mo ago
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Detect Script-Kiddie Wi-Fi Jamming with Wireshark
-
How To: Pop a Reverse Shell with a Video File by Exploiting Popular Linux File Managers
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Hack 5 GHz Wi-Fi Networks with an Alfa Wi-Fi Adapter
-
How To: Use MDK3 for Advanced Wi-Fi Jamming
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
The Hacks of Mr. Robot: How to Send a Spoofed SMS Text Message
-
How To: Map Wardriving Data with Jupyter Notebook
-
How To: Use Commix to Automate Exploiting Command Injection Flaws in Web Applications
-
How To: Stealthfully Sniff Wi-Fi Activity Without Connecting to a Target Router
-
Video: How to Crack Weak Wi-Fi Passwords in Seconds with Airgeddon on Parrot OS
-
How To: Use an ESP8266 Beacon Spammer to Track Smartphone Users
-
News: 8 Wireshark Filters Every Wiretapper Uses to Spy on Web Conversations and Surfing Habits
-
How To: Create & Obfuscate a Virus Inside of a Microsoft Word Document
-
Hack Like a Pro: How to Crack Passwords, Part 4 (Creating a Custom Wordlist with Crunch)
-
How To: Enable Offline Chat Communications Over Wi-Fi with an ESP32
2 Responses
Capture a 4 way handshake with airckrack-ng
https://null-byte.wonderhowto.com/how-to/hack-wi-fi-getting-started-with-aircrack-ng-suite-wi-fi-hacking-tools-0147893/
After that you can bruteforce the hash with airckrack, but it is extremely slow to do so especially with brute force, sience the wpa2 hash calculating is pretty resource hungry. You can try it with something that uses the gpu to clalculate (like Hashcat) , it is a bit faster but pure brutforce will take extremely long this way too. You sould try with a dictionary with much less entries than a pure brutforce attack would use, but there is a chance that the passsword is not in the dict. Alternatively you can simply use human stupidity and perform an evil twin attack.
Aircrack-ng but I won't recommend it as it takes a huge amount of time. But if you do get the hashes I would recommend you to crack them with this tool: https://github.com/Anonymous1101/Cerberus
It is perfect for cracking hashes, believe me.
Another option would be to use Fluxion.
Wifiphisher is also good.
Share Your Thoughts