performing-wifi-password-cracking-with-aircrack

Featured

Captures WPA/WPA2 handshakes and performs offline password cracking using aircrack-ng, hashcat, and dictionary attacks during authorized wireless security assessments to evaluate passphrase strength and wireless network security posture.

AI & Automation 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performing WiFi Password Cracking with Aircrack-ng ## When to Use - Assessing the strength of WPA/WPA2/WPA3 passphrases during authorized wireless penetration tests - Testing whether wireless networks are using weak or default passwords that can be cracked offline - Capturing and analyzing 4-way handshakes to evaluate wireless authentication security - Demonstrating the risks of WEP, weak WPA2 passphrases, and PMKID-based attacks to stakeholders - Validating that enterprise wireless networks use 802.1X/EAP instead of pre-shared keys **Do not use** against wireless networks without explicit written authorization, for disrupting wireless communications, or for capturing handshakes of networks you do not have permission to test. ## Prerequisites - Written authorization specifying in-scope SSIDs and wireless networks - Wireless adapter with monitor mode and packet injection support (Alfa AWUS036ACH, Alfa AWUS036ACM, or similar) - Kali Linux with aircrack-ng suite, hashcat, and hcxtools installed - Password wordlists (rockyou.txt, SecLists, or custom organization-specific lists) - GPU-capable system for hashcat acceleration (optional but recommended for large wordlists) ## Workflow ### Step 1: Prepare the Wireless Interface ```bash # Identify wireless interfaces iwconfig # or iw dev # Kill interfering processes sudo airmon-ng check kill # Enable monitor mode sudo airmon-ng start wlan0 # Output: monitor mode enabled on wlan0mon # Verify monitor mode iwconfig wlan0mon #...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

performing-wireless-network-penetration-test

Execute a wireless network penetration test to assess WiFi security by capturing handshakes, cracking WPA2/WPA3 keys, detecting rogue access points, and testing wireless segmentation using Aircrack-ng and related tools.

12,642 Updated today
mukul975
AI & Automation Featured

conducting-wireless-network-penetration-test

Conducts authorized wireless network penetration tests to assess the security of WiFi infrastructure by testing for weak encryption protocols, captive portal bypasses, evil twin attacks, WPA2/WPA3 handshake capture, rogue access point detection, and client-side attacks. The tester evaluates wireless authentication, network segmentation, and the effectiveness of wireless intrusion detection systems. Activates for requests involving wireless pentest, WiFi security assessment, WPA2/WPA3 testing, or rogue access point detection.

12,642 Updated today
mukul975
AI & Automation Featured

performing-wireless-security-assessment-with-kismet

Conduct wireless network security assessments using Kismet to detect rogue access points, hidden SSIDs, weak encryption, and unauthorized clients through passive RF monitoring.

12,642 Updated today
mukul975
Data & Documents Solid

crack-hashcat

Advanced password recovery and hash cracking tool supporting multiple algorithms and attack modes. Use when: (1) Performing authorized password auditing and security assessments, (2) Recovering passwords from captured hashes in forensic investigations, (3) Testing password policy strength and complexity, (4) Validating encryption implementations, (5) Conducting security research on cryptographic hash functions, (6) Demonstrating password weakness in penetration testing reports.

335 Updated today
aiskillstore
AI & Automation Featured

performing-hash-cracking-with-hashcat

Hash cracking is an essential skill for penetration testers and security auditors to evaluate password strength. Hashcat is the world's fastest password recovery tool, supporting over 300 hash types w

12,642 Updated today
mukul975