Loading...
Loading...
Used for authorized security assessments of cloud, container, and Kubernetes environments, including metadata SSRF, IAM misconfiguration, container escape path detection, and cluster RBAC audits.
npx skill4agent add zhaoxuya520/reverse-skill cloud-k8sNOW../field-journal/precedent-pentest.mdNOWNOWpentest-tools/NEXTACTsupply-chain-security/□ Current identity: Cloud AK/SK, K8s SA, node SSH?
□ Scope: Single account / Single cluster / Single namespace
□ Network policy: authorized_target_only# Example (replace by vendor; MUST operate within authorized accounts)
aws sts get-caller-identity
aws s3 ls
# Corresponding identity commands for Azure / GCP□ Public buckets / Incorrect ACLs
□ Metadata: IMDSv1 vs v2; SSRF chains
□ Roles that can be assumed (PassRole) and lateral movement□ Whether privileged / hostPath / hostNetwork is enabled
□ Capabilities (such as SYS_ADMIN)
□ Writable host paths → Escape candidates
□ Image history and known CVEs → Trivykubectl auth can-i --list
kubectl get pods,secrets,svc -A
kubectl get clusterrolebindings□ SA token mounting and permissions
□ Missing dangerous admission webhooks
□ etcd / dashboard exposure
□ Whether network policies allow traffic by default| Tool | Purpose | Bootstrap |
|---|---|---|
| kubectl | Cluster interaction | Manual |
| trivy | Image/IaC scanning | Bootstrap |
| kube-bench / kubeaudit | CIS/configuration checks | Manual |
| pacu / scoutsuite | Cloud audit (authorized) | Manual |
| nuclei | Known cloud vulnerability templates | Bootstrap nmap/nuclei ecosystem |
references/k8s-cloud-checklist.md../../CTF-Sandbox-Orchestrator/competition-agent-cloud/../supply-chain-security/../pentest-tools/attack-chainwindows-ad