Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
Sharp-SMBExec — C# में SMBExec का कार्यान्वयन, NTLM पासवर्ड हैश का उपयोग करके विंडोज लक्ष्यों पर दूरस्थ कमांड निष्पादन के लिए, जो पार्श्व गति और पास-द-हैश हमलों को सक्षम करता है। | Kitploit
उपकरण/GitHubGitHub/checkymander/sharp-smbexec
शोषणपार्श्व आंदोलनपेनिट्रेशन टेस्टिंगप्रमाणीकरण
GitHubcheckymander/sharp-smbexec

Sharp-SMBExec

C# में SMBExec का कार्यान्वयन, NTLM पासवर्ड हैश का उपयोग करके विंडोज लक्ष्यों पर दूरस्थ कमांड निष्पादन के लिए, जो पार्श्व गति और पास-द-हैश हमलों को सक्षम करता है।

रिपॉजिटरी देखें
217446 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

Sharp-SMBExec

Kevin Robertsons के Invoke-SMBExec पावरशेल स्क्रिप्ट का एक मूल 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']  
टूल डाउनलोड करें