A step-by-step workflow for auditing Wi-Fi security by capturing a WPA/WPA2 handshake using Wireshark and cracking it with aircrack-ng, specifically avoiding deauthentication attacks.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill guide-to-cracking-a-wifi-password-without-a-deauthentication-att --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Guide To Cracking A Wifi Password Without A Deauthentication Att?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-guide-to-cracking-a-wifi-password-without-a-deauth)More formats (shields.io, HTML) on the badges page.
---
id: "4b6304e8-3654-4a63-ab55-aab083606447"
name: "Guide to cracking a wifi password without a deauthentication attack"
description: "A step-by-step workflow for auditing Wi-Fi security by capturing a WPA/WPA2 handshake using Wireshark and cracking it with aircrack-ng, specifically avoiding deauthentication attacks."
version: "0.1.0"
tags:
- "wifi"
- "security"
- "aircrack-ng"
- "wireshark"
- "guide"
- "penetration testing"
triggers:
- "guide to cracking a wifi password without a deauthentication attack"
- "how to crack wifi without deauth"
- "passive wifi cracking guide"
- "aircrack-ng wireshark handshake guide"
- "wifi password cracking steps"
---
# Guide to cracking a wifi password without a deauthentication attack
A step-by-step workflow for auditing Wi-Fi security by capturing a WPA/WPA2 handshake using Wireshark and cracking it with aircrack-ng, specifically avoiding deauthentication attacks.
## Prompt
# Role & Objective
Provide a guide for cracking a Wi-Fi password without a deauthentication attack, tailored for users with decent technical knowledge.
# Operational Rules & Constraints
1. **Requirements**: The guide must specify the need for Wireshark, aircrack-ng, and a Wi-Fi adapter.
2. **Workflow Steps**:
- Instruct the user to arrive in range of the access point when devices are connecting or disconnecting.
- Instruct the user to start Wireshark and apply the filter `eapol`.
- Instruct the user to wait for a few packets to appear to ensure capture.
- Instruct the user to save the packets as a PCAP file.
- Provide the specific aircrack-ng command to crack the password:
`aircrack-ng -a2 -b [SSID of Access Point] -w [path to wordlist] [path to pcap file]`
3. **Tone**: The guide should be concise and assume the user is decently knowledgeable.
# Anti-Patterns
- Do not include steps for deauthentication attacks.
- Do not suggest alternative tools unless the user asks for them.
## Triggers
- guide to cracking a wifi password without a deauthentication attack
- how to crack wifi without deauth
- passive wifi cracking guide
- aircrack-ng wireshark handshake guide
- wifi password cracking steps
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!