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 /
denki /
[ HOME SHELL ]
Name
Size
Permission
Action
Install
1.09
KB
-rwxr-xr-x
README
3.09
KB
-rw-r--r--
Remove
697
B
-rwxr-xr-x
domain.h
58
B
-rw-r--r--
help
2.01
KB
-rw-r--r--
pmda_denki.so
22.45
KB
-rw-r--r--
pmdadenki
26.77
KB
-rwxr-xr-x
pmns
739
B
-rw-r--r--
root
113
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Install
#!/bin/sh # # Copyright (c) 2013 Red Hat. # 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 denki PMDA and/or PMNS # . $PCP_DIR/etc/pcp.env . $PCP_SHARE_DIR/lib/pmdaproc.sh iam=denki domain=156 dso_opt=false socket_opt=false # args="-U root -D appl0" # args="-U root -r <directory>" args="-U root" # Set up the denki PMDA (domain 156) InDom cache # if [ -d $PCP_VAR_DIR/config/pmda ] then touch $PCP_VAR_DIR/config/pmda/$domain.1 chown $PCP_USER:$PCP_GROUP $PCP_VAR_DIR/config/pmda/$domain.1 chmod 644 $PCP_VAR_DIR/config/pmda/$domain.1 fi pmdaSetup pmdaInstall exit
Close