Agent skill · Security

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill guide-to-cracking-a-wifi-password-without-a-deauthentication-att --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/guide-to-cracking-a-wifi-password-without-a-deauthentication-att/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 su

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Guide to cracking a wifi password without a deauthentication attack skill do?

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.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill guide-to-cracking-a-wifi-password-without-a-deauthentication-att --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going