Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.135.220.239
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
gsh /
libgd-gd-2.2.3 /
tests /
png /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitignore
87
B
-rwxr-xr-x
CMakeLists.txt
152
B
-rwxr-xr-x
Makemodule.am
349
B
-rwxr-xr-x
bug00011.c
253
B
-rwxr-xr-x
bug00033.c
309
B
-rwxr-xr-x
bug00033.png
384
KB
-rwxr-xr-x
bug00086.c
799
B
-rwxr-xr-x
bug00088.c
645
B
-rwxr-xr-x
bug00088_1.png
1.85
KB
-rwxr-xr-x
bug00088_1_exp.png
2.73
KB
-rwxr-xr-x
bug00088_2.png
238
B
-rwxr-xr-x
bug00088_2_exp.png
284
B
-rwxr-xr-x
bug00193.c
688
B
-rwxr-xr-x
emptyfile
0
B
-rwxr-xr-x
png_im2im.c
1.28
KB
-rwxr-xr-x
png_null.c
242
B
-rwxr-xr-x
png_resolution.c
715
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bug00086.c
/* id: gdbad3.c, Xavier Roche, May. 2007 */ /* gcc gdbad3.c -o bad -lgd && ./bad */ #include <stdio.h> #include <stdlib.h> #include "gd.h" #include "gdtest.h" static const unsigned char pngdata[93]; int main(void) { gdImagePtr im; gdSetErrorMethod(gdSilence); if ( ( im = gdImageCreateFromPngPtr(93, (char*) &pngdata[0]) ) == NULL) { return 0; } else { gdTestErrorMsg("failed!\n"); gdImageDestroy(im); return 1; } return 0; } /* PNG data */ static const unsigned char pngdata[93] = {137,80,78,71,13,10,26,10,0,0, 0,13,73,72,68,82,0,0,0,120,0,0,0,131,8,6,0,0,0,70,49,223,8,0,0,0,6,98, 75,71,68,0,255,0,255,0,255,160,189,167,147,0,0,0,9,112,72,89,115,0,0,92, 70,0,0,92,70,1,20,148,67,65,0,0,0,9,118,112,65,103,0,0,0,120,0,0,0,131, 0,226,13,249,45 };
Close