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
ATP-PowerShell-Scripts — Microsoft Signed PowerShell scripts | Kitploit
Ferramentas/GitHubGitHub/mr-un1k0d3r/atp-powershell-scripts
Privilege EscalationInformation GatheringPost-ExploitationRed Teaming
GitHubmr-un1k0d3r/atp-powershell-scripts

ATP-PowerShell-Scripts

Microsoft Signed PowerShell scripts

Ver Repositório
21938há 3 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

ATP-PowerShell-Scripts

Scripts PowerShell assinados pela Microsoft

Lista de todos os scripts assinados disponíveis em C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\DataCollection

Acessando o arquivo

Por padrão, os arquivos não podem ser acessados. Você precisa do privilégio TrustedInstaller

https://github.com/Mr-Un1k0d3r/EDRs/blob/main/elevate_to_system_or_trustedinstaller.c

root@kitploit:~
> elevate trusted
[GetProcByPID] Process winlogon.exe PID is 1640
[ElevateSystem] ImpersonateByPID(SYSTEM) succeeded.
[GetTrustedInstallerPID] QueryServiceStatusEx need 36 bytes.
[GetTrustedInstallerPID] TrustedInstaller Service PID is 14108
[ElevateTrustedInstaller] ImpersonateByPID(TrustedInstaller) succeeded.
[main] (SYSTEM) Token HANDLE 0x00000000000000AC.
[main] (TrustedInstaller) Token HANDLE 0x00000000000000D8.
[CreateProcessImpersonate] MultiByteToWideChar need 8 bytes.

O cmd.exe recém-criado pode ser usado para navegar pela pasta.

Uso (mais em breve)

Você pode consultar o registro:

root@kitploit:~
import-module .\2495bc93-83e1-44f8-a623-46ad2323ee99.ps1
Get-RegistryValue -RegistryLocation HKLM\SYSTEM\CurrentControlSet\Services\sense -RegistryKey Start
0
2
Baixar ferramenta