AutoSkill 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.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/guide-to-cracking-a-wifi-password-without-a-deauthentication-att" ~/.claude/skills/ecnu-icalk-autoskill-guide-to-cracking-a-wifi-password-without-a-deauthenticatio && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/guide-to-cracking-a-wifi-password-without-a-deauthentication-att/SKILL.mdsource content
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
- Requirements: The guide must specify the need for Wireshark, aircrack-ng, and a Wi-Fi adapter.
- 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]
- 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