Linux localhost 4.18.0-553.85.1.el8_10.x86_64 #1 SMP
Apache/2.4.68 (Unix)
: | : 216.73.217.115
Cant Read [ /etc/named.conf ]
8.1.34
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
bash /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile.inc
2.51
KB
-rw-r--r--
Makefile.sample
1.39
KB
-rw-r--r--
accept
13.31
KB
-rwxr-xr-x
basename
8.45
KB
-rwxr-xr-x
csv
12.86
KB
-rwxr-xr-x
cut
18.38
KB
-rwxr-xr-x
dirname
8.4
KB
-rwxr-xr-x
dsv
13.13
KB
-rwxr-xr-x
fdflags
13.02
KB
-rwxr-xr-x
finfo
17.56
KB
-rwxr-xr-x
getconf
33.01
KB
-rwxr-xr-x
head
13.18
KB
-rwxr-xr-x
id
12.91
KB
-rwxr-xr-x
ln
12.96
KB
-rwxr-xr-x
loadables.h
993
B
-rw-r--r--
logname
8.39
KB
-rwxr-xr-x
mkdir
13.12
KB
-rwxr-xr-x
mkfifo
12.75
KB
-rwxr-xr-x
mktemp
13.05
KB
-rwxr-xr-x
mypid
8.43
KB
-rwxr-xr-x
pathchk
12.88
KB
-rwxr-xr-x
print
13.11
KB
-rwxr-xr-x
printenv
8.6
KB
-rwxr-xr-x
push
13.21
KB
-rwxr-xr-x
realpath
13.27
KB
-rwxr-xr-x
rm
13.11
KB
-rwxr-xr-x
rmdir
8.33
KB
-rwxr-xr-x
seq
18
KB
-rwxr-xr-x
setpgid
8.4
KB
-rwxr-xr-x
sleep
12.53
KB
-rwxr-xr-x
stat
17.4
KB
-rwxr-xr-x
strftime
12.7
KB
-rwxr-xr-x
sync
8.09
KB
-rwxr-xr-x
tee
12.97
KB
-rwxr-xr-x
truefalse
8.28
KB
-rwxr-xr-x
tty
8.55
KB
-rwxr-xr-x
uname
12.57
KB
-rwxr-xr-x
unlink
8.33
KB
-rwxr-xr-x
whoami
8.41
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile.inc
# # Sample makefile for bash loadable builtin development # # Copyright (C) 2015-2022 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # PACKAGE = bash VERSION = 5.2-release PACKAGE_NAME = bash PACKAGE_VERSION = 5.2-release # Include some boilerplate Gnu makefile definitions. prefix = /usr exec_prefix = ${prefix} bindir = ${exec_prefix}/bin libdir = ${exec_prefix}/lib infodir = ${datarootdir}/info includedir = ${prefix}/include datarootdir = ${prefix}/share loadablesdir = ${libdir}/bash headersdir = $(includedir)/$(PACKAGE_NAME) topdir = ../.. BUILD_DIR = /home/swh/pkgs/RZwwwtool/bash-5.2.37 srcdir = . # Support an alternate destination root directory for package building DESTDIR = INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALLMODE= -m 0755 CC = gcc -std=gnu11 RM = rm -f SHELL = /bin/sh host_os = linux-gnu host_cpu = x86_64 host_vendor = pc CFLAGS = -O3 -B/usr/ccs/bin/ -I/opt/RZwwwdev/local/include LOCAL_CFLAGS = DEFS = -DHAVE_CONFIG_H LOCAL_DEFS = -DSHELL CPPFLAGS = BASHINCDIR = ${topdir}/include SUPPORT_SRC = $(topdir)/support/ LIBBUILD = ${BUILD_DIR}/lib INTL_LIBSRC = ${topdir}/lib/intl INTL_BUILDDIR = ${LIBBUILD}/intl INTL_INC = LIBINTL_H = CCFLAGS = $(DEFS) $(LOCAL_DEFS) $(LOCAL_CFLAGS) $(CFLAGS) # # These values are generated for configure by ${topdir}/support/shobj-conf. # If your system is not supported by that script, but includes facilities for # dynamic loading of shared objects, please update the script and send the # changes to bash-maintainers@gnu.org. # SHOBJ_CC = gcc -std=gnu11 SHOBJ_CFLAGS = -fPIC SHOBJ_LD = ${CC} SHOBJ_LDFLAGS = -shared -Wl,-soname,$@ -L/opt/RZwwwdev/local/lib SHOBJ_XLDFLAGS = SHOBJ_LIBS = SHOBJ_STATUS = supported INC = -I$(headersdir) -I$(headersdir)/include -I$(headersdir)/builtins .c.o: $(SHOBJ_CC) $(SHOBJ_CFLAGS) $(CCFLAGS) $(INC) -c -o $@ $<
Close