Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Sharp-SMBExec — Implementazione in C# di SMBExec per l'esecuzione remota di comandi su target Windows utilizzando hash di password NTLM, consentendo movimenti laterali e attacchi pass-the-hash. | Kitploit
Strumenti/GitHubGitHub/checkymander/sharp-smbexec
ExploitMovimento LateralePenetration TestingAutenticazione
GitHubcheckymander/sharp-smbexec

Sharp-SMBExec

Implementazione in C# di SMBExec per l'esecuzione remota di comandi su target Windows utilizzando hash di password NTLM, consentendo movimenti laterali e attacchi pass-the-hash.

Vedi Repository
217445 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Sharp-SMBExec

Una conversione nativa in C# dello script PowerShell Invoke-SMBExec di Kevin Robertson. (https://github.com/Kevin-Robertson/Invoke-TheHash/blob/master/Invoke-SMBExec.ps1)

Realizzato per .NET 3.5

Utilizzo

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

Descrizione

Questo assembly ti permetterà di eseguire un comando su una macchina target utilizzando SMB fornendo un hash NTLM per l'utente specificato.

Aiuto

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']  
Scarica lo strumento