Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmoytx/RdpThief_tools
窃取mstsc中的用户明文凭据
https://github.com/hmoytx/RdpThief_tools
Last synced: 21 days ago
JSON representation
窃取mstsc中的用户明文凭据
- Host: GitHub
- URL: https://github.com/hmoytx/RdpThief_tools
- Owner: hmoytx
- Created: 2019-12-24T06:34:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T06:25:35.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:24:40.260Z (4 months ago)
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 45
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - hmoytx/RdpThief_tools - 窃取mstsc中的用户明文凭据 (C++)
README
# 简介
针对原项目[RdpThief](https://github.com/0x09AL/RdpThief),进行了修改,参考了3好学生的文章,增加了对win7情况下的无法写入ip的情况进行了修改。# 使用
编译RdpThief项目导出dll,测试时放在C盘下。编译use项目,可根据实际需求更改dll路径。
编译前需要安装detours程序包。
在运行mstsc的情况下运行use工具,自动完成注入。
无论正确与否,都会记录在%temp%/data.bin文件中。# 注
原项目RdpThief编译出来的直接在win10中是可以用的,win7下可以使用这里的版本。