# Email

> Skills for attacking email services including SMTP, POP3, and IMAP.

- Skill: `omkar-ukirde/email` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add omkar-ukirde/email`
- Raw SKILL.md: https://api.skillmd.com/api/skills/omkar-ukirde/email/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: omkar-ukirde (https://skillmd.com/u/omkar-ukirde)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/omkar-ukirde/email

---


# Email Services

Email protocol exploitation and enumeration.

## Skills

- [SMTP Pentesting](references/smtp-pentesting.md) - SMTP (25/465/587)
- [POP3 Pentesting](references/pop3-pentesting.md) - POP3 (110/995)
- [IMAP Pentesting](references/imap-pentesting.md) - IMAP (143/993)

## Quick Reference

| Protocol | Port | Key Attack |
|----------|------|------------|
| SMTP | 25 | User enum, open relay |
| POP3 | 110 | Brute force, read mail |
| IMAP | 143 | Brute force, search mail |

