Skip to content

Commit 13cfb63

Browse files
committed
Tidying up
1 parent b160b06 commit 13cfb63

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Some of my pwn exploits:
44

5-
[php7-gc-bypass](php7-gc-bypass) - PHP `disable_functions` bypass using [bug #72530](https://bugs.php.net/bug.php?id=72530). Works on all php 7.0-7.3 versions released as of 28.11.2019 (not patched).
5+
[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.
66

7-
[php-json-bypass](php-json-bypass) - PHP `disable_functions` bypass using [bug #77843](https://bugs.php.net/bug.php?id=77843). Works on php 7.1-7.3 versions released before 30.05.2019.
7+
[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.
88

php7-gc-bypass/exploit.php

-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
# Bug: https://bugs.php.net/bug.php?id=72530
66
#
77
# This exploit should work on all PHP 7.0-7.3 versions
8-
# released as of 28/11/2019, specifically:
9-
#
10-
# PHP 7.0 - 7.0.33
11-
# PHP 7.1 - 7.1.33
12-
# PHP 7.2 - 7.2.25
13-
# PHP 7.3 - 7.3.12
148
#
159
# Author: https://github.com/mm0r1
1610

0 commit comments

Comments
 (0)