Name: Anonymous 2013-08-13 13:12
So, I am working with a webapp which allows you to run arbitrary python code on it. This code is, however, sandboxed and stuff like trying to execute OS commands or to open URL connections is disabled.
So far my attempts have been quite skiddie-tier, since I'm not experienced with Python or with escaping sandboxes. So, do you guys have any ideas what I could use?
So far my attempts have been quite skiddie-tier, since I'm not experienced with Python or with escaping sandboxes. So, do you guys have any ideas what I could use?