# Phishing Kit

> Phishing Kit

- Skill: `lingbol088-spec/phishing-kit` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add lingbol088-spec/phishing-kit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lingbol088-spec/phishing-kit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lingbol088-spec (https://skillmd.com/u/lingbol088-spec)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lingbol088-spec/phishing-kit

---


# Phishing Kit

Automated phishing infrastructure generation.

## Workflow
1. Clone target page → extract HTML/CSS/JS → rewrite form actions
2. Configure credential capture → email/webhook delivery
3. Generate pretext email → spoof sender → embed tracking pixel
4. Deploy landing page → ngrok/serveo/VPS → test capture
5. Optional: MFA token capture via reverse proxy (evilginx-style)

## Tools
- page_cloner.py: Clone target login page with form rewriting
- pretext_gen.py: Generate convincing email templates
- spoof_tools.py: Email header manipulation and SPF/DKIM analysis

## Output
Write cloned page + capture server + email templates to disk.

