3 matches found
SharpHook
SharpHook SharpHook 灵感来源于 SharpRDPThief project 。它使用了多种 API 钩子来获取我们需要的凭据。 在后台,它使用了 EasyHook 项目。一旦目标进程启动并运行,SharpHook 会自动将其依赖注入到目标进程中,然后通过 EasyHook 的 IPC 服务器发送凭据给我们。 支持的进程...
PyHook - An Offensive API Hooking Tool Written In Python Designed To Catch Various Credentials Within The API Call
PyHook is the python implementation of my SharpHook project, It uses various API hooks in order to give us the desired credentials. PyHook Uses frida to inject it's dependencies into the target process Supported Processes Process | API Call | Description | Progress ---|---|---|--- mstsc |...
SharpHook - Tool Tath Uses Various API Hooks In Order To Give Us The Desired Credentials
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...