Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
src /
kernels /
2.6.32-754.27.1.el6.x86_64 /
[ HOME SHELL ]
Name
Size
Permission
Action
arch
[ DIR ]
drwxr-xr-x
block
[ DIR ]
drwxr-xr-x
crypto
[ DIR ]
drwxr-xr-x
drivers
[ DIR ]
drwxr-xr-x
firmware
[ DIR ]
drwxr-xr-x
fs
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
init
[ DIR ]
drwxr-xr-x
ipc
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
mm
[ DIR ]
drwxr-xr-x
net
[ DIR ]
drwxr-xr-x
samples
[ DIR ]
drwxr-xr-x
scripts
[ DIR ]
drwxr-xr-x
security
[ DIR ]
drwxr-xr-x
sound
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
usr
[ DIR ]
drwxr-xr-x
virt
[ DIR ]
drwxr-xr-x
.config
105.77
KB
-rw-r--r--
Makefile
56.08
KB
-rw-r--r--
Makefile.common
1.33
KB
-rw-r--r--
Module.symvers
762.57
KB
-rw-r--r--
System.map
2.54
MB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile.common
RPMBUILD := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \ else echo rpm; fi) MACH := $(shell uname -m) KVERSION:=2.6.32 # marker is git tag MARKER:=v2.6.32 SPECFILE:=kernel.spec REDHAT:=$(shell pwd) LASTCOMMIT:=$(shell git log -1 --format=format:%H `cat $(REDHAT)/lastcommit`) CMARKER:=$(MARKER) RPM:=$(REDHAT)/rpm SRPMS:=$(RPM)/SRPMS SOURCES:=$(RPM)/SOURCES BUILD:=754.27.1 KABI_BUILD:=$(shell echo $(BUILD) | sed -e 's|\(^[0-9]\{1,4\}\)\..*|\1|') TESTPATCH:=$(REDHAT)/linux-kernel-test.patch FILTERDIFF:=/usr/bin/filterdiff -x '*redhat/*' -x '*/.gitignore' \ -x '*/makefile' -x '*/Makefile' SUBLEVEL := $(shell echo $(MARKER) | cut -f 3 -d '.' | cut -f 1 -d '-') RCREV := $(shell echo $(MARKER) | cut -f 2 -d '-' -s | sed -e "s/rc//") GITREV := $(shell echo $(MARKER) | cut -f 3 -d '-' -s | sed -e "s/git//") ifneq ($(RCREV),) RELEASED_KERNEL := 0 STAMP_VERSION := $(shell echo $(MARKER) | cut -f 1 -d '-' | sed -e "s/v//") PREBUILD := "0." else RELEASED_KERNEL := 1 STAMP_VERSION := $(KVERSION) PREBUILD := "" endif RC_PATCH := patch-2.6.$(SUBLEVEL)-rc$(RCREV).bz2 GIT_PATCH := patch-2.6.$(SUBLEVEL)-rc$(RCREV)-git$(GITREV).bz2 RHELMAJOR:=$(shell git show HEAD:Makefile | grep ^RHEL_MAJOR | sed -e s/RHEL_MAJOR\ =\ //) RHELMINOR:=$(shell git show HEAD:Makefile | grep ^RHEL_MINOR | sed -e s/RHEL_MINOR\ =\ //)
Close