Container Testing Methodology
Kubernetes/Container Penetration Testing Methodology
1. Reconnaissance
Commands:
# Scan for open ports
nmap -sV -p- <target_ip>
# Identify Kubernetes API server
curl -k https://<api_server_ip>:6443/version
# Enumerate subdomains
subfinder -d <domain>2. Initial Access
Commands:
3. Privilege Escalation
Commands:
4. Post-Exploitation
Commands:
5. Covering Tracks
Commands:
6. Reporting
Key Areas to Address:
Last updated