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

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

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

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

工具目录

分类

查看所有分类
Loading categories
RDPHijack-BOF — Cobalt Strike Beacon Object File (BOF),利用 WinStationConnect API 执行本地/远程 RDP 会话劫持。 | Kitploit
工具/GitHubGitHub/netero1010/rdphijack-bof
漏洞利用框架横向移动后渗透利用渗透测试红队
GitHubnetero1010/rdphijack-bof

RDPHijack-BOF

Cobalt Strike Beacon Object File (BOF),利用 WinStationConnect API 执行本地/远程 RDP 会话劫持。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

BOF - RDPHijack


Cobalt Strike 信标对象文件 (BOF),使用 WinStationConnect API 执行本地/远程 RDP 会话劫持。拥有会话所有者的有效访问令牌 / Kerberos 票据(例如黄金票据)后,您将能够远程劫持该会话,而无需在目标服务器上放置任何信标/工具。

要在本地/远程枚举会话,您可以使用 Quser-BOF。

截图

使用方法

用法

root@kitploit:~
Usage: bof-rdphijack [your console session id] [target session id to hijack] [password|server] [argument]

Command         Description
--------        -----------
password        Specifies the password of the user who owns the session to which you want to connect.
server          Specifies the remote server that you want to perform RDP hijacking.

Sample usage
--------
Redirect session 2 to session 1 (require SYSTEM privilege):
bof-rdphijack 1 2

Redirect session 2 to session 1 with password of the user who owns the session 2 (require high integrity beacon):
bof-rdphijack 1 2 password P@ssw0rd123

Redirect session 2 to session 1 for a remote server (require token/ticket of the user who owns the session 2):
bof-rdphijack 1 2 server SQL01.lab.internal

编译

make

参考

tscon.exe

下载工具