Agent skill

offensive-evil-twin

Evil Twin / KARMA / Mana access point methodology — rogue AP construction with hostapd-mana / wifiphisher / airgeddon, KARMA universal probe response, Mana selective probe response, captive portal phishing, deauth-driven client coercion to attacker AP, MAC randomization defeat via PNL leak analysis, post-association MITM (DNS, ARP, transparent proxy), credential capture for portal/web/SMB, and detection-evasion tactics. Use to coerce client devices onto an attacker-controlled AP, intercept their traffic, harvest credentials, or deliver payloads via captive portal.

SnailSploitgithub.com/SnailSploitGitHub ↗
claude-codeMIT
Install
npx skills add SnailSploit/Claude-Red --skill offensive-evil-twin --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: Skills/wireless/offensive-evil-twin/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,808
Language: Python
Read our review of the source →

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

From the SKILL.md

# Evil Twin / KARMA / Mana Stand up an AP that looks like (or is more attractive than) the legitimate target. Clients associate, you become their gateway, you intercept everything. The classic "captive portal at the airport" attack pattern, scaled to whatever the engagement requires. ## Quick Workflow 1. Discover target ESSID(s) clients are looking for (PNL — Preferred Network List) 2. Stand up rogue AP advertising matching ESSID(s) 3. (Optional) Deauth clients off legitimate AP to push them toward yours 4. Run captive portal / transparent MITM 5. Capture creds, deliver payload, or harvest sessions --- ## Variants | Variant | Mechanic | Use Case | |---|---|---| | **Evil Twin** | Same ESSID + BSSID as legit AP | Open or PSK-known networks (ISP cafe Wi-Fi, public guest) | | **KARMA** | Respond "yes" to every probe request | Clients with broad PNLs (most older devices) | | **Mana** | Respond selectively to probes per-client | KARMA-aware MAC randomization defenses | | **Known Beacons** | Beacon a list of likely-known ESSIDs | Wide-net attraction without seeing probes first | | **Captive Portal** | Force splash page on association | Phishing, payload delivery | ## Open / PSK-Known Evil

What's inside
Steps it walks through
  1. Quick Workflow
  2. Variants
  3. Open / PSK-Known Evil Twin
  4. KARMA — Universal Probe Response
  5. Mana — Selective Per-Client Response
  6. Known Beacons Attack
  7. Deauth Coercion
  8. Captive Portal / Credential Capture
  9. Post-Association MITM
  10. MAC Randomization Defeat
  11. Detection Considerations
  12. Engagement Cheatsheet
  13. Key References
Commands it runs
wifiphisher — opinionated automation including portal templates
sudo wifiphisher --essid CorpWiFi --noextensions --force-hostapd
airgeddon (interactive menu, good for one-off)
sudo airgeddon
cat > /tmp/hostapd.conf <<EOF
sudo hostapd /tmp/hostapd.conf &
DHCP/DNS via dnsmasq
cat > /tmp/dnsmasq.conf <<EOF
sudo dnsmasq -C /tmp/dnsmasq.conf -d
hostapd-mana with KARMA mode enabled (mana_mode=1)
More from Claude-Red
All skills →
About this skill
What does the offensive-evil-twin skill do?

Evil Twin / KARMA / Mana access point methodology — rogue AP construction with hostapd-mana / wifiphisher / airgeddon, KARMA universal probe response, Mana selective probe response, captive portal phishing, deauth-driven client coercion to attacker AP, MAC randomization defeat via PNL leak analysis, post-association MITM (DNS, ARP, transparent proxy), credential capture for portal/web/SMB, and detection-evasion tactics. Use to coerce client devices onto an attacker-controlled AP, intercept their traffic, harvest credentials, or deliver payloads via captive portal.

How do I install it?

Run `npx skills add SnailSploit/Claude-Red --skill offensive-evil-twin --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 SnailSploit/Claude-Red, a repository with 2,808 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