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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
WSuspicious — Windows上の安全でないWSUS接続を悪用し、中間者攻撃プロキシを介してローカル権限昇格を行うツール。システム特権でコマンド実行を可能にします。 | Kitploit
ツール/GitHubGitHub/gosecure/wsuspicious
特権昇格エクスプロイトペネトレーションテストレッドチーミング
GitHubgosecure/wsuspicious

WSuspicious

Windows上の安全でないWSUS接続を悪用し、中間者攻撃プロキシを介してローカル権限昇格を行うツール。システム特権でコマンド実行を可能にします。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

WSuspicious

概要

これは、WSUSを悪用してWindowsホスト上で特権を昇格させるための概念実証プログラムです。 詳細はこちらのブログ記事: https://www.gosecure.net/blog/2020/09/08/wsus-attacks-part-2-cve-2020-1013-a-windows-10-local-privilege-escalation-1-day/ WSuspectプロキシプロジェクトに触発されました: https://github.com/ctxis/wsuspect-proxy

謝辞

特権昇格モジュールはGoSecureのMaxime Nadeauが作成

多大なる感謝:

  • WSUSプロキシアタックを復活させたGoSecureのJulien Pineaultと‎SecureOpsのMathieu Novis
  • HTTPS傍受のアイデアを考案したGoSecureのRomain Carnus
  • 元のプロキシPoCを作成し研究したContext Information SecurityのPaul StoneとAlex Chapman

使用方法

このツールは、さまざまなドメイン環境のWindows 10マシン(10.0.17763および10.0.18363)でテストされました。

root@kitploit:~
Usage: WSuspicious [OPTION]...
Ex. WSuspicious.exe /command:"" - accepteula - s - d cmd / c """"echo 1 > C:\\wsuspicious.txt"""""" /autoinstall

Creates a local proxy to intercept WSUS requests and try to escalate privileges.
If launched without any arguments, the script will simply create the file C:\\wsuspicious.was.here

/exe                The full path to the executable to run
				    Known payloads are bginfo and PsExec. (Default: .\PsExec64.exe)
/command            The command to execute (Default: -accepteula -s -d cmd /c ""echo 1 > C:\\wsuspicious.was.here"")
/proxyport          The port on which the proxy is started. (Default: 13337)
/downloadport       The port on which the web server hosting the payload is started. (Sometimes useful for older Windows versions)
				    If not specified, the server will try to intercept the request to the legitimate server instead.
/debug              Increase the verbosity of the tool
/autoinstall        Start Windows updates automatically after the proxy is started.
/enabletls          Enable HTTPS interception. WARNING. NOT OPSEC SAFE. 
				    This will prompt the user to add the certificate to the trusted root.
/help               Display this help and exit

例

WSuspicious Privesc Example gif

コンパイル

ILMerge依存関係を使用して、アプリケーションをスタンドアロンの.exeファイルにコンパイルできます。 アプリケーションをコンパイルするには、次のコマンドを使用します:

root@kitploit:~
dotnet msbuild /t:Restore /t:Clean /t:Build /p:Configuration=Release /p:DebugSymbols=false /p:DebugType=None /t:ILMerge /p:TrimUnusedDependencies=true
ツールをダウンロード