Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.17.81.34
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
80 /
src /
ext /
gd /
[ HOME SHELL ]
Name
Size
Permission
Action
libgd
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
CREDITS
132
B
-rw-r--r--
config.m4
6.41
KB
-rw-r--r--
config.w32
3.8
KB
-rw-r--r--
gd.c
103.25
KB
-rw-r--r--
gd.stub.php
9.81
KB
-rw-r--r--
gd_arginfo.h
30.76
KB
-rw-r--r--
gd_compat.c
522
B
-rw-r--r--
gd_compat.h
144
B
-rw-r--r--
php_gd.h
2.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gd_compat.c
#ifdef HAVE_CONFIG_H #include "config.h" #else #include "php_config.h" #endif #include "gd_compat.h" #include "php.h" int overflow2(int a, int b) { if(a <= 0 || b <= 0) { php_error_docref(NULL, E_WARNING, "One parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n"); return 1; } if(a > INT_MAX / b) { php_error_docref(NULL, E_WARNING, "Product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n"); return 1; } return 0; }
Close