{"id":106,"date":"2024-02-07T18:47:03","date_gmt":"2024-02-07T17:47:03","guid":{"rendered":"https:\/\/blog.802punkt11.de\/?p=106"},"modified":"2026-07-26T12:47:40","modified_gmt":"2026-07-26T10:47:40","slug":"hacking-wifi-passwords-with-kali","status":"publish","type":"post","link":"https:\/\/blog.802punkt11.de\/index.php\/2024\/02\/07\/hacking-wifi-passwords-with-kali\/","title":{"rendered":"Hacking WiFi passwords with Kali"},"content":{"rendered":"\n<h3 class=\"wp-block-heading has-xx-large-font-size\">How to Crack Wi-Fi Passwords Using Kali Linux<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Cracking Wi-Fi passwords is a task commonly performed in penetration testing and ethical hacking, where security professionals test the vulnerability of wireless networks. Kali Linux, a powerful penetration testing distribution, contains various tools that can help with these tasks. However, it is important to emphasize that performing unauthorized Wi-Fi cracking or hacking activities is illegal. Always ensure you have explicit permission from the network owner before proceeding.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, we will walk through the steps to crack Wi-Fi passwords using Kali Linux, focusing on methods like WPA\/WPA2 cracking with <strong>aircrack-ng<\/strong> and <strong>hashcat<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/blog.802punkt11.de\/wp-content\/uploads\/2026\/07\/hacking-wifi-passwords-1024x576.png\" alt=\"\" class=\"wp-image-190\" srcset=\"https:\/\/blog.802punkt11.de\/wp-content\/uploads\/2026\/07\/hacking-wifi-passwords-1024x576.png 1024w, https:\/\/blog.802punkt11.de\/wp-content\/uploads\/2026\/07\/hacking-wifi-passwords-300x169.png 300w, https:\/\/blog.802punkt11.de\/wp-content\/uploads\/2026\/07\/hacking-wifi-passwords-768x432.png 768w, https:\/\/blog.802punkt11.de\/wp-content\/uploads\/2026\/07\/hacking-wifi-passwords-1536x864.png 1536w, https:\/\/blog.802punkt11.de\/wp-content\/uploads\/2026\/07\/hacking-wifi-passwords.png 1672w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Prerequisites<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Before diving into Wi-Fi password cracking, ensure you have the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Kali Linux<\/strong> installed on your machine (either on a physical or virtual machine).<\/li>\n\n\n\n<li><strong>Wireless Network Adapter<\/strong> that supports packet injection and monitor mode. Popular options include Alfa AWUS036NHA and TP-Link TL-WN722N.<\/li>\n\n\n\n<li><strong>Permission to test the network<\/strong> you plan to crack. Testing networks you do not own or have explicit permission to crack is illegal and unethical.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Step 1: Install Necessary Tools<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Kali Linux comes with several pre-installed tools for cracking Wi-Fi passwords. Key tools include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>aircrack-ng<\/strong>: A suite of tools for cracking WEP, WPA, and WPA2 passwords.<\/li>\n\n\n\n<li><strong>hashcat<\/strong>: A powerful password-cracking tool.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You can make sure these tools are installed and updated by running:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update\nsudo apt-get install aircrack-ng hashcat\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Step 2: Identify the Wireless Interface<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To begin the attack, first, you need to identify your wireless adapter. Use the <code>iwconfig<\/code> command to list all network interfaces:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>iwconfig\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Look for the wireless interface (often labeled as <code>wlan0<\/code>, <code>wlan1<\/code>, etc.). You\u2019ll need to use this interface throughout the process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Step 3: Enable Monitor Mode<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To capture the traffic required for cracking a Wi-Fi password, your wireless adapter must be set to <strong>monitor mode<\/strong>. Monitor mode allows your adapter to listen to all wireless traffic and inject packets.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Stop the network manager service to avoid interference: <code>sudo systemctl stop NetworkManager<\/code><\/li>\n\n\n\n<li>Set your adapter to monitor mode: <code>sudo ip link set wlan0 down sudo iw dev wlan0 set type monitor sudo ip link set wlan0 up<\/code><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Alternatively, you can use <code>airmon-ng<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo airmon-ng start wlan0\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Your adapter should now be in monitor mode, typically renamed to <code>wlan0mon<\/code> or similar.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Step 4: Discover Nearby Wi-Fi Networks<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Next, use the <code>airodump-ng<\/code> tool to list all nearby Wi-Fi networks and gather the necessary details (such as the BSSID, channel, and encryption type).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Run the following command to scan for networks:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo airodump-ng wlan0mon\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This will display nearby networks, including details such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>ESSID<\/strong> (Network name)<\/li>\n\n\n\n<li><strong>BSSID<\/strong> (MAC address of the access point)<\/li>\n\n\n\n<li><strong>Channel<\/strong> (Wi-Fi channel the AP is on)<\/li>\n\n\n\n<li><strong>Encryption type<\/strong> (WEP, WPA, WPA2)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Identify the target network (usually by ESSID) and note the <strong>BSSID<\/strong> and <strong>channel<\/strong> number.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Step 5: Capture the WPA Handshake<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To crack the password for WPA\/WPA2, you need to capture a <strong>handshake<\/strong>. A handshake occurs when a device connects to the network. When captured, the handshake contains the encrypted version of the Wi-Fi password.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use <code>airodump-ng<\/code> to capture this handshake:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo airodump-ng -c &lt;channel&gt; --bssid &lt;BSSID&gt; -w capture wlan0mon\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Replace <code>&lt;channel&gt;<\/code> with the channel number of the target network, and <code>&lt;BSSID&gt;<\/code> with the BSSID of the access point. The <code>-w capture<\/code> option tells the tool to write the captured data to a file named <code>capture.cap<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ll need a device (like a phone or laptop) to connect to the target network, or you can wait for a device to authenticate. If you want to speed up the process, you can force a client to reconnect by sending a deauthentication packet:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo aireplay-ng --deauth 10 -a &lt;BSSID&gt; wlan0mon\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This will send 10 deauthentication packets to the network, causing a client to disconnect and reconnect, triggering the handshake capture.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Step 6: Crack the WPA\/WPA2 Password<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Once you have the <code>capture.cap<\/code> file containing the handshake, you can begin cracking the WPA\/WPA2 password. This process involves using a <strong>wordlist<\/strong> (a list of potential passwords) and comparing the hashes in the capture file to the hashes in the wordlist.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Option 1: Using aircrack-ng<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The simplest tool to use for cracking WPA passwords is <strong>aircrack-ng<\/strong>. Run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo aircrack-ng capture.cap -w \/path\/to\/wordlist.txt\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>capture.cap<\/code>: The file containing the captured handshake.<\/li>\n\n\n\n<li><code>-w \/path\/to\/wordlist.txt<\/code>: The wordlist file containing potential passwords. Kali Linux includes a default wordlist at <code>\/usr\/share\/wordlists\/rockyou.txt<\/code>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Aircrack-ng will go through each word in the list and check it against the handshake file. If a match is found, it will display the cracked password.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-x-large-font-size\">Option 2: Using Hashcat<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">For more advanced cracking, you can use <strong>hashcat<\/strong>, which uses your system\u2019s GPU for faster password cracking.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, convert the WPA handshake to a hashcat-compatible format:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo hcxpcapngtool capture.cap -o capture.hc22000\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then, use hashcat to crack the password:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>hashcat -m 22000 -a 0 capture.hc22000 \/path\/to\/wordlist.txt\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>-m 22000<\/code>: Specifies the hash mode for WPA\/WPA2.<\/li>\n\n\n\n<li><code>-a 0<\/code>: Specifies the attack mode (0 means a dictionary attack).<\/li>\n\n\n\n<li><code>capture.hc22000<\/code>: The converted handshake file.<\/li>\n\n\n\n<li><code>\/path\/to\/wordlist.txt<\/code>: The wordlist file.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Hashcat will start attempting to crack the password using the wordlist.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Step 7: Monitor the Cracking Process<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Depending on the size of your wordlist and the complexity of the password, cracking can take a few minutes to several hours or even days. You can monitor the progress of hashcat or aircrack-ng as they try each password.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the password is found in the wordlist, the tool will display it on the screen.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Legal and Ethical Considerations<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Cracking Wi-Fi passwords without permission is illegal and unethical. Always ensure that you have explicit permission from the network owner before attempting any form of penetration testing or password cracking. Unauthorized access to networks is a violation of laws in many countries and can lead to criminal charges.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">Conclusion<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Cracking Wi-Fi passwords using Kali Linux is a common task in penetration testing, particularly for testing WPA\/WPA2 security. Tools like <strong>aircrack-ng<\/strong> and <strong>hashcat<\/strong> can help you perform dictionary-based attacks to crack passwords once you\u2019ve captured the necessary handshake. However, it\u2019s essential to use these techniques responsibly and legally, ensuring that you have proper authorization before attempting any form of network testing. Always follow ethical hacking practices to help improve security, not compromise it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to Crack Wi-Fi Passwords Using Kali Linux Cracking Wi-Fi passwords is a task commonly performed in penetration testing and ethical hacking, where security professionals test the vulnerability of wireless networks. Kali Linux, a powerful penetration testing distribution, contains various tools that can help with these tasks. However, it is important to emphasize that performing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":190,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-106","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wi-fi"],"_links":{"self":[{"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/posts\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/comments?post=106"}],"version-history":[{"count":3,"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/posts\/106\/revisions"}],"predecessor-version":[{"id":191,"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/posts\/106\/revisions\/191"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/media\/190"}],"wp:attachment":[{"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/media?parent=106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/categories?post=106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.802punkt11.de\/index.php\/wp-json\/wp\/v2\/tags?post=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}