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 | : 18.220.194.186
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 /
bcu /
libgd-gd-2.2.3 /
windows /
[ HOME SHELL ]
Name
Size
Permission
Action
msys
[ DIR ]
drwxr-xr-x
Makefile.vc
6.01
KB
-rwxr-xr-x
gentest.bat
920
B
-rwxr-xr-x
libgd.rc
1.54
KB
-rwxr-xr-x
readme.md
356
B
-rwxr-xr-x
run_tests.bat
831
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gentest.bat
SETLOCAL ENABLEDELAYEDEXPANSION @echo off set testsdir=%~1 set builddir=%~2 set CFLAGS=%~3 set LDFLAGS=%~4 set CC=%~5 set LD=%~6 set TESTMK=%~7 set TESTLIST=%~8 echo %* echo recieved !testsdir! !builddir! !CFLAGS! !LDFLAGS! !CC! copy NUL !TESTMK! > nul copy NUL !TESTLIST! > nul for /D %%d in (!testsdir!/*) do ( if NOT "%%d"=="gdtest" for %%f in (!testsdir!/%%d/*.c) do ( echo TEST_EXES=!builddir!\tests\%%d_%%~nf.exe ^$^(TEST_EXES^) >> !TESTMK! ) ) for /D %%d in (!testsdir!/*) do ( if NOT "%%d"=="gdtest" for %%f in (!testsdir!/%%d/*.c) do ( echo !builddir!\%%d_%%~nf.obj: !testsdir!\%%d\%%f; ^$^(CC^) ^$^(TEST_CFLAGS^) /c ^$** /Fo:$@ >> !TESTMK! ) ) for /D %%d in (!testsdir!/*) do ( if NOT "%%d"=="gdtest" for %%f in (!testsdir!/%%d/*.c) do ( echo !builddir!\tests\%%d_%%~nf.exe: !builddir!\%%d_%%~nf.obj; !LD! !LDFLAGS! $** /out:$@ >> !TESTMK! echo %%d_%%~nf.exe >> !TESTLIST! ) ) ENDLOCAL
Close