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
WSMan-WinRM — Una raccolta di codice sorgente proof-of-concept e script per eseguire comandi remoti su WinRM utilizzando l'oggetto COM WSMan.Automation | Kitploit
Strumenti/GitHubGitHub/bohops/wsman-winrm
Movimento LateralePenetration TestingRed TeamingStrumento di Accesso Remoto
GitHubbohops/wsman-winrm

WSMan-WinRM

Una raccolta di codice sorgente proof-of-concept e script per eseguire comandi remoti su WinRM utilizzando l'oggetto COM WSMan.Automation

Vedi Repository
262446 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

WSMan-WinRM

Una raccolta di codice sorgente proof-of-concept e script per eseguire comandi remoti su WinRM utilizzando l'oggetto COM WSMan.Automation.

Contesto

Per informazioni di base, consultare il seguente post del blog: WS-Management COM: Another Approach for WinRM Lateral Movement

Note

  • SharpWSManWinRM.cs e CppWsManWinRM.cpp si compilano in Visual Studio 2019. Fare riferimento ai commenti nel codice per import/riferimenti/ecc. richiesti.
  • Tutti gli esempi sfruttano la classe WMI Win32_Process e il metodo Create di WMI per l'invocazione.

Utilizzo

SharpWSManWinRM.cs

root@kitploit:~
 Usage: SharpWSManWinRM.exe <hostname> <command>
 Usage: SharpWSManWinRM.exe <hostname> <command> <domain\user> <password>

 Example: SharpWSManWinRM.exe host.domain.local notepad.exe
 Example: SharpWSManWinRM.exe host.domain.local "cmd /c notepad.exe" domain\joe.user P@ssw0rd

WSManWinRM.ps1

root@kitploit:~
 Usage: Invoke-WSManWinRM -hostname <hostname> -command <command>
 Usage: Invoke-WSManWinRM -hostname <hostname> -command <command> -user <domain\user> -password <password>

 Example: import-module .\WSManWinRM.ps1
          Invoke-WSManWinRM -hostname MyServer.domain.local -command calc.exe
 Example: import-module .\WSManWinRM.ps1
          Invoke-WSManWinRM -hostname MyServer.domain.local -command calc.exe -user domain\joe.user -password P@ssw0rd

WSManWinRM.vbs

root@kitploit:~
 Usage: cscript.exe SharpWSManWinRM.vbs <hostname> <command>
 Usage: cscript.exe SharpWSManWinRM.vbs <hostname> <command> <domain\user> <password>

 Example: cscript.exe SharpWSManWinRM.vbs host.domain.local notepad.exe
 Example: cscript.exe SharpWSManWinRM.vbs host.domain.local "cmd /c notepad.exe" domain\joe.user P@ssw0rd	

WSManWinRM.js

root@kitploit:~
 Usage: cscript.exe SharpWSManWinRM.js <hostname> <command>
 Usage: cscript.exe SharpWSManWinRM.js <hostname> <command> <domain\user> <password>

 Example: cscript.exe SharpWSManWinRM.js host.domain.local notepad.exe
 Example: cscript.exe SharpWSManWinRM.js host.domain.local "cmd /c notepad.exe" domain\joe.user P@ssw0rd	 

CppWSManWinRM.cpp

root@kitploit:~
 Usage: CppWSManWinRM.exe <hostname> <command>

 Example: CppWSManWinRM.exe host.domain.local notepad.exe
 
 Note: Username/password option does not work yet

Etica

WSMan-WinRM è progettato per aiutare i professionisti della sicurezza a effettuare valutazioni della sicurezza e test di penetrazione etici e legali. Non utilizzarlo per scopi malvagi.

Scarica lo strumento