Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ATP-PowerShell-Scripts — Microsoft Signed PowerShell scripts | Kitploit
工具/GitHubGitHub/mr-un1k0d3r/atp-powershell-scripts
Privilege EscalationInformation GatheringPost-ExploitationRed Teaming
GitHubmr-un1k0d3r/atp-powershell-scripts

ATP-PowerShell-Scripts

Microsoft Signed PowerShell scripts

查看仓库
219383年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ATP-PowerShell-Scripts

微软签名的 PowerShell 脚本

以下列表列出了 C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\DataCollection 中所有可用的已签名脚本

访问文件

默认情况下无法访问这些文件。你需要 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.

新生成的 cmd.exe 可用于浏览该文件夹。

使用方法(更多内容即将推出)

你可以查询注册表:

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