I got as far as:
import os for filename in os.walk('/'): print(filename)
What are the dangers of dropping a python interpreter on a site, what are good guidelines to secure it?
I got as far as:
before realizing I should probably stop kicking stuff out of curiosity.What are the dangers of dropping a python interpreter on a site, what are good guidelines to secure it?