TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby sbensualmost 7 years ago
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 comments

noahltalmost 7 years ago
I’ve heard that early versions of the Dropbox client allowed engineers to remotely open a Python shell on users’ computers, for debugging purposes.
Someonealmost 7 years ago
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)