CtrlK
BlogDocsLog inGet started
Tessl Logo

offensive-wifi

Wireless / 802.11 attack methodology for red team engagements and wireless security assessments. Covers monitor-mode setup, WPA/WPA2-PSK handshake capture and PMKID attacks, WPA3 SAE downgrade and Dragonblood, WPA-Enterprise (EAP) attacks (MSCHAPv2 cracking, EAP-TLS cert theft, evil-twin RADIUS), Karma / Known Beacons / Mana evil twin attacks, captive-portal phishing, KRACK and FragAttacks, WPS Pixie Dust, deauthentication and disassociation attacks, rogue AP construction (hostapd-mana), 802.1X bypass, MAC randomization defeat, BLE/Zigbee/IEEE 802.15.4 sidebands, and Wi-Fi 6/6E/7 considerations. Use when scoping wireless pentest, war-driving an estate, or testing corporate wireless segmentation.

70

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Security

4 findings: 2 critical severity, 1 high severity, 1 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E005: Suspicious download URL detected in skill instructions.

What this means

Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.

Why it was flagged

These are GitHub repositories that host offensive/attack tooling and scripts (dual-use) which are not inherently vendor-signed installers and could be used to distribute malicious or weaponized code if executed—so treat downloads from these repos as potentially risky.

Report incorrect finding
Critical

E006: Malicious code pattern detected in skill scripts.

What this means

Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.

Why it was flagged

This document is an explicit offensive wireless attack playbook detailing step‑by‑step techniques to capture credentials, run deauthentication/DoS, deploy rogue APs/evil‑twins and rogue RADIUS, steal certs, crack captured hashes, and pivot into networks—actions that constitute deliberate malicious behavior when not authorized.

High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The prompt contains examples that embed plaintext credentials on the command line (e.g., "-p cracked_pass") and commands that capture/handle credentials (--creds), which are insecure patterns that would require an agent to include secret values verbatim if those placeholders are replaced.

Medium

W013: Attempt to modify system services in skill instructions.

What this means

The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.

Why it was flagged

This skill explicitly instructs running many sudo/root commands (airmon-ng, hostapd, wifiphisher, mdk4, hcxdumptool, etc.) that change network interfaces, kill services, and launch privileged services/attacks, which modifies the host system state and requires elevated privileges.

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

Multiple git clone commands in runtime examples fetch and then run remote code (e.g., git clone https://github.com/vanhoefm/dragonblood, https://github.com/vanhoefm/krackattacks-scripts, https://github.com/vanhoefm/fragattacks, https://github.com/s0lst1c3/silentbridge), so these URLs are used at runtime to acquire and execute external code.

Repository
SnailSploit/Claude-Red
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.