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 /
mailq /
[ HOME SHELL ]
Name
Size
Permission
Action
Install
2.36
KB
-rwxr-xr-x
README
1.05
KB
-rw-r--r--
Remove
1
KB
-rwxr-xr-x
domain.h
56
B
-rw-r--r--
help
1.76
KB
-rw-r--r--
pmdamailq
22.5
KB
-rwxr-xr-x
pmns
885
B
-rw-r--r--
root
114
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Install
#! /bin/sh # # Copyright (c) 1997-2000,2003 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 mailq PMDA and/or PMNS # . $PCP_DIR/etc/pcp.env . $PCP_SHARE_DIR/lib/pmdaproc.sh iam=mailq # Do it # pmdaSetup dso_opt=false socket_opt=false pipe_opt=true mqueue="" chk="" if [ -f /etc/sendmail.cf ] then chk=`sed -n '/^O *QueueDirectory *= */s///p' /etc/sendmail.cf` [ -z "$chk" ] && chk=`sed -n '/^O *Q *\//s//\//p' /etc/sendmail.cf` fi if [ ! -z "$chk" -a -d "$chk" ] then mqueue="$chk" else mqueue=/var/spool/mqueue fi while true do $PCP_ECHO_PROG $PCP_ECHO_N 'Mail queue directory ['"$mqueue"'] '"$PCP_ECHO_C" read ans [ -z "$ans" ] && break if [ -d "$ans" ] then mqueue="$ans" break fi echo "Error: \"$ans\" is not a directory" done echo regex="" $PCP_ECHO_PROG $PCP_ECHO_N 'Mail basename regex ['"$regex"'] '"$PCP_ECHO_C" read regex [ -z "$regex" ] || args="$args -r $regex" echo args="$args $mqueue" while true do echo 'The default delay thresholds for grouping the pending mail items are:' echo ' 1 hour, 4 hours, 8 hours, 1 day, 3 days and 7 days' echo $PCP_ECHO_PROG $PCP_ECHO_N 'Do you wish to use the default delay thresholds [y]? '"$PCP_ECHO_C" read ans if [ -z "$ans" -o "$ans" = "y" -o "$ans" = "Y" ] then break else bucketlist='' while true do $PCP_ECHO_PROG $PCP_ECHO_N 'Threshold? [return if no more] '"$PCP_ECHO_C" read ans [ -z "$ans" ] && break # strip blanks so args in pmcd.conf get passed correctly to # the mailqpmda binary # ans=`echo "$ans" | sed -e 's/ //g'` if [ -z "$bucketlist" ] then bucketlist="$ans" else bucketlist="$bucketlist,$ans" fi done if [ ! -z "$bucketlist" ] then args="$args -b $bucketlist" break fi echo echo 'Error: you must specify at least one threshold' echo fi done echo pmdaInstall exit
Close