Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mm0r1/exploits

Pwn stuff.
https://github.com/mm0r1/exploits

Last synced: about 17 hours ago
JSON representation

Pwn stuff.

Awesome Lists containing this project

README

        

# exploits

Some of my pwn exploits:

[php-concat-bypass](php-concat-bypass) - PHP `disable_functions` bypass using [bug #81705](https://bugs.php.net/bug.php?id=81705) for php 7.3-8.1.

[php-filter-bypass](php-filter-bypass) - PHP `disable_functions` bypass using [bug #54350](https://bugs.php.net/bug.php?id=54350) for php 7.0-8.0.

[php7-backtrace-bypass](php7-backtrace-bypass) - PHP `disable_functions` bypass using [bug #76047](https://bugs.php.net/bug.php?id=76047) for php 7.0-7.4.

[php7-gc-bypass](php7-gc-bypass) - PHP `disable_functions` bypass using [bug #72530](https://bugs.php.net/bug.php?id=72530) for versions 7.0-7.3. Bug patched in php 7.4.

[php-json-bypass](php-json-bypass) - PHP `disable_functions` bypass using [bug #77843](https://bugs.php.net/bug.php?id=77843) for versions 7.1-7.3 released before 30.05.2019.