Settings

Theme

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

3 points by sbensu 7 years ago · 2 comments · 1 min read


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

noahlt 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.

Someone 7 years ago

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)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection