offensive-techniques/phishing-technique/SKILL.md
Authorized simulation: email/social campaign infrastructure; domain hygiene, SPF/DKIM/DMARC, GoPhish/Evilginx planning, metrics.
npx skillsauth add aeondave/malskill phishing-techniqueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Goal: design, configure, and operate phishing infrastructure that models real adversary tradecraft while staying inside written rules of engagement.
social-engineering-technique.offensive-coding/shellcode-dev/, offensive-tools/exploits/metasploit/.post-exploit-technique.Before generating any live-target infrastructure configuration, confirm:
If any are missing, produce configuration as lab reference only.
Before building infrastructure, classify the engagement objective and the minimum campaign design needed to test it safely.
dnstwist, mail-auth workflows), gophish for managed campaigns, and evilginx2 or equivalent only when session interception is explicitly in scope.# Generate all permutations and resolve
dnstwist --registered example.com
# Show only live domains with MX records
dnstwist --registered --mxcheck example.com
# Homoglyph-only (Unicode lookalikes)
dnstwist --registered --homoglyphs example.com
# Broad scan with GeoIP and banner grabbing
dnstwist --registered --geoip --banners example.com
Focus on: registered domains with A records that also have MX records. Flag any that serve content with high ssdeep similarity to the target.
GoPhish provides campaign management, email delivery, click tracking, and credential capture.
Key configuration steps:
Evilginx2 proxies the entire authentication flow, capturing session tokens and bypassing MFA.
# Configure phishlet for target service
# Set up domain with proper DNS (subdomain → attacker IP)
# Configure TLS certificate (Let's Encrypt)
# Start Evilginx2
evilginx2 -p ./phishlets -t ./templates
Phishlet configuration: proxy_pass, redirect_url, auth_tokens, session_cookies.
| Metric | Description | Industry baseline | |--------|-------------|-------------------| | Open rate | Recipients who opened | 30-50% | | Click rate | Recipients who clicked | 10-25% | | Credential submission | Recipients who entered creds | 5-15% | | Reporting rate | Reported to security | 5-15% (target >30%) |
references/phishlet-examples.md — Evilginx2 phishlet templates for common platforms.references/campaign-templates.md — email template patterns and landing page designs.development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.