Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
أدوات/GitHubGitHub/checkymander/sharp-smbexec
الاستغلالالحركة الجانبيةاختبار الاختراقالمصادقة
GitHubcheckymander/sharp-smbexec

Sharp-SMBExec

تنفيذ بلغة C# لأداة SMBExec لتنفيذ الأوامر عن بُعد على أهداف ويندوز باستخدام تجزئات كلمة مرور NTLM، مما يتيح الحركة الجانبية وهجمات تمرير التجزئة.

عرض المستودع
21744منذ 5 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

Sharp-SMBExec

تحويل أصلي بلغة C# لسكريبت Invoke-SMBExec الخاص بـ Kevin Robertson (PowerShell). (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"

الوصف

سيسمح لك هذا التجميع (Assembly) بتنفيذ أمر على جهاز مستهدف باستخدام SMB عن طريق توفير تجزئة NTLM للمستخدم المحدد.

المساعدة

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']  
تنزيل الأداة