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 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
discover
[ DIR ]
drwxr-xr-x
chkhelp
14.02
KB
-rwxr-xr-x
find-filter
14.02
KB
-rwxr-xr-x
mkaf
2.82
KB
-rwxr-xr-x
newhelp
22.57
KB
-rwxr-xr-x
pcp-atop
374.23
KB
-rwxr-xr-x
pcp-atopsar
374.23
KB
-rwxr-xr-x
pcp-buddyinfo
8.03
KB
-rwxr-xr-x
pcp-dmcache
7.13
KB
-rwxr-xr-x
pcp-dstat
74.98
KB
-rwxr-xr-x
pcp-free
9.79
KB
-rwxr-xr-x
pcp-geolocate
2.6
KB
-rwxr-xr-x
pcp-htop
290.05
KB
-rwxr-xr-x
pcp-iostat
20.79
KB
-rwxr-xr-x
pcp-ipcs
6.82
KB
-rwxr-xr-x
pcp-lvmcache
7.13
KB
-rwxr-xr-x
pcp-meminfo
7.75
KB
-rwxr-xr-x
pcp-mpstat
31.26
KB
-rwxr-xr-x
pcp-netstat
18.55
KB
-rwxr-xr-x
pcp-numastat
6.33
KB
-rwxr-xr-x
pcp-pidstat
48.4
KB
-rwxr-xr-x
pcp-ps
39.43
KB
-rwxr-xr-x
pcp-python
925
B
-rwxr-xr-x
pcp-reboot-init
2.52
KB
-rwxr-xr-x
pcp-shping
3.47
KB
-rwxr-xr-x
pcp-slabinfo
8.7
KB
-rwxr-xr-x
pcp-ss
17.4
KB
-rwxr-xr-x
pcp-summary
11.21
KB
-rwxr-xr-x
pcp-tapestat
18.38
KB
-rwxr-xr-x
pcp-uptime
4.9
KB
-rwxr-xr-x
pcp-verify
7.72
KB
-rwxr-xr-x
pcp-vmstat
1.54
KB
-rwxr-xr-x
pcp-zoneinfo
18.81
KB
-rwxr-xr-x
pmcd
119.26
KB
-rwxr-xr-x
pmcd_wait
14.51
KB
-rwxr-xr-x
pmconfig
14.52
KB
-rwxr-xr-x
pmcpp
26.51
KB
-rwxr-xr-x
pmfind_check
4.29
KB
-rwxr-xr-x
pmgetopt
23.29
KB
-rwxr-xr-x
pmhostname
14.41
KB
-rwxr-xr-x
pmie_check
21.38
KB
-rwxr-xr-x
pmie_daily
14.42
KB
-rwxr-xr-x
pmie_dump_stats
14.02
KB
-rwxr-xr-x
pmie_email
1.76
KB
-rwxr-xr-x
pmie_farm
896
B
-rwxr-xr-x
pmie_webhook
1.79
KB
-rwxr-xr-x
pmiestatus
14.02
KB
-rwxr-xr-x
pmlock
14.02
KB
-rwxr-xr-x
pmlogconf
55.26
KB
-rwxr-xr-x
pmlogextract
74.88
KB
-rwxr-xr-x
pmlogger
159.62
KB
-rwxr-xr-x
pmlogger_check
30.62
KB
-rwxr-xr-x
pmlogger_daily
55.78
KB
-rwxr-xr-x
pmlogger_daily_report
12.47
KB
-rwxr-xr-x
pmlogger_farm
919
B
-rwxr-xr-x
pmlogger_janitor
20.87
KB
-rwxr-xr-x
pmlogger_merge
6.66
KB
-rwxr-xr-x
pmlogger_rewrite
8
KB
-rwxr-xr-x
pmlogredact
1.79
KB
-rwxr-xr-x
pmlogreduce
30.7
KB
-rwxr-xr-x
pmlogrewrite
158.76
KB
-rwxr-xr-x
pmnewlog
810
B
-rwxr-xr-x
pmnsadd
2.89
KB
-rwxr-xr-x
pmnsdel
22.45
KB
-rwxr-xr-x
pmnsmerge
22.57
KB
-rwxr-xr-x
pmpause
14.02
KB
-rwxr-xr-x
pmpost
14.14
KB
-rwxr-xr-x
pmproxy
140.61
KB
-rwxr-xr-x
pmsignal
2.72
KB
-rwxr-xr-x
pmsleep
14.02
KB
-rwxr-xr-x
pmwtf
7.63
KB
-rwxr-xr-x
runaspcp
14.45
KB
-rwxr-xr-x
telnet-probe
14.02
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pcp-reboot-init
#!/bin/sh # # Copyright (c) 2024 Ken McDonell. 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. # # Intended as "run after reboot" to make sure transient things that PCP # needs have been setup ... # tmp=`mktemp -d "$PCP_TMPFILE_DIR/pcp-reboot-init.XXXXXXXXX"` || exit 1 status=1 # fail is the default trap "rm -rf $tmp; exit \$status" 0 1 2 3 15 if [ ! -f "$PCP_DIR/etc/pcp.env" ] then echo "$0: Error: \$PCP_DIR/etc/pcp.env missing ... arrgh" exit fi . "$PCP_DIR/etc/pcp.env" if [ `id -u` -ne 0 ] then echo "$0: Error: You must be root (uid 0) to run script" exit fi if [ -z "$PCP_RUN_DIR" ] then echo "$0: Botch: no PCP_RUN_DIR= in $PCP_DIR/etc/pcp.conf" exit fi if [ -z "$PCP_USER" ] then echo "$0: Botch: no PCP_USER= in $PCP_DIR/etc/pcp.conf" exit fi if [ -z "$PCP_GROUP" ] then echo "$0: Botch: no PCP_GROUP= in $PCP_DIR/etc/pcp.conf" exit fi # Need $PCP_RUN_DIR to exist and be owned by $PCP_USER:$PCP_GROUP # if [ ! -d "$PCP_RUN_DIR" ] then if mkdir "$PCP_RUN_DIR" then : else echo "$0: Error: mkdir for \$PCP_RUN_DIR ($PCP_RUN_DIR) failed" ls -ld "$PCP_RUN_DIR/.." "$PCP_RUN_DIR" exit fi fi # ls(1) line looks like # drwxrwxr-x 2 pcp pcp 220 Jan 20 15:25 /var/run/pcp # or # drwxrwxr-x 2 pcp pcp 512 Jan 20 15:02 /var/run/pcp # ^^^^^^^^^ ^^^ ^^^ # mode user group # if ls -ld "$PCP_RUN_DIR" >$tmp/tmp then : else echo "$0: Error: ls \$PCP_RUN_DIR ($PCP_RUN_DIR) failed" ls -ld "$PCP_RUN_DIR/.." "$PCP_RUN_DIR" fi mode=`awk '{print $1}' <$tmp/tmp | sed -e 's/^.//' -e 's/\(.........\).*/\1/'` user=`awk '{print $3}' <$tmp/tmp` group=`awk '{print $4}' <$tmp/tmp` if [ "$user" != $PCP_USER -o "$group" != $PCP_GROUP ] then if chown $PCP_USER:$PCP_GROUP "$PCP_RUN_DIR" then : else echo "$0: Error: chown for \$PCP_RUN_DIR ($PCP_RUN_DIR) failed" ls -ld "$PCP_RUN_DIR" exit fi fi if [ "$mode" != "rwxrwxr-x" ] then if chmod 775 "$PCP_RUN_DIR" then : else echo "$0: Error: chmod for \$PCP_RUN_DIR ($PCP_RUN_DIR) failed" ls -ld "$PCP_RUN_DIR" exit fi fi status=0 exit
Close