百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

SharpHook

> 编程语言
开源

SharpHook 是一款攻击性的 API 钩子工具,旨在捕获 API 调用中的各种凭据。

321 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

SharpHook 是一款攻击性的 API 钩子工具,旨在捕获 API 调用中的各种凭据。

SharpHook

SharpHook is inspired by the SharpRDPThief project, It uses various API hooks in order to give us the desired credentials.

In the background it uses the EasyHook project, Once the desired process is up and running SharpHook will automatically inject its dependencies into the target process and then, It will send us the credentials through EasyHook's IPC server.

Supported Processes

Process API Call Description Progress
mstsc CredUnPackAuthenticationBufferW This will hook into mstsc and should give you Username, Password and the remote ip DONE
runas CreateProcessWithLogonW This will hook into runas and should give you Username, Password and the domain name DONE
powershell CreateProcessWithLogonW This will hook into powershell and should give you output for commands for when the user enters a different credentials. For example - Start-Process cmd -Credential X DONE
cmd RtlInitUnicodeStringEx This should hook into cmd and then would be able to filter keywords like: PsExec,password etc.. In Progress - Crashes cmd idk why
MobaXterm CharUpperBuffA This will hook into MobaXterm and should give you credentials for SSH and RDP logins In Progress - Problems with this being a 32bit process and Fody not working. As a workaround you can compile the project as x86 and it'll work just fine
explorer (UAC Prompt) CredUnPackAuthenticationBufferW This will hook into explorer and should give you Username, Password and the Domain name from the UAC Prompt In Progress - UAC says access denied probably integrity levels problems

Demo

Contribution

Please feel free to contribute as I'm having some issues with some processes. You can find me on Twitter or open a Pull Request.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言