如何从网页将 Windows 7 音量静音?

发布于 2025-01-07 16:48:21 字数 57 浏览 6 评论 0原文

如何将用户的 Windows 音量(右下角任务栏上的音量)静音?

好吧,这是不可能的

How can I mute my user's Windows volume (the one sitting on the taskbar in the bottom right corner)?

OKAY IT CAN'T BE DONE

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃兔兔 2025-01-14 16:48:21

只是为了好玩


  1. 检测用户的浏览器
  2. 将其与已知的浏览器漏洞配对,允许您运行非托管代码。
  3. 使用所述漏洞执行系统命令以将用户的音频静音。
  4. 从溢出中恢复并恢复浏览器线程以防止崩溃。

如果用户在其计算机上启用了 DEP/ASLR,这将更加困难。考虑谷歌搜索 ROP 有效负载。

Just for fun


  1. Detect user's browser
  2. Pair it to a known browser exploit allowing you to run unmanaged code.
  3. Use said exploit to execute a system command to mute the user's audio.
  4. Recover from the overflow and resume the Browser thread to prevent a crash.

This will be more difficult if the user has DEP / ASLR enabled on their computer. Consider google'ing ROP Payloads.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文