Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Suborner — SAM直接操作とRIDハイジャックを介して、標準的なユーザー管理APIとイベントログ記録をバイパスし、ステルス的な永続化のために管理者権限を持つ不可視のWindowsアカウントを作成します。 | Kitploit
ツール/GitHubGitHub/r4wd3r/suborner
特権昇格永続化メカニズムポストエクスプロイトレッドチーミング
GitHubr4wd3r/suborner

Suborner

SAM直接操作とRIDハイジャックを介して、標準的なユーザー管理APIとイベントログ記録をバイパスし、ステルス的な永続化のために管理者権限を持つ不可視のWindowsアカウントを作成します。

リポジトリを見る
471571年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Suborner: 不可視のアカウント偽造ツール

画像情報

Arsenal

これは何?

自分だけが知っているWindowsアカウントを作成するシンプルなプログラムです :)

  • net userやWindows OSのユーザー管理アプリケーション(例:netapi32::netuseradd)を使わずに不可視のローカルアカウントを作成
  • すべてのWindows NTマシンで動作(Windows XPから11、Windows Server 2003から2022)
  • 認証成功後、RID Hijackingを使用して既存のアカウント(有効・無効問わず)を偽装

管理者権限を持つ不可視のマシンアカウントを作成し、その作成を報告する厄介な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を買収!

リリース

最新のリリースをダウンロードしてpwn!

使用方法

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
  • 情報セキュリティコミュニティの皆様!

次のステップ

ハック 地球を買収(Suborn)しよう!

ツールをダウンロード