Hacker News new | ask | show | jobs
Ask HN: What systems allow remote code execution as a feature?
3 points by sbensu 2872 days ago
I recently learned of Telescript[1], a programming language, design to allow clients to execute arbitrary code on servers.

SQL databases also have a similar architecture, with the code being executed being much more restrained but still powerful.

What other systems were designed with remote code execution as a feature?

[1] https://en.wikipedia.org/wiki/Telescript_(programming_language) and I got it from this video https://www.youtube.com/watch?v=RLF7yfXFmUk

2 comments

I’ve heard that early versions of the Dropbox client allowed engineers to remotely open a Python shell on users’ computers, for debugging purposes.
The combination of scp/ssh.

dtrace, if you consider the kernel to be ‘remote’.

The Voyager spacecrafts (in general, unassisted remote firmware update is a form of remote code execution)