Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
GroupPolicyBackdoor — 组策略对象操作与利用框架 | Kitploit
工具/GitHubGitHub/synacktiv/grouppolicybackdoor
权限提升漏洞利用渗透测试红队
GitHubsynacktiv/grouppolicybackdoor

GroupPolicyBackdoor

组策略对象操作与利用框架

查看仓库
31733212天前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

GroupPolicyBackdoor

GroupPolicyBackdoor 是一个用于操作和利用组策略对象(GPO)的 Python 工具。GPO 攻击向量在 Active Directory 环境中常常可以导致具有重大影响的权限提升场景。然而,攻击性安全专业人员可能不愿使用它们,部分原因是与 GPO 操作相关的感知风险。

GroupPolicyBackdoor 旨在提供一个模块化、稳定且隐蔽的 GPO 攻击向量利用框架,全部使用 Python 实现。该工具已在 DEFCON 33 上展示。

文档

使用说明(快速或详细)在仓库的 wiki 中提供,其中还包含一份可直接复制粘贴命令的速查表:

Wiki。

主要功能

以下是 GroupPolicyBackdoor 主要功能的概述:

  • 使用 ldap3 和 smbprotocol 实现的 Python 代码(不使用 impacket)
  • GPO 创建、删除、备份和注入
  • 多种可注入配置,每种配置都有可自定义选项(请参阅 wiki 中的列表)
  • 可以通过可组合的过滤器(主机名、安全组、WMI 查询——请参阅 wiki)仅对特定对象应用注入的配置
  • 可从目标 GPO 中移除已注入配置
  • 可还原在客户端设备上执行的操作
  • GPO 链接操作
  • GPO 枚举 / GPO 上的用户权限枚举

主要子命令

root@kitploit:~
 Usage: gpb.py [OPTIONS] COMMAND [ARGS]...                                                                                                                                                                         
                                                                                                                                                                                                                   
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help  -h        Show this message and exit.                                                                                                                                                                   │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ gpo       All subcommands related to GPO manipulation                                                                                                                                                           │
│ links     All subcommands related to GPO links                                                                                                                                                                  │
│ enum      All subcommands related to GPO and containers enumeration                                                                                                                                             │
│ restore   All subcommands related to exploit safety, allowing to restore the target environment in case anything goes wrong                                                                                     │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

贡献

如果你发现了 bug,或者想要实现额外的可注入配置来扩展 GroupPolicyBackdoor 的功能,欢迎提交 pull request!

下载工具