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 /
haproxy /
[ HOME SHELL ]
Name
Size
Permission
Action
Install
1.74
KB
-rwxr-xr-x
Remove
680
B
-rwxr-xr-x
connect
2.94
KB
-rwxr-xr-x
pmdahaproxy.python
30.77
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Install
#! /bin/sh # # Copyright (c) 2017 Red Hat. # # 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 HAProxy PMDA # . $PCP_DIR/etc/pcp.env . $PCP_SHARE_DIR/lib/pmdaproc.sh iam=haproxy domain=145 python_opt=true daemon_opt=false # Get user and connection definitions eval `$PCP_PYTHON_PROG $PCP_PMDAS_DIR/haproxy/connect --config` if [ -z "$user" ]; then echo "Failed to get user configuration, sorry this is fatal" status=1 exit fi if [ -z "$socket" -a -z "$url" ]; then echo "Failed to get connection configuration, sorry this is fatal" status=1 exit fi if [ -z "$url" -a ! -S "$socket" ]; then echo "Warning: $socket: socket does not exist" fi id -g $user >/dev/null 2>&1 if test $? -ne 0; then echo "Cannot change user to $user, sorry this is fatal" status=1 exit fi mkdir -p "$PCP_VAR_DIR/config/pmda" 2>/dev/null indoms="0" for indom in $indoms do failed=false touch "$PCP_VAR_DIR/config/pmda/$domain.$indom" >/dev/null 2>&1 [ $? -ne 0 ] && failed=true chown $user "$PCP_VAR_DIR/config/pmda/$domain.$indom" [ $? -ne 0 ] && failed=true if $failed; then echo "Cannot create indom persistance files for user $user" echo "Failed on: $PCP_VAR_DIR/config/pmda/$domain.$indom" status=1 exit fi done pmdaSetup pmdaInstall exit
Close