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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Sharp-SMBExec — Windowsターゲット上でのリモートコマンド実行のためのSMBExecのC#実装。NTLMパスワードハッシュを使用し、水平移動とパス・ザ・ハッシュ攻撃を可能にします。 | Kitploit
ツール/GitHubGitHub/checkymander/sharp-smbexec
エクスプロイト横移動ペネトレーションテスト認証
GitHubcheckymander/sharp-smbexec

Sharp-SMBExec

Windowsターゲット上でのリモートコマンド実行のためのSMBExecのC#実装。NTLMパスワードハッシュを使用し、水平移動とパス・ザ・ハッシュ攻撃を可能にします。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Sharp-SMBExec

Kevin Robertsons Invoke-SMBExec PowerShellスクリプトのネイティブC#変換版です。(https://github.com/Kevin-Robertson/Invoke-TheHash/blob/master/Invoke-SMBExec.ps1)

.NET 3.5用

使用方法

Sharp-SMBExec.exe hash:"hash" username:"username" domain:"domain.tld" target:"target.domain.tld" command:"command"

説明

このアセンブリを使用すると、指定されたユーザーのNTLMハッシュを提供することで、SMBを使用してターゲットマシン上でコマンドを実行できます。

ヘルプ

root@kitploit:~
Option		    Description                                                                                                                                      
username*		Username to use for authentication                                                                     
hash*			NTLM Password hash for authentication. This module will accept either LM:NTLM or NTLM format           
domain			Domain to use for authentication. This parameter is not needed with local accounts or when using @domain after the username
target			Hostname or IP Address of the target.                                                                  
command			Command to execute on the target. If a command is not specified, the function will check to see if the username and hash provide local admin access on the target    
ServiceName		Default = 20 Character Random. The Name of the service to create and delete on the target.  
-CheckAdmin             Check admin access only, don't execute command
-Help (-h)		Switch, Enabled debugging [Default='False']  
-Debug			Print Debugging Information along with output
-ForceSMB1		Force SMB1. The default behavior is to perform SMB Version negotiation and use SMB2 if it's supported by the target [Default='False']
-ComSpec		Prepend %COMSPEC% /C to Command [Default='False']  
ツールをダウンロード