Merge pull request #10 from Hritik14/jail-esc

Jail esc
pull/12/head
John Hammond 2019-06-08 11:55:17 -04:00 committed by GitHub
commit e6c41327b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1010,6 +1010,14 @@ mapfile -t < /etc/passwd
printf "$s\n" "${anything[@]}"
```
Jail Breaks
----------
Sometimes you're jailed in an environment where you can potentially execute code.
* Python 3
`().__class__.__base__.__subclasses__()` - Gives access to `object` subclasses
[steghide]: http://steghide.sourceforge.net/
[snow]: http://www.darkside.com.au/snow/
[cribdrag.py]: https://github.com/SpiderLabs/cribdrag
@ -1101,4 +1109,4 @@ printf "$s\n" "${anything[@]}"
[Base41]: https://github.com/sveljko/base41/blob/master/python/base41.py
[Base65535]: https://github.com/qntm/base65536
[Easy Python Decompiler]: https://github.com/aliansi/Easy-Python-Decompiler-v1.3.2
[photorec]: https://www.cgsecurity.org/wiki/PhotoRec
[photorec]: https://www.cgsecurity.org/wiki/PhotoRec