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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Suborner — 通过直接操作SAM和RID劫持创建具有管理权限的不可见Windows账户,绕过标准用户管理API和事件日志,实现隐蔽持久化。 | Kitploit
工具/GitHubGitHub/r4wd3r/suborner
权限提升持久化机制后渗透利用红队
GitHubr4wd3r/suborner

Suborner

通过直接操作SAM和RID劫持创建具有管理权限的不可见Windows账户,绕过标准用户管理API和事件日志,实现隐蔽持久化。

查看仓库
47157551年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Suborner:隐形账户伪造者

image info

Arsenal

这是什么?

一个简单的程序,用于创建一个只有你知道的Windows账户 :)

  • 无需 net user 或 Windows 操作系统用户管理应用程序(例如 netapi32::netuseradd)即可创建隐形本地账户
  • 适用于所有 Windows NT 机器(Windows XP 到 11,Windows Server 2003 到 2022)
  • 通过 RID 劫持 在成功认证后冒充任何现有账户(启用或禁用)

创建一个具有管理员权限的隐形机器账户,而无需触发那个烦人的 Windows 事件日志记录其创建!

在哪里可以看到更多?

发布于 Black Hat USA 2022: Suborner: A Windows Bribery for Invisible Persistence

  • 博客文章: R4WSEC - Suborner: A Windows Bribery for Invisible Persistence
  • 演示: YouTube - Suborner: Creation of Invisible Account on Windows 11
  • 幻灯片 - HITB Singapore Main Track - Suborner Slides
  • 论文: ACM CCS Checkmate 24. Ghost in the SAM: Stealthy, Robust, and Privileged Persistence through Invisible Accounts
root@kitploit:~
@inproceedings{10.1145/3689934.3690839,
author = {Castro, Sebasti\'{a}n R. and C\'{a}rdenas, Alvaro A.},
title = {Ghost in the SAM: Stealthy, Robust, and Privileged Persistence through Invisible Accounts},
year = {2024},
isbn = {9798400712302},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3689934.3690839},
doi = {10.1145/3689934.3690839},
pages = {59–72},
numpages = {14},
}

如何使用?

构建

  • 确保你已安装 .NET 4.0 和 Visual Studio 2019
  • 克隆此仓库: git clone https://github.com/r4wd3r/Suborner/
  • 使用 Visual Studio 打开 .sln 文件
  • 构建 x86、x64 或两个版本
  • 贿赂 Windows!

发布

下载最新版本并开始攻击!

用法

root@kitploit:~
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

      88
  .d88888b.                  S U B O R N E R
 d88P 88"88b
 Y88b.88        The Invisible Account Forger
 "Y88888b.                        by @r4wd3r
      88"88b                          v1.0.1
 Y88b 88.88P
  "Y88888P"               https://r4wsec.com
      88
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Description:

    A stealthy tool to create invisible accounts on Windows systems.

Parameters:

    USERNAME: Username for the new suborner account. Default = <HOSTNAME>$
    Syntax: /username:[string]

    PASSWORD: Password for the new suborner account. Default = Password.1
    Syntax: /password:[string]

    RID: RID for the new suborner account. Default = Next RID available
    Syntax: /rid:[decimal int]

    RIDHIJACK: RID of the account to impersonate. Default = 500 (Administrator)
    Syntax: /ridhijack:[decimal int]

    TEMPLATE: RID of the account to use as template for the new account creation. Default = 500 (Administrator)
    Syntax: /template:[decimal int]

    MACHINEACCOUNT: Forge as machine account for extra stealthiness. Default = yes
    Syntax: /machineaccount:[yes/no]

    DEBUG: Enable debug mode for verbose logging. Default = disabled
    Syntax: /debug

感谢!

这项攻击离不开以下卓越研究:

  • Benjamin Delpy (@gentilkiwi) 和他卓越的 Mimikatz
  • 支持 Impacket 的 SecureAuth 研究人员
  • Ben Ten @Ben0xA
  • 信息安全社区!

下一步是什么?

攻击 贿赂这个星球!

下载工具