Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wgpsec avatar

Post Exploit Windows

  • 29 installs
  • 1.6k repo stars
  • Updated July 19, 2026
  • wgpsec/aboutsecurity

Helps with ai & agent building tasks during AI-assisted development.

About

post-exploit-windows is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • post-exploit-windows
  • AI & Agent Building
  • AI-coding skill

Post Exploit Windows by the numbers

  • 29 all-time installs (skills.sh)
  • +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #9,417 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wgpsec/aboutsecurity --skill post-exploit-windows

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs29
repo stars1.6k
Last updatedJuly 19, 2026
Repositorywgpsec/aboutsecurity

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Windows 后渗透方法论

⛔ 深入参考(必读)

  • 需要 Potato/服务/UAC/内核提权详细命令 → references/windows-privesc.md
  • 需要 SAM/LSASS/浏览器凭据提取、域侦察、敏感数据搜索 → references/windows-credential.md
  • 需要 KrbRelayUp/AMSI 绕过/Potato 兼容矩阵/权限映射表 → references/ad-privesc-techniques.md
  • references/printnightmare-attack.md — CVE-2021-34527 PrintNightmare 远程代码执行

---

Phase 1: 基础信息收集

whoami /all                 # 用户、组、权限(关键!看有没有 SeImpersonate)
systeminfo                  # 系统版本、补丁、域信息
ipconfig /all               # 网络配置(DNS 服务器 = 域控 IP)
net localgroup Administrators

关键权限 → 提权路径

权限提权方法
SeImpersonatePrivilegePotato 系列(GodPotato 兼容性最好)
SeBackupPrivilege读取 SAM/SYSTEM 注册表
SeDebugPrivilegedump LSASS
管理员组但被 UAC 限制fodhelper.exe 绕过

30 秒快速提权检查

#检查项命令提权方法
1Token 权限whoami /privSeImpersonate → Potato
2用户组whoami /groupsAdministrators → UAC 绕过
3服务权限sc qc [service]可写服务二进制 → 替换
4Unquoted Pathwmic service get name,pathname含空格未加引号路径
5AlwaysInstallreg query HKLM\...\InstallerMSI SYSTEM 安装
6自动登录reg query "HKLM\...\Winlogon"DefaultPassword 泄露
7补丁缺失systeminfo内核提权 CVE

快速判断:Web shell 通常有 SeImpersonate → 优先用 Potato 提权。

Phase 2: 提权决策树

当前权限?
├─ 有 SeImpersonate → Potato 提权(最常见)→ [references/windows-privesc.md](references/windows-privesc.md)
├─ 管理员组 + UAC 限制 → UAC 绕过 → [references/windows-privesc.md](references/windows-privesc.md)
├─ 低权限 → 检查服务/AlwaysInstallElevated/内核漏洞 → [references/windows-privesc.md](references/windows-privesc.md)
└─ 已是 SYSTEM/Admin → 直接进入凭据提取

Phase 3: 凭据提取决策树

需要什么凭据?
├─ 本地账户哈希 → SAM 数据库(reg save)
├─ 域凭据/明文密码 → LSASS 内存(Mimikatz / comsvcs.dll)
├─ 浏览器密码 → Chrome Login Data / Firefox logins.json
└─ 其他 → 凭据管理器 cmdkey、PowerShell 历史、config 文件搜索
详细命令 → [references/windows-credential.md](references/windows-credential.md)

Phase 4: 域环境判断

如果 systeminfo 显示 Domain 不是 WORKGROUP → 域环境,需进行域渗透。

注意事项

  • 先收集再提权:whoami /all 的输出决定整个提权路线
  • Potato 系列选择:不确定版本 → GodPotato(最广泛兼容)
  • LSASS dump 替代方案:comsvcs.dll MiniDump 不需要上传 Mimikatz

UAC 绕过

  • fodhelper.exe 等自动提升(auto-elevate)的白名单程序可绕过 UAC

LSASS 转储

  • comsvcs.dll 方法:杀软绕过,不落地文件,LOLBins(系统自带工具)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.