# Containers

> Skills for attacking container and orchestration platforms including Docker and Kubernetes.

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

---


# Container Services

Container and orchestration platform exploitation.

## Skills

- [Docker Pentesting](references/docker-pentesting.md) - Docker API (2375/2376)
- [Docker Registry](references/docker-registry-pentesting.md) - Registry API (5000)
- [Kubernetes Pentesting](references/kubernetes-pentesting.md) - K8s API (6443/10250)

## Quick Reference

| Service | Port | Key Attack |
|---------|------|------------|
| Docker API | 2375 | Unauthenticated RCE |
| Registry | 5000 | Image extraction |
| K8s API | 6443 | Anonymous access |
| Kubelet | 10250 | Pod exec |

