Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mm0r1/exploits
Pwn stuff.
https://github.com/mm0r1/exploits
Last synced: about 17 hours ago
JSON representation
Pwn stuff.
- Host: GitHub
- URL: https://github.com/mm0r1/exploits
- Owner: mm0r1
- Created: 2019-09-28T12:49:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T12:56:31.000Z (over 2 years ago)
- Last Synced: 2024-08-01T09:24:27.825Z (3 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 1,743
- Watchers: 58
- Forks: 387
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - mm0r1/exploits - Pwn stuff. (PHP)
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.