Input injection in HVNC isolated UAC prompt?
文章讨论了如何在C++中开发远程网络控制(HVNC),并尝试从隐藏桌面向安全桌面(如UAC提示)注入输入。由于安全桌面处于隔离的会话环境中,常规方法无法实现输入注入。作者寻求通过操作会话令牌或钩入安全桌面的消息循环来解决这一问题。 2025-7-30 03:56:5 Author: www.reddit.com(查看原文) 阅读量:14 收藏

r/HowToHack icon

Go to HowToHack

r/HowToHack

A banner for the subreddit

Welcome! This is your open hacker community designed to help you on the journey from neophyte to veteran in the world of underground skillsets. Ask, Answer, Learn. Visit us on discord https://discord.gg/ep2uKUG


Members Online

Currently working on a HVNC in C++, I’m struggling with injecting inputs into secure desktops (UAC prompts) from the hidden desktop created via CreateDesktopA. Currently, inputs are queued in a std::deque and posted to target windows using PostMessageA, with window resolution via WindowFromPoint and coordinate translation to client space. This works fine for normal windows but fails with secure desktops (isolated session context) How can I inject inputs into secure desktops without requiring elevated privileges, while keeping it hidden? Is there a way to bridge the desktop context gap, perhaps by manipulating session tokens or hooking into the secure desktop’s message loop?


文章来源: https://www.reddit.com/r/HowToHack/comments/1mcwl42/input_injection_in_hvnc_isolated_uac_prompt/
如有侵权请联系:admin#unsafe.sh