Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.137.171.71
54 Domain
7.3.33
dpclient
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
/
home /
dpclient /
public_html /
asd /
application /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
autoload.php
4.01
KB
-rw-r--r--
config.php
2.06
KB
-rw-r--r--
constants.php
4.52
KB
-rw-r--r--
database.php
690
B
-rw-r--r--
doctypes.php
2.38
KB
-rw-r--r--
email.php
328
B
-rw-r--r--
foreign_chars.php
3.16
KB
-rw-r--r--
hooks.php
417
B
-rw-r--r--
index.html
131
B
-rw-r--r--
memcached.php
498
B
-rw-r--r--
migration.php
2.96
KB
-rw-r--r--
mimes.php
10.01
KB
-rw-r--r--
profiler.php
477
B
-rw-r--r--
routes.php
1.16
KB
-rw-r--r--
smileys.php
3.11
KB
-rw-r--r--
user_agents.php
6.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); date_default_timezone_set("Asia/Kolkata"); $config['base_url'] = 'https://dp-client.com/asd/'; $config['index_page'] = ''; //index.php $config['uri_protocol'] = 'REQUEST_URI'; $config['url_suffix'] = '.php'; //.html $config['language'] = 'english'; $config['charset'] = 'UTF-8'; $config['enable_hooks'] = FALSE; $config['subclass_prefix'] = 'MY_'; $config['composer_autoload'] = FALSE; $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-=&'; $config['enable_query_strings'] = FALSE; $config['controller_trigger'] = 'c'; $config['function_trigger'] = 'm'; $config['directory_trigger'] = 'd'; $config['allow_get_array'] = TRUE; $config['log_threshold'] = 0; $config['log_path'] = ''; $config['log_file_extension'] = ''; $config['log_file_permissions'] = 0644; $config['log_date_format'] = 'Y-m-d H:i:s'; $config['error_views_path'] = ''; $config['cache_path'] = ''; $config['cache_query_string'] = FALSE; $config['encryption_key'] = 'pmb0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'; $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'ci_session'; // $config['sess_expiration'] = 7200; $config['sess_expiration'] = 0; $config['sess_save_path'] = NULL; $config['sess_match_ip'] = FALSE; $config['sess_time_to_update'] = 300; $config['sess_regenerate_destroy'] = FALSE; $config['cookie_prefix'] = ''; $config['cookie_domain'] = ''; $config['cookie_path'] = '/'; $config['cookie_secure'] = FALSE; $config['cookie_httponly'] = FALSE; $config['standardize_newlines'] = FALSE; $config['global_xss_filtering'] = TRUE; //FALSE $config['sess_expire_on_close'] = TRUE; $config['csrf_protection'] = FALSE; $config['csrf_token_name'] = 'csrf_test_name'; $config['csrf_cookie_name'] = 'csrf_cookie_name'; $config['csrf_expire'] = 7200; $config['csrf_regenerate'] = TRUE; $config['csrf_exclude_uris'] = array(); $config['compress_output'] = FALSE; $config['time_reference'] = 'local'; $config['rewrite_short_tags'] = FALSE; $config['proxy_ips'] = ''; $config['composer_autoload'] = 'vendor/autoload.php';
Close