Name: Anonymous 2012-06-15 22:45
Been searching and trying out stuff to run untrusted javascript (or any kind of language that has similar features) in a linux server to do some kind of codebin or ideone.
The only input is the code and the only output is text.
I've tried the sandbox module for node.js, but it's so fucking slow. A basic script with some console.log and a JSON.parse takes like ten times more inside the sandbox object than outside.
So, any thoughts about running untrusted code like this?
The only input is the code and the only output is text.
I've tried the sandbox module for node.js, but it's so fucking slow. A basic script with some console.log and a JSON.parse takes like ten times more inside the sandbox object than outside.
So, any thoughts about running untrusted code like this?