TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What systems allow remote code execution as a feature?

3 点作者 sbensu将近 7 年前
I recently learned of Telescript[1], a programming language, design to allow clients to execute arbitrary code on servers.<p>SQL databases also have a similar architecture, with the code being executed being much more restrained but still powerful.<p>What other systems were designed with remote code execution as a feature?<p>[1] https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Telescript_(programming_language) and I got it from this video https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RLF7yfXFmUk

2 条评论

noahlt将近 7 年前
I’ve heard that early versions of the Dropbox client allowed engineers to remotely open a Python shell on users’ computers, for debugging purposes.
Someone将近 7 年前
The combination of scp&#x2F;ssh.<p>dtrace, if you consider the kernel to be ‘remote’.<p>The Voyager spacecrafts (in general, unassisted remote firmware update is a form of remote code execution)