Ways to escape limited shells.
https://www.aldeid.com/wiki/Lshell https://vk9-sec.com/linux-restricted-shell-bypass/ https://www.exploit-db.com/docs/english/44592-linux-restricted-shell-bypass-guide.pdf
$ echo os.system('/bin/bash')
python >>import os; >>os.system("/bin/bash");
Last updated 3 years ago