Skip to content

Experimental Python Sandbox tools to execute unsafe user input.

License

Notifications You must be signed in to change notification settings

caiorss/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

SANDBOX

Python Sandbox to run unsafe python code, like unsafe user input. The objective of this sandbox is to block the unsafe code from run system commadnds like os.system(" rm -rf ~") and access to the file system as well. This packages comes with the Sandbox module and the Sandbox test that is a sequence of codes which tries to exploit the sandbox.

REFERENCES

* http://nedbatchelder.com/blog/201206/eval_really_is_dangerous.html
* http://bot24.blogspot.com.br/2013/03/escaping-python-sandbox-ndh-2013-quals.html
* http://blog.delroth.net/2013/03/escaping-a-python-sandbox-ndh-2013-quals-writeup

About

Experimental Python Sandbox tools to execute unsafe user input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages