iam-privilege-escalation
仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
这个 Skill 做什么
当只有低权限凭证,需要确认能不能被跳升为高权限时用。通过枚举现有的 IAM 策略与权限组合(比如能被串联利用的权限路径)来绘出升级路径并关闭可被滥用的环节。常见于 AWS 环境的权限审计,目标是把“策略赋值错位”这种配置漏洞堵住。
▸ 展开 SKILL.md 英文原文
Use when you have limited cloud credentials and need to check whether IAM misconfigurations let you reach higher privileges — mapping escalation paths and closing them.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jihedbfr-art/cyber-skills/main/skills/06-cloud-security/02-iam-privilege-escalation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jihedbfr-art/cyber-skills/main/skills/06-cloud-security/02-iam-privilege-escalation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Purpose In the cloud, privilege escalation is rarely an exploit — it's a policy that grants one permission too many. `iam:PassRole` plus `lambda:CreateFunction`, or `iam:CreatePolicyVersion` on your own role, and a read-only identity becomes admin. This skill covers enumerating what a set of credentials can do and finding the path up, then removing it. Scoped to AWS here because it's the most common; the reasoning (find a permission that grants more permissions) transfers to Azure and GCP. ## When to use it Authorised cloud assessments, or auditing your own account for latent escalation paths. Assume-breach reviews especially: "if this CI role leaked, could it become admin?" Only aga
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有